이니시스 결제 폼 수정

This commit is contained in:
thisgun
2017-01-05 11:07:51 +09:00
parent b705117c0d
commit 6f8f230e04

View File

@ -688,6 +688,7 @@ if($is_kakaopay_use) {
<script>
var zipcode = "";
var form_action_url = "<?php echo $order_action_url; ?>";
$(function() {
var $cp_btn_el;
@ -1290,6 +1291,14 @@ function forderform_check(f)
calculate_tax();
<?php } ?>
<?php if($default['de_pg_service'] == 'inicis') { ?>
if( f.action != form_action_url ){
f.action = form_action_url;
f.removeAttribute("target");
f.removeAttribute("accept-charset");
}
<?php } ?>
// 카카오페이 지불
if(settle_method == "KAKAOPAY") {
<?php if($default['de_tax_flag_use']) { ?>