장바구니와 구매내역
페이지 정보
본문
장바구니와 구매내역을 홈피에 달려고 하는데요.
mainhead.php 에 있는 내용과 head.php, shophead.php 내용을 같게 했는데도 불구하고 mainhead 에서는 장바구니와 구매내역이 표기되는 반면에 head 와 shophead 에서 표시가 되지 않습니다.
가만 보니 head 와 shophead 에는 아래 코드가 있더군요:
<? if($config[zpcf_index] == "2") { ?>
mainhead 에는 없어서 지워봤더니 head 와 shophead 에서 글이 표시되지 않더라구요.
mainhead.php
<a href="<?=$g4['shop_path']?>/cart.php">장바구니</a>
|
<a href="<?=$g4['shop_path']?>/orderinquiry.php">구입내역</a>
head.php & shophead.php
<? if($config[zpcf_index] == "2") { ?>
|
<a href="<?=$g4['shop_path']?>/cart.php">장바구니</a>
|
<a href="<?=$g4['shop_path']?>/orderinquiry.php">구입내역</a>
왜 head 와 shophead 는 왜 장바구니와 구매내역이 안 나오는지 모르겠습니다. ㅠㅠ
mainhead.php 에 있는 내용과 head.php, shophead.php 내용을 같게 했는데도 불구하고 mainhead 에서는 장바구니와 구매내역이 표기되는 반면에 head 와 shophead 에서 표시가 되지 않습니다.
가만 보니 head 와 shophead 에는 아래 코드가 있더군요:
<? if($config[zpcf_index] == "2") { ?>
mainhead 에는 없어서 지워봤더니 head 와 shophead 에서 글이 표시되지 않더라구요.
mainhead.php
<a href="<?=$g4['shop_path']?>/cart.php">장바구니</a>
|
<a href="<?=$g4['shop_path']?>/orderinquiry.php">구입내역</a>
head.php & shophead.php
<? if($config[zpcf_index] == "2") { ?>
|
<a href="<?=$g4['shop_path']?>/cart.php">장바구니</a>
|
<a href="<?=$g4['shop_path']?>/orderinquiry.php">구입내역</a>
왜 head 와 shophead 는 왜 장바구니와 구매내역이 안 나오는지 모르겠습니다. ㅠㅠ
추천0
관련링크
-
http://www.koisra.com
1013회 연결