답변 1개
채택된 답변
+20 포인트
7년 전
/shop/cartupdate.php 의 하단에 있습니다.
</p>
<p>if ($sw_direct)
{
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"));
}
}
else
{
goto_url(G5_SHOP_URL.'/cart.php');
}</p>
<p>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
강양이
7년 전
감사합니다!
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인