Place Order not working in Magento 1.9 Planned maintenance scheduled April 17/18, 2019 at...
Book where humans were engineered with genes from animal species to survive hostile planets
When were vectors invented?
How to deal with a team lead who never gives me credit?
How do I stop a creek from eroding my steep embankment?
Using et al. for a last / senior author rather than for a first author
porting install scripts : can rpm replace apt?
Can a non-EU citizen with residency visa traveling with me come with me through the EU passport line, when entering Schengen area?
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
Should I use a zero-interest credit card for a large one-time purchase?
What is Arya's weapon design?
Why aren't air breathing engines used as small first stages
How to align text above triangle figure
Identifying polygons that intersect with another layer using QGIS?
Sci-Fi book where patients in a coma ward all live in a subconscious world linked together
What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?
If a contract sometimes uses the wrong name, is it still valid?
Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
ListPlot join points by nearest neighbor rather than order
Dating a Former Employee
Why did the IBM 650 use bi-quinary?
51k Euros annually for a family of 4 in Berlin: Is it enough?
Should I discuss the type of campaign with my players?
How do pianists reach extremely loud dynamics?
Place Order not working in Magento 1.9
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Customers being redirected after pressing place orderMagento Place order give undefined alert boxmagento2 - before place orderOnepage checkout: Submit order button not workingOnePageCheckout doesn't place order after updateMagento 1.9.2.4 - Place Order not go success pageSOLVED Magento 1.9 cannot place order “Some transactions have not been committed or rolled back”Place order: Error processing your order, please try again laterMagento : customer place order and not subscribe to newsletter subscriptionOne page checkout not working in magento 1.9
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I upgraded from 1.7 to 1.9. At checkout, when client clicks on 'Place Order', it just shows a circling motion (submitting order information) and it reloads the page. I saw somewhere that that solution is: Magento 1.9.1.0 requires that your server has php-mbscript (mbstring) enabled in Apache.
I had a chat with Hostgator and they said they cannot enable this for me as I am on a shared hosting account. Does that mean my clients can no longer checkout in my store? What can I do please? Thank you
onepage-checkout
add a comment |
I upgraded from 1.7 to 1.9. At checkout, when client clicks on 'Place Order', it just shows a circling motion (submitting order information) and it reloads the page. I saw somewhere that that solution is: Magento 1.9.1.0 requires that your server has php-mbscript (mbstring) enabled in Apache.
I had a chat with Hostgator and they said they cannot enable this for me as I am on a shared hosting account. Does that mean my clients can no longer checkout in my store? What can I do please? Thank you
onepage-checkout
Once checkapp/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/checkout/onepage/review/info.phtml
file has form key. check bottom of this file and compare it withbase
package file
– Rohit Kundale
Jan 13 '16 at 12:28
Hello Rohit, can you kindly explain better. Many thanks.
– Chakadizulu
Jan 13 '16 at 15:56
add a comment |
I upgraded from 1.7 to 1.9. At checkout, when client clicks on 'Place Order', it just shows a circling motion (submitting order information) and it reloads the page. I saw somewhere that that solution is: Magento 1.9.1.0 requires that your server has php-mbscript (mbstring) enabled in Apache.
I had a chat with Hostgator and they said they cannot enable this for me as I am on a shared hosting account. Does that mean my clients can no longer checkout in my store? What can I do please? Thank you
onepage-checkout
I upgraded from 1.7 to 1.9. At checkout, when client clicks on 'Place Order', it just shows a circling motion (submitting order information) and it reloads the page. I saw somewhere that that solution is: Magento 1.9.1.0 requires that your server has php-mbscript (mbstring) enabled in Apache.
I had a chat with Hostgator and they said they cannot enable this for me as I am on a shared hosting account. Does that mean my clients can no longer checkout in my store? What can I do please? Thank you
onepage-checkout
onepage-checkout
asked Jan 13 '16 at 12:21
ChakadizuluChakadizulu
134
134
Once checkapp/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/checkout/onepage/review/info.phtml
file has form key. check bottom of this file and compare it withbase
package file
– Rohit Kundale
Jan 13 '16 at 12:28
Hello Rohit, can you kindly explain better. Many thanks.
– Chakadizulu
Jan 13 '16 at 15:56
add a comment |
Once checkapp/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/checkout/onepage/review/info.phtml
file has form key. check bottom of this file and compare it withbase
package file
– Rohit Kundale
Jan 13 '16 at 12:28
Hello Rohit, can you kindly explain better. Many thanks.
– Chakadizulu
Jan 13 '16 at 15:56
Once check
app/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/checkout/onepage/review/info.phtml
file has form key. check bottom of this file and compare it with base
package file– Rohit Kundale
Jan 13 '16 at 12:28
Once check
app/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/checkout/onepage/review/info.phtml
file has form key. check bottom of this file and compare it with base
package file– Rohit Kundale
Jan 13 '16 at 12:28
Hello Rohit, can you kindly explain better. Many thanks.
– Chakadizulu
Jan 13 '16 at 15:56
Hello Rohit, can you kindly explain better. Many thanks.
– Chakadizulu
Jan 13 '16 at 15:56
add a comment |
3 Answers
3
active
oldest
votes
Yes Magento requires the mbstring library to work. I suggest you upgrade your hosting account or look for another hosting company. As you said, checkout won't work anymore without this library installed. Sorry about that.
add a comment |
If you are facing the problem of "Place Order not working" compare base info file with that of your theme and as said check the getFormKey
function.
Please add following code (you can comment out your current code using php tag /*
content */
)
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
add a comment |
in which file we add
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
New contributor
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%2f97039%2fplace-order-not-working-in-magento-1-9%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes Magento requires the mbstring library to work. I suggest you upgrade your hosting account or look for another hosting company. As you said, checkout won't work anymore without this library installed. Sorry about that.
add a comment |
Yes Magento requires the mbstring library to work. I suggest you upgrade your hosting account or look for another hosting company. As you said, checkout won't work anymore without this library installed. Sorry about that.
add a comment |
Yes Magento requires the mbstring library to work. I suggest you upgrade your hosting account or look for another hosting company. As you said, checkout won't work anymore without this library installed. Sorry about that.
Yes Magento requires the mbstring library to work. I suggest you upgrade your hosting account or look for another hosting company. As you said, checkout won't work anymore without this library installed. Sorry about that.
answered Jan 13 '16 at 12:25
Raphael at Digital PianismRaphael at Digital Pianism
55.2k22124279
55.2k22124279
add a comment |
add a comment |
If you are facing the problem of "Place Order not working" compare base info file with that of your theme and as said check the getFormKey
function.
Please add following code (you can comment out your current code using php tag /*
content */
)
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
add a comment |
If you are facing the problem of "Place Order not working" compare base info file with that of your theme and as said check the getFormKey
function.
Please add following code (you can comment out your current code using php tag /*
content */
)
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
add a comment |
If you are facing the problem of "Place Order not working" compare base info file with that of your theme and as said check the getFormKey
function.
Please add following code (you can comment out your current code using php tag /*
content */
)
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
If you are facing the problem of "Place Order not working" compare base info file with that of your theme and as said check the getFormKey
function.
Please add following code (you can comment out your current code using php tag /*
content */
)
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
edited Mar 22 '17 at 15:02
7ochem
5,85493768
5,85493768
answered Mar 22 '17 at 13:46
parvysageparvysage
31
31
add a comment |
add a comment |
in which file we add
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
New contributor
add a comment |
in which file we add
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
New contributor
add a comment |
in which file we add
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
New contributor
in which file we add
//<![CDATA[
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
//]]>
</script>
New contributor
edited 4 mins ago
Manoj Deswal
4,39191744
4,39191744
New contributor
answered 5 mins ago
user78668user78668
1
1
New contributor
New contributor
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%2f97039%2fplace-order-not-working-in-magento-1-9%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
Once check
app/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/checkout/onepage/review/info.phtml
file has form key. check bottom of this file and compare it withbase
package file– Rohit Kundale
Jan 13 '16 at 12:28
Hello Rohit, can you kindly explain better. Many thanks.
– Chakadizulu
Jan 13 '16 at 15:56