でマルチストアを行っていMagento 1.7
ます。チェックアウトが1つのストアで機能していません。Billing Information
関数を呼び出すブロック内の続行ボタンをクリックしても何も起こりませんonclick="billing.save()"
。私はfirebugですべてのブロックが正しく来ることを確認しました。問題は関数にあると思いますbilling.save()
。この関数を見つけることができる場所。
編集
ある店舗で回答をチェックインしました。このような回答がtransport.responseText
あります。billing.save()
{"goto_section":"shipping_method","update_section":{"name":"shipping-method","html":"<dl class=\"sp-methods\">\r\n<p>We are shipping daily until 12.19.2011 although most orders will arrive for the Holidays, we can not guarentee 12.25.2011 delivery (for orders placed after 12.14.2011). <span style=\"color:red;\">We begin shipping again in January - Order Honeybells Now!<\/span><\/p>\r\n <dt>Flat Shipping<\/dt>\r\n <dd>\r\n <ul>\r\n <li>\r\n <span class=\"no-display\"><input name=\"shipping_method\" type=\"radio\" value=\"flatship_flatship\" id=\"s_method_flatship_flatship\" checked=\"checked\" \/><\/span>\r\n <label for=\"s_method_flatship_flatship\">Standard US <span class=\"price\">$12.00<\/span> <\/label>\r\n <\/li>\r\n <\/ul>\r\n <\/dd>\r\n <\/dl>\r\n"},"allow_sections":["shipping"],"duplicateBillingInfo":"true"}
そして、このように来て機能していない店のために
<meta name="google-site-verification" content="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
{"goto_section":"shipping_method","update_section":{"name":"shipping-method","html":"<dl class=\"sp-methods\">\r\n<p>We are shipping daily until 12.19.2011 although most orders will arrive for the Holidays, we can not guarentee 12.25.2011 delivery (for orders placed after 12.14.2011). <span style=\"color:red;\">We begin shipping again in January - Order Honeybells Now!<\/span><\/p>\r\n <dt>Flat Shipping<\/dt>\r\n <dd>\r\n <ul>\r\n <li>\r\n <span class=\"no-display\"><input name=\"shipping_method\" type=\"radio\" value=\"flatship_flatship\" id=\"s_method_flatship_flatship\" checked=\"checked\" \/><\/span>\r\n <label for=\"s_method_flatship_flatship\">Standard US <span class=\"price\">$43.80<\/span> <\/label>\r\n <\/li>\r\n <\/ul>\r\n <\/dd>\r\n <\/dl>\r\n"},"allow_sections":["shipping"],"duplicateBillingInfo":"true"}
このメタタグがどこから来ているのか、そしていつそのメタタグが未定義として来るresponse.update_section.name
のかを警告する ときはわかりません...setStepResponse: function(response){
編集2
これでメタタグの問題が解決されました。サブドメインフォルダのindex.php内にそのメタタグが追加されました。 問題は、注文すると表示されることです
ゲートウェイエラー:(TESTMODE)マーチャントのログインIDまたはパスワードが無効であるか、アカウントが非アクティブです。
誰かが何か考えを持っている私を助けてください。別の店でうまく機能しています。私はAuthorize.net
支払いに使用していて、有効になってTest Mode
います。