장바구리에서 옵션 수정 기능 추가

This commit is contained in:
chicpro
2013-05-27 18:18:47 +09:00
parent ff5e73e6e2
commit 05b9a02dfb
5 changed files with 320 additions and 18 deletions

View File

@ -683,7 +683,7 @@ function print_item_options($it_id, $uq_id)
{
global $g4;
$sql = " select ct_option from {$g4['shop_cart_table']} where it_id = '$it_id' and uq_id = '$uq_id' order by ct_num asc ";
$sql = " select ct_option from {$g4['shop_cart_table']} where it_id = '$it_id' and uq_id = '$uq_id' order by io_type asc, ct_num asc, ct_id asc ";
$result = sql_query($sql);
$str = '';