[Tep-j-general] 配送方法選択ページを経ないで、注文手続き

Back to archive index

Koba koba.****@gmail*****
2007年 9月 27日 (木) 16:07:48 JST


自己解決できました。
配送方法選択ページ(/catalog/shipping.php)をアカウント登録内容の再確認ページとして、
表示内容を修正し、以下の修正だけを残すことで、解決しました。
お騒がせいたしました。

> /catalog/checkout_payment.php
> /catalog/checkout_confirmation.php
> // if no shipping method has been selected, redirect the customer to
> the shipping method selection page
>  if (!tep_session_is_registered('shipping')) {
>   tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));
>  }
> 上記をエスケープ
-- 
小林


Tep-j-general メーリングリストの案内
Back to archive index