링크
itbuy.kr (0)
오늘 본상품을 보면 제품 사진하고 제품명만 출력이 되는데요
상품 가격까지 출력할수는 없을까요?
이틀동안 검색해서 찾다가...ㅜ.ㅜ
결국 문의 드려요~ㅎㅎ
상품 가격까지 출력할수는 없을까요?
이틀동안 검색해서 찾다가...ㅜ.ㅜ
결국 문의 드려요~ㅎㅎ
댓글 2개
shop/boxtodayview.inc.php 를
for ($i=1; $i<=$tv_idx; $i++)
{
$tv_it_id = get_session("ss_tv[$i]");
$rowx = sql_fetch(" select it_name, it_amount, it_amount2, it_amount3 from $g4[yc4_item_table] where it_id = '$tv_it_id' ");
$it_name = get_text(addslashes($rowx['it_name']));
$img = get_it_image($tv_it_id."_s", $tv_div['img_width'], $tv_div['img_height'], $tv_it_id);
$img = preg_replace("/\<a /", "<a title='$it_name' ", $img);
echo "goods_link[$i] = \"{$img}<br/><span class=small>".cut_str($it_name,10,"")."</span><div>".get_amount($rowx)."</div>\";\n";
}
이렇게 수정해 보십시오.
for ($i=1; $i<=$tv_idx; $i++)
{
$tv_it_id = get_session("ss_tv[$i]");
$rowx = sql_fetch(" select it_name, it_amount, it_amount2, it_amount3 from $g4[yc4_item_table] where it_id = '$tv_it_id' ");
$it_name = get_text(addslashes($rowx['it_name']));
$img = get_it_image($tv_it_id."_s", $tv_div['img_width'], $tv_div['img_height'], $tv_it_id);
$img = preg_replace("/\<a /", "<a title='$it_name' ", $img);
echo "goods_link[$i] = \"{$img}<br/><span class=small>".cut_str($it_name,10,"")."</span><div>".get_amount($rowx)."</div>\";\n";
}
이렇게 수정해 보십시오.
게시글 목록
| 번호 | 제목 |
|---|---|
| 55940 | |
| 55939 | |
| 55934 | |
| 55933 | |
| 55931 | |
| 55928 | |
| 55925 | |
| 55922 | |
| 55921 | |
| 55919 | |
| 55915 | |
| 55912 | |
| 55911 | |
| 55907 | |
| 55901 | |
| 55893 | |
| 55891 | |
| 55884 | |
| 55882 | |
| 55881 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기