I click checkout but don’t works

After the whole process when I finalize the purchase as it is loading the image but does not change the page, stagnates
There is a question in your Question page, but the solution is not shown
Thank you

6 answers

Profile photo of Mall Staff 184060.00 $tone December 17, 2014
Public

@Alvaro Saez: I have checked your website & seen that you customized our Jm Crafts theme much and it’s hard for us to detect the root of issue here.
 
Kindly take a backup of your site and update the latest version of JM Crafts theme for Magento 1.9.x at:  http://www.ubertheme.com/magento-themes/crafts/
 

#3
Profile photo of Alvaro Saez 30.00 $tone December 17, 2014
Public

It’s already update to 1.9
I have made all customization in a different folder “jm_crafts subtheme”, if I disable this theme in system/design I have the same issue when I try to click in checkout.

#4
Profile photo of Mall Staff 184060.00 $tone December 22, 2014
Public

@Alvaro Saez: As you see, the checkout module was working fine in our theme at: http://crafts.demo.ubertheme.com/
Via FTP account, i still see many custom views/template in jm_crafts theme in your site. Please take a BACKUP of the old theme in your site & update the latest of jm_crafts at http://www.ubertheme.com/magento-themes/crafts/ to resolve the issue of checkout module.
And let me know how it goes.
 

#5
Profile photo of Alvaro Saez 30.00 $tone December 22, 2014
Public

This worked for me:

In /public/app/design/frontend/default/jm_crafts/template/checkout/onepage/review/info.phtml

I’ve changed the line 81:

review = new Review(‘getUrl(‘checkout/onepage/saveOrder’) ?>’, ‘getUrl(‘checkout/onepage/success’) ?>’, $(‘checkout-agreements’));

For this:

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’));

Now issue it’s solved

#6

This question is now closed

Written By

Comments