주문메일 상품이미지 사이즈 변경

This commit is contained in:
chicpro
2014-01-17 16:00:28 +09:00
parent eaeaf49607
commit ee1a1c5627

View File

@ -76,7 +76,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
$options .= '</ul>';
$list[$i]['it_id'] = $row['it_id'];
$list[$i]['it_simg'] = get_it_image($row['it_id'], $default['de_simg_width'], $default['de_simg_height']);
$list[$i]['it_simg'] = get_it_image($row['it_id'], 70, 70);
$list[$i]['it_name'] = $row['it_name'];
$list[$i]['it_opt'] = $options;
$list[$i]['ct_price'] = $sum['price'];