쇼핑몰 테마 #23 shop 메인 인덱스 > 버그 & 건의

본문 바로가기

버그 & 건의

쇼핑몰 테마 #23 shop 메인 인덱스

본문

![!\[image\]](https://eyoom.net/data/editor/2304/3717957751_1682561628.17545.png) ![!\[image\]](https://eyoom.net/data/editor/2304/3717957751_1682561670.27588.png) 쇼핑몰 초기화면 유형별 상품출력 모두 출력 안했는데, moreview 버튼이 그냥 남아있네요. gray색상으로 섹션도 나뉘어져 있고요.

댓글목록1

이윰EGG님의 댓글

profile_image
메인 상품출력 관련해서 출력 부분의 소스가 전체가 아닌 상품 부분만 설정되어 있었습니다.
theme/eb4_shop_023/shop/index.html.php 파일 히트상품 출력 부분을 예로 들어 <?php if($default['de_type1_list_use']) { ?> 와 <?php } ?> 위치를 다음과 같이 조정해 보기 바랍니다.


<section class="section section-m-tb">
	<div class="container">
		<?php /* ---------- 히트상품 시작 ---------- */ ?>
		<?php if ($is_admin == 'super' && !G5_IS_MOBILE) { ?>
		<div class="adm-edit-btn btn-edit-mode" style="margin-top:-25px;">
			<div class="btn-group">
				<a href="<?php echo G5_ADMIN_URL; ?>/?dir=shop&amp;pid=configform&amp;amode=ittype&amp;thema=<?php echo $theme; ?>&amp;wmode=1" onclick="eb_admset_modal(this.href); return false;" class="ae-btn-l"><i class="far fa-edit"></i> 유형별 상품진열 설정</a>
				<a href="<?php echo G5_ADMIN_URL; ?>/?dir=shop&amp;pid=configform&amp;thema=<?php echo $theme; ?>#anc_scf_index" target="_blank" class="ae-btn-r" title="새창 열기">
					<i class="fas fa-external-link-alt"></i>
				</a>
			</div>
		</div>
		<?php } ?>
	
		<?php if($default['de_type1_list_use']) { ?>
		<div class="main-heading">
			<h2 class="en-font">MAGAHIT GOODS</h2>
		</div>
		<?php
		$list = new item_list($skin_dir.'/'.$default['de_type1_list_skin']);
		$list->set_type(1);
		$list->set_view('it_img', true);
		$list->set_view('it_id', false);
		$list->set_view('it_name', true);
		$list->set_view('it_basic', true);
		$list->set_view('it_cust_price', true);
		$list->set_view('it_price', true);
		$list->set_view('it_icon', true);
		$list->set_view('sns', true);
		$list->set_view('star', true);
		echo $list->run();
		?>
		<?php } ?>
		<div class="btn-more en-font m-t-30 text-center"><a href="<?php echo shop_type_url(1); ?>">More view</a></div>
		<?php /* ---------- 히트상품 끝 ---------- */ ?>
	</div>
</section>





<?php if($default['de_type1_list_use']) { ?>
<section class="section section-m-tb">
	<div class="container">
		<?php /* ---------- 히트상품 시작 ---------- */ ?>
		<?php if ($is_admin == 'super' && !G5_IS_MOBILE) { ?>
		<div class="adm-edit-btn btn-edit-mode" style="margin-top:-25px;">
			<div class="btn-group">
				<a href="<?php echo G5_ADMIN_URL; ?>/?dir=shop&amp;pid=configform&amp;amode=ittype&amp;thema=<?php echo $theme; ?>&amp;wmode=1" onclick="eb_admset_modal(this.href); return false;" class="ae-btn-l"><i class="far fa-edit"></i> 유형별 상품진열 설정</a>
				<a href="<?php echo G5_ADMIN_URL; ?>/?dir=shop&amp;pid=configform&amp;thema=<?php echo $theme; ?>#anc_scf_index" target="_blank" class="ae-btn-r" title="새창 열기">
					<i class="fas fa-external-link-alt"></i>
				</a>
			</div>
		</div>
		<?php } ?>
	
		<div class="main-heading">
			<h2 class="en-font">MAGAHIT GOODS</h2>
		</div>
		<?php
		$list = new item_list($skin_dir.'/'.$default['de_type1_list_skin']);
		$list->set_type(1);
		$list->set_view('it_img', true);
		$list->set_view('it_id', false);
		$list->set_view('it_name', true);
		$list->set_view('it_basic', true);
		$list->set_view('it_cust_price', true);
		$list->set_view('it_price', true);
		$list->set_view('it_icon', true);
		$list->set_view('sns', true);
		$list->set_view('star', true);
		echo $list->run();
		?>
		
		<div class="btn-more en-font m-t-30 text-center"><a href="<?php echo shop_type_url(1); ?>">More view</a></div>
		<?php /* ---------- 히트상품 끝 ---------- */ ?>
	</div>
</section>
<?php } ?>


추천, 인기등 각 타입별로 소스를 이동 수정하기 바라며 해당 부분은 다음 테마패치에 반영을 하도록 하겠습니다.
사용에 불편을 드려 죄송합니다.

고맙습니다.

축하합니다. 첫댓글 포인트 11포인트를 획득하였습니다.

버그&건의 이용 안내

버그&건의 게시판에 이용 중 버그가 있거나 개선점 등을 남겨주시면 참고하도록 하겠습니다.
이 게시판은 이윰넷 관리자가 일일이 응대 해 드리지는 않으니 참고해 주시기 바랍니다.
질문글은 꼭 질문과 답변 게시판 또는 1:1문의 게시판을 이용하여 주시기 바랍니다.

전체 5 건 - 1 페이지
번호
제목
글쓴이
사이트 내 전체검색