Magento checkout not working after upgrading to 1.9.3.1How to register in new database when create an account as a guest checkout in magentoerror on registration page and one page checkout after updating magentoPlace Order not working in Magento 1.9Checkout page is not workingStore based email template not working with magento 1.9.2Magento Search returns no product after 1.9.3.1 upgradeUpgrade CE Magento 1.9.0.1 to 1.9.3.1Magento not upgrading from 1.9.2.4 to 1.9.3.1After upgrading to 1.9.3.1 via Magento Connect, check for updates stopped workingupgrading from Magento version 1.9.3.1 to v1.9.3.4
How to make money from a browser who sees 5 seconds into the future of any web page?
Is there anyway, I can have two passwords for my wi-fi
The Digit Triangles
Do you waste sorcery points if you try to apply metamagic to a spell from a scroll but fail to cast it?
If the only attacker is removed from combat, is a creature still counted as having attacked this turn?
Does Doodling or Improvising on the Piano Have Any Benefits?
Do I have to take mana from my deck or hand when tapping a dual land?
Is there a reason to prefer HFS+ over APFS for disk images in High Sierra and/or Mojave?
What should be the ideal length of sentences in a blog post for ease of reading?
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Overlapping circles covering polygon
Should I assume I have passed probation?
Ways of geometrical multiplication
How to get directions in deep space?
When and why was runway 07/25 at Kai Tak removed?
Should I warn new/interviewing PhD Student that supervisor is terrible?
Why didn't Voldemort know what Grindelwald looked like?
How to reduce predictors the right way for a logistic regression model
Identifying "long and narrow" polygons in with PostGIS
Personal or impersonal in a technical resume
What (the heck) is a Super Worm Equinox Moon?
Review your own paper in Mathematics
Pre-Employment Background Check With Consent For Future Checks
Storage of electrolytic capacitors - how long?
Magento checkout not working after upgrading to 1.9.3.1
How to register in new database when create an account as a guest checkout in magentoerror on registration page and one page checkout after updating magentoPlace Order not working in Magento 1.9Checkout page is not workingStore based email template not working with magento 1.9.2Magento Search returns no product after 1.9.3.1 upgradeUpgrade CE Magento 1.9.0.1 to 1.9.3.1Magento not upgrading from 1.9.2.4 to 1.9.3.1After upgrading to 1.9.3.1 via Magento Connect, check for updates stopped workingupgrading from Magento version 1.9.3.1 to v1.9.3.4
Just had magento upgraded from 1.9.2 to 1.9.3.1 and checkout has stopped working. When they get to Checkout > Checkout Method
they con't checkout as a Guest or Register as a new user.
magento-1.9 onepage-checkout upgrade
add a comment |
Just had magento upgraded from 1.9.2 to 1.9.3.1 and checkout has stopped working. When they get to Checkout > Checkout Method
they con't checkout as a Guest or Register as a new user.
magento-1.9 onepage-checkout upgrade
add a comment |
Just had magento upgraded from 1.9.2 to 1.9.3.1 and checkout has stopped working. When they get to Checkout > Checkout Method
they con't checkout as a Guest or Register as a new user.
magento-1.9 onepage-checkout upgrade
Just had magento upgraded from 1.9.2 to 1.9.3.1 and checkout has stopped working. When they get to Checkout > Checkout Method
they con't checkout as a Guest or Register as a new user.
magento-1.9 onepage-checkout upgrade
magento-1.9 onepage-checkout upgrade
edited 23 hours ago
Teja Bhagavan Kollepara
3,00641949
3,00641949
asked Dec 19 '16 at 23:36
Paul KovacPaul Kovac
161
161
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Its most likely due to your present theme's checkout review step incompatibility with the latest version 1.9.3.1.
To fix this you can follow these steps below. This will work in most of the cases.
Comment out or remove the review folder in the template path
/magentoroot/app/design/frontend/default/yourtheme/template/checkout/onepage
This will fallback to the default base theme and make the final step works. This will fix this issue in most of the cases.Use Firebug console / Google developer console - Network tab
to identify the issue in the AJAX Post action after the place order button has been clicked
and apply the appropriate code to fix the issue.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f151017%2fmagento-checkout-not-working-after-upgrading-to-1-9-3-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Its most likely due to your present theme's checkout review step incompatibility with the latest version 1.9.3.1.
To fix this you can follow these steps below. This will work in most of the cases.
Comment out or remove the review folder in the template path
/magentoroot/app/design/frontend/default/yourtheme/template/checkout/onepage
This will fallback to the default base theme and make the final step works. This will fix this issue in most of the cases.Use Firebug console / Google developer console - Network tab
to identify the issue in the AJAX Post action after the place order button has been clicked
and apply the appropriate code to fix the issue.
add a comment |
Its most likely due to your present theme's checkout review step incompatibility with the latest version 1.9.3.1.
To fix this you can follow these steps below. This will work in most of the cases.
Comment out or remove the review folder in the template path
/magentoroot/app/design/frontend/default/yourtheme/template/checkout/onepage
This will fallback to the default base theme and make the final step works. This will fix this issue in most of the cases.Use Firebug console / Google developer console - Network tab
to identify the issue in the AJAX Post action after the place order button has been clicked
and apply the appropriate code to fix the issue.
add a comment |
Its most likely due to your present theme's checkout review step incompatibility with the latest version 1.9.3.1.
To fix this you can follow these steps below. This will work in most of the cases.
Comment out or remove the review folder in the template path
/magentoroot/app/design/frontend/default/yourtheme/template/checkout/onepage
This will fallback to the default base theme and make the final step works. This will fix this issue in most of the cases.Use Firebug console / Google developer console - Network tab
to identify the issue in the AJAX Post action after the place order button has been clicked
and apply the appropriate code to fix the issue.
Its most likely due to your present theme's checkout review step incompatibility with the latest version 1.9.3.1.
To fix this you can follow these steps below. This will work in most of the cases.
Comment out or remove the review folder in the template path
/magentoroot/app/design/frontend/default/yourtheme/template/checkout/onepage
This will fallback to the default base theme and make the final step works. This will fix this issue in most of the cases.Use Firebug console / Google developer console - Network tab
to identify the issue in the AJAX Post action after the place order button has been clicked
and apply the appropriate code to fix the issue.
edited Jan 30 '17 at 6:07
answered Jan 30 '17 at 5:47
HaijeromeHaijerome
1,0561119
1,0561119
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f151017%2fmagento-checkout-not-working-after-upgrading-to-1-9-3-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown