모바일 관련상품 설정 추가

This commit is contained in:
chicpro
2014-02-24 13:56:04 +09:00
parent 73b2917195
commit c90a3f69e6
9 changed files with 80 additions and 35 deletions

View File

@ -296,7 +296,7 @@ $href = G5_SHOP_URL.'/iteminfo.php?it_id='.$it_id;
<li><a href="<?php echo $href; ?>&amp;info=qa" target="_blank">상품문의 <span class="item_qa_count"><?php echo $item_qa_count; ?></span></a></li>
<?php if ($default['de_baesong_content']) { ?><li><a href="<?php echo $href; ?>&amp;info=dvr" target="_blank">배송정보</a></li><?php } ?>
<?php if ($default['de_change_content']) { ?><li><a href="<?php echo $href; ?>&amp;info=ex" target="_blank">교환정보</a></li><?php } ?>
<?php if($default['de_rel_list_use']) {?>
<?php if($default['de_mobile_rel_list_use']) {?>
<li><a href="<?php echo $href; ?>&amp;info=rel" target="_blank">관련상품 <span class="item_relation_count"><?php echo $item_relation_count; ?></span></a></li>
<?php } ?>
</ul>