바로구매시 상품쿠폰 노출되지 않는 오류 수정
This commit is contained in:
@ -707,7 +707,7 @@ $(function() {
|
|||||||
|
|
||||||
$.post(
|
$.post(
|
||||||
"./orderitemcoupon.php",
|
"./orderitemcoupon.php",
|
||||||
{ it_id: it_id },
|
{ it_id: it_id, sw_direct: "<?php echo $sw_direct; ?>" },
|
||||||
function(data) {
|
function(data) {
|
||||||
$cp_btn_el.after(data);
|
$cp_btn_el.after(data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user