주문폼과 개인결제폼의 공통되는 필드 통합사용하도록 수정

This commit is contained in:
chicpro
2014-04-09 11:13:55 +09:00
parent 1911bb9c3d
commit dbd8bcfe51
54 changed files with 201 additions and 15997 deletions

View File

@ -20,12 +20,7 @@ $amt_svc = 0;
$amt_tax = (int)($amt_tot - $amt_sup);
// 신청폼
if($od['od_pg'])
$dir = $od['od_pg'];
else
$dir = $default['de_pg_service'];
include_once(G5_SHOP_PATH.'/'.$dir.'/taxsave_form.php');
include_once(G5_SHOP_PATH.'/kcp/taxsave_form.php');
include_once(G5_PATH.'/tail.sub.php');
?>