cancel
Showing results for 
Search instead for 
Did you mean: 

Please help, unable to checkout

Please help, unable to checkout

After the entering the billing information, click continue, and takes me back to the shopping cart (/checkout/cart/), Any help would be greatly appreciated.

 

version 1.9.4

2 REPLIES 2

Re: Please help, unable to checkout

Hi @yoshi2000

 

Please check error in console. or give me the screenshot of console then I will check your issue

If you find my answer useful, Please click Kudos & Accept as Solution.

Thanks Smiley Happy

Re: Please help, unable to checkout

Hey @yoshi2000

 

Had the same problem. In my case it was this piece of code in a few template files for checkout (shipping.phtml, billing.phtml etc) in my theme 

 

<?php if($this->getLayout()->checkVersion('1.9.3.x') 
			and !$this->getLayout()->checkVersion('1.9.3.0') 
			and !$this->getLayout()->checkVersion('1.9.3.1') 
			and !$this->getLayout()->checkVersion('1.9.3.2')){
	?>

Changed the top 1.9.3.x to 1.9.4.x and all worked. Just do a contents search for "1.9.3" in your theme files under \app\design\frontend\YOUR_THEME.