쇼핑몰: 상품목록 SNS 아이콘 위치 수정

This commit is contained in:
whitedot
2013-11-26 14:21:59 +09:00
parent 0b61cd3058
commit 6db579a92a
11 changed files with 336 additions and 200 deletions

View File

@ -30,7 +30,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
}
if ($this->view_it_img) {
echo get_it_image($row['it_id'], $this->img_width, $this->img_height)."\n";
echo get_it_image($row['it_id'], $this->img_width, $this->img_height, '', '', stripslashes($row['it_name']))."\n";
}
if ($this->href) {
@ -53,7 +53,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
echo "</a>\n";
}
if ($this->view_it_basic) {
if ($this->view_it_basic && $row['it_basic']) {
echo "<div class=\"sct_basic\">".stripslashes($row['it_basic'])."</div>\n";
}
@ -62,7 +62,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
echo "<div class=\"sct_cost\">\n";
if ($this->view_it_cust_price && $row['it_cust_price']) {
echo "<strike>".display_price($row['it_cust_price'])."</strike> &gt;\n";
echo "<strike>".display_price($row['it_cust_price'])."</strike>\n";
}
if ($this->view_it_price) {