궁금하신 사항을 FAQ를 통해 해결해드립니다.
디자인 > 반응형 스킨
'상품리스트 페이지 > 상품 정보'에 적용 가능한 치환코드를 원하는 위치에 불여넣어 직접 맞춤 개발 해보실 수 있습니다.
해당하는 위치는 ' 상품 > 상품 관리 > 상품 페이지 조회 > 카테고리'의 '검색 상품 정보' 를 갖고 있는 메뉴들로 '카테고리', '브랜드', '검색결과', '신상품' 등 입니다.
data/design_list/ 폴더에 있는 html 파일에 치환코드 적용이 가능합니다.
※ 메인 상품 디스플레이는 메인 상품 디스플레이↗를 참고해주시기 바랍니다.
※ 해당 코드 작성은 잘못 작성하거나 태그의 특성에 따라 위치를 잡지 않으면 오류가 나거나 화면이 안뜰 수 있습니다.
작업 이전에 백업하기↗를 참고하셔서 백업을 해두고 진행하시고 화면이 안뜰 경우 이전으로 되돌리시기 바랍니다.
{ .goods_name }
<a href="/goods/view?no={ .goods_seq }"><span class="name">{ .goods_name }</span></a>
{ .summary }
{ .brand_title }
<a href="/goods/brand?code={ .brand_code}"><!--{ .brand_title }--></a>
{=get_currency_price(.consumer_price, 2)}
{=get_currency_price(.consumer_price, 2, '', '<span class="nuM">_str_price_</span>')}
{=get_currency_price(.sale_price, 2)}
{=get_currency_price(.sale_price, 2, '', '<span class="nuM">_str_price_</span>')}
{ .sale_per }%
{=get_currency_price(.default_discount, 2)}
<!--{ ? .shipping_group.free_shipping_use == 'Y' }--> 무료배송 <!--{ / }-->
<!--{ ? .shipping_group.gl_shipping_yn == 'Y' }--> 해외배송 <!--{ / }-->
<!--{= number_format(.purchase_ea)}-->
<!--{= number_format(.review_count)}-->
{ .wish_count }
<!--{? .color_pick}--> <!--{ @ explode(',', .color_pick) }--> <span class="areA" style="background-color:#{..value_};"></span> <!--{ / }--> <!--{ / }-->
<!--{ ? .today_icon }--> <!--{ @ explode(',', .today_icon) }--> <img src="/data/icon/goods/{=..value_}.gif" alt="" /> <!--{ / }--> <!--{ / }-->
<!--{ ? .goods_status == 'normal' }-->정상<!--{ / }--> <!--{ ? .goods_status == 'runout' }-->품절<!--{ / }--> <!--{ ? .goods_status == 'purchasing' }-->재고확보중<!--{ / }--> <!--{ ? .goods_status == 'unsold' }-->판매중지<!--{ / }-->
<!--{ ? serviceLimit('H_AD') // 입점몰인 경우 }--> <img src="{.pgroup_icon // 판매자 아이콘 }" class="rank_img" alt= "" /> { .provider_name // 판매자 이름 } { .pgroup_name // 판매자 등급 } <!--{ / }-->
<!--{= number_format(.review_divide, 1)}-->
<!--{= number_format(.review_toprate)}-->%
<!--{= number_format(.review_usercnt)}-->명
TOP