장바구니 가격 변동 사항 체크 코드 추가
This commit is contained in:
@ -15,6 +15,10 @@ sql_query($sql);
|
||||
|
||||
$cart_action_url = G5_SHOP_URL.'/cartupdate.php';
|
||||
|
||||
if(function_exists('before_check_cart_price')) {
|
||||
before_check_cart_price($s_cart_id, true, true, true);
|
||||
}
|
||||
|
||||
if (G5_IS_MOBILE) {
|
||||
include_once(G5_MSHOP_PATH.'/cart.php');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user