쇼핑몰: 마이페이지 주문내역, 위시리스트 더보기 버튼 추가
This commit is contained in:
@ -633,6 +633,8 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col
|
|||||||
|
|
||||||
#smb_my_wish h2 {margin:0 0 10px}
|
#smb_my_wish h2 {margin:0 0 10px}
|
||||||
|
|
||||||
|
#smb_my_more {text-align:right}
|
||||||
|
|
||||||
.smb_my_img {width:90px;text-align:center}
|
.smb_my_img {width:90px;text-align:center}
|
||||||
|
|
||||||
/* 장바구니 */
|
/* 장바구니 */
|
||||||
|
|||||||
@ -57,6 +57,10 @@ include_once('./_head.php');
|
|||||||
$limit = " limit 0, 5 ";
|
$limit = " limit 0, 5 ";
|
||||||
include G4_SHOP_PATH.'/orderinquiry.sub.php';
|
include G4_SHOP_PATH.'/orderinquiry.sub.php';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<div id="smb_my_more">
|
||||||
|
<a href="./orderinquiry.php" class="btn01">주문내역 더보기</a>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="smb_my_wish">
|
<section id="smb_my_wish">
|
||||||
@ -102,6 +106,10 @@ include_once('./_head.php');
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<div id="smb_my_more">
|
||||||
|
<a href="./wishlist.php" class="btn01">위시리스트 더보기</a>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user