수고하십니다.
아래는\skin\shop\basic\item.info.skin.php 파일의 구문입니다.
저는 아래의 구문을 bx슬라이더를 호출해 오는것으로 추측하고 있습니다.
수정하고 싶은 문제는, 첨부한 이미지 처럼.
인라인에 강제로 박힌 가로 넓이를 제거하는것입니다.
경로파악이 안되서 애를 먹고 있습니다.
도와주시면 감사하겠습니다!!!

<section id="sit_rel">
<h2>관련상품</h2>
<?php
$rel_skin_file = $skin_dir.'/'.$default['de_rel_list_skin'];
if(!is_file($rel_skin_file))
$rel_skin_file = G5_SHOP_SKIN_PATH.'/'.$default['de_rel_list_skin'];
$sql = " select b.* from {$g5['g5_shop_item_relation_table']} a left join {$g5['g5_shop_item_table']} b on (a.it_id2=b.it_id) where a.it_id = '{$it['it_id']}' and b.it_use='1' ";
$list = new item_list($rel_skin_file, $default['de_rel_list_mod'], 0, $default['de_rel_img_width'], $default['de_rel_img_height']);
$list->set_query($sql);
echo $list->run();
?>
</section>
답변 1개 / 댓글 1개
skin/shop/basic/relation.10.ksin.php 에서 확인가능할꺼같네요
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.