관련상품이미지 출력 코드 수정 및 관련상품 정렬순서 필드 추가

This commit is contained in:
chicpro
2013-05-16 16:26:03 +09:00
parent 60a5d6dc58
commit a6701d1f95
5 changed files with 44 additions and 31 deletions

View File

@ -26,7 +26,7 @@ for($i=0;$row=sql_fetch_array($result);$i++) {
else
$it_image = "";
$options .= "<option value=\"".$row['it_id']."/".$it_image."/".$row['it_price']."\">$ca_name : $it_name</option>\n";
$options .= "<option value=\"".$row['it_id']."\">$ca_name : $it_name</option>\n";
}
echo $options;