ExpressionEngine 2.7.1でStore 2.0.2を実行していて、Paypal Expressをゲートウェイとして使用しています。注文は進まず、理由を理解できません。誰かが助けてくれると願っています。
User is taken over to Paypal with the correct total and can put in all their credit card info and it seems to go through. It sends them back to the site and I see it flash index.php?ACT=28&H=..... And then it redirects to the site's homepage. It should take them to the order confirmation page but doesn't.
Storeは注文確認メールをユーザー(および管理者)に送信します。しかし、注文は不完全なままであり、カードは決して充電されません。
トランザクションの下の注文明細にはステータスがリダイレクトされているというメッセージが表示されます。私はそれが何を意味するのか分からない。
ここに私のチェックアウトタグがあります:
{exp:store:checkout
form_class="form-horizontal"
payment_method="paypal_express"
return="shop/order/ORDER_HASH"
error_handling="inline"
error_delimiters='|'}
何か不足していますか?
助けてくれてありがとう。