Re: [解決済み] paypalの時に受注リスト、メールなどがひょうじされない
フォーラム › 使い方全般 › [解決済み] paypalの時に受注リスト、メールなどがひょうじされない › Re: [解決済み] paypalの時に受注リスト、メールなどがひょうじされない
2010年4月28日 10:18 PM
#59444

キーマスター
ううっ、焦って気が付きませんでした・・・
以下のように修正お願いします。
usc-e-shop/templates/cart/confirm.php 271?272行目
<input type="hidden" name="cancel_return" value="' . get_option('home') . '/?page_id=3&confirm">
<input type="hidden" name="notify_url" value="' . get_option('home') . '/?page_id=3&acting_return=paypal_ipn&usces=' . $this->get_uscesid() . '">
↓
<input type="hidden" name="cancel_return" value="' . USCES_CART_URL . '&confirm">
<input type="hidden" name="notify_url" value="' . USCES_CART_URL . '&acting_return=paypal_ipn&usces=' . $this->get_uscesid() . '">