상품 포인트 계산시 it_id 값이 빠졌습니다.
function get_item_point($it, $io_id='', $trunc=10) 부분이요
$sql = " select io_id, io_price
from {$g5['g5_shop_item_option_table']}
where it_id = '$it[it_id]'
and io_id = '$io_id'
and io_type = '0'
and io_use = '1' ";
$opt = sql_fetch($sql);
$sql = " select io_id, io_price
from {$g5['g5_shop_item_option_table']}
where it_id = '$it[it_id]'
and io_id = '$io_id'
and io_type = '0'
and io_use = '1' ";
$opt = sql_fetch($sql);
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개