이니시스 결제 폼 수정
This commit is contained in:
@ -688,6 +688,7 @@ if($is_kakaopay_use) {
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
var zipcode = "";
|
var zipcode = "";
|
||||||
|
var form_action_url = "<?php echo $order_action_url; ?>";
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
var $cp_btn_el;
|
var $cp_btn_el;
|
||||||
@ -1290,6 +1291,14 @@ function forderform_check(f)
|
|||||||
calculate_tax();
|
calculate_tax();
|
||||||
<?php } ?>
|
<?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") {
|
if(settle_method == "KAKAOPAY") {
|
||||||
<?php if($default['de_tax_flag_use']) { ?>
|
<?php if($default['de_tax_flag_use']) { ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user