#300 배송비 관련 코드 수정

This commit is contained in:
chicpro
2013-09-24 13:07:09 +09:00
parent f5d59fb183
commit de94493584
13 changed files with 150 additions and 93 deletions

View File

@ -175,7 +175,7 @@ $cart_coupon = $sum['coupon'];
$cart_count = $sum['cnt'];
// 배송비
$send_cost = get_sendcost($cart_price, $od_id);
$send_cost = get_sendcost($od_id);
$tot_od_cp_price = $tot_sc_cp_price = 0;