영카트 옵션 상품 즉시구매, 장바구니 에러
yubi
11년 전
조회 5,218
<p><a href="<a href="http://ithelotus.com/shop/">http://ithelotus.com/shop/</a> 쇼핑몰" target="_blank" rel="noopener noreferrer">http://ithelotus.com/shop/">http://ithelotus.com/shop/</a> 쇼핑몰</a> 오픈 예정입니다.</p><p> </p><p>문제는 두가지 입니다. </p><p>1. 비회원 구매시 로그인 페이지 퍼미션 에러....</p><p> </p><h1>Forbidden</h1><p>You don't have permission to access /bbs/login.php on this server.</p><p><p><hr><address>Apache/1.3.34 Server at ithelotus.com Port 80</address><p> </p><p><address></address> <p> </p><p>2. 옵션적용 상품 장바구니.. 바로구매시 "장바구니에 담긴 상품이 없습니다." 라고 문제가 발생합니다.</p><p><a href="<a href="http://ithelotus.com/shop/item.php?it_id=1405035548">http://ithelotus.com/shop/item.php?it_id=1405035548</a></p><p> </p><p> </p><p>첫번째는" target="_blank" rel="noopener noreferrer">http://ithelotus.com/shop/item.php?it_id=1405035548">http://ithelotus.com/shop/item.php?it_id=1405035548</a></p><p> </p><p> </p><p>첫번째는</a> cartupdate.php 하단을 아래와 같이 변경해서 다이렉트로 넘길까도 했는데 우선 에러 해결 방법을 알고 싶습니다.</p><p>// 바로 구매일 경우
?>
{
if ($is_member)
{
goto_url(G5_SHOP_URL."/orderform.php?sw_direct=$sw_direct");
}
else
{
// goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL."/orderform.php?sw_direct=$sw_direct"));
goto_url(G5_SHOP_URL."/orderform.php?sw_direct=$sw_direct");
}
}
else
{
goto_url(G5_SHOP_URL.'/cart.php');
}
?></p><p> </p><p>2번째는 여러가지 방법을 찾아봐도 모르겠습니다.</p><p>고수님들의 조언 부탁드립니다. </p>
?>
{
if ($is_member)
{
goto_url(G5_SHOP_URL."/orderform.php?sw_direct=$sw_direct");
}
else
{
// goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL."/orderform.php?sw_direct=$sw_direct"));
goto_url(G5_SHOP_URL."/orderform.php?sw_direct=$sw_direct");
}
}
else
{
goto_url(G5_SHOP_URL.'/cart.php');
}
?></p><p> </p><p>2번째는 여러가지 방법을 찾아봐도 모르겠습니다.</p><p>고수님들의 조언 부탁드립니다. </p>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인
서버 관리업체에 의뢰해서 1번 문제는 해결 했습니다.
------------------------------------------------
error_log 확인시 mod_security 문제로 인하여 access denied 되었으며 모듈 및 conf 파일 주석 처리 후
현재 mod_security 주석처리 해놓은 상태입니다.
이용해 주셔서 감사합니다.
--------------------------------------------
2번 문제는 아직 해결이 안되네요...
2. 옵션적용 상품 장바구니.. 바로구매시 "장바구니에 담긴 상품이 없습니다." 라고 문제가 발생합니다.
http://ithelotus.com/shop/item.php?it_id=1405035548
도움 부탁드립니다.