영카트 5.4 버전 내용 적용
This commit is contained in:
@ -133,7 +133,7 @@ $listall = '<a href="'.$_SERVER['SCRIPT_NAME'].'" class="ov_listall">전체목
|
||||
<?php
|
||||
for ($i=0; $row=sql_fetch_array($result); $i++)
|
||||
{
|
||||
$href = G5_SHOP_URL."/item.php?it_id={$row['it_id']}";
|
||||
$href = shop_item_url($row['it_id']);
|
||||
|
||||
// 선택옵션이 있을 경우 주문대기 수량 계산하지 않음
|
||||
$sql2 = " select count(*) as cnt from {$g5['g5_shop_item_option_table']} where it_id = '{$row['it_id']}' and io_type = '0' and io_use = '1' ";
|
||||
|
||||
Reference in New Issue
Block a user