Page 1 of 1

Can't proceed past Step 2 of checkout

Posted: Fri Oct 14, 2011 2:50 am
by ristretto6
I recently upgraded my online shop from 1.4.8 to 1.5.3. I just tried checking out (as a guest) and after I fill in all my address info, I try clicking on Continue, and all that happens is a little circle of dots twirls for about a second, and then disappears, and nothing on the page changes; I am not taken to the next step in checkout.

What is going on? Is this a browser issue? An upgrade issue?

Re: Can't proceed past Step 2 of checkout

Posted: Fri Oct 14, 2011 2:56 am
by ristretto6
Update: I also just tried this logged in to my test account, and it works fine until I get to the "I want to use an existing address" part, and then once I select either address I've registered and click Continue, the same thing happens (i.e. nothing).

Re: Can't proceed past Step 2 of checkout

Posted: Fri Oct 14, 2011 3:34 am
by i2Paq
Used our FREE search on Step 2?

Re: Can't proceed past Step 2 of checkout

Posted: Fri Oct 14, 2011 3:37 am
by ristretto6
Oops, I'm sorry, I forgot to add a link to my shop so you can try it for yourself:

http://onlineshop.yarniapdx.com.

Re: Can't proceed past Step 2 of checkout

Posted: Mon Oct 17, 2011 12:04 am
by jmahoney127
Have you managed to solve this problem? I seem to be having a similar problem. It is most annoying!

Re: Can't proceed past Step 2 of checkout

Posted: Mon Oct 17, 2011 2:47 am
by Maansy
i re-uploaded all the checkout folders in template, model and controller and it works fine for now.
then i check the error log and i found:
2011-10-16 18:45:00 - PHP Notice: Undefined index: payment_address_id in /home/xxxx/public_html/opencartstuff.com/catalog/controller/checkout/payment.php on line 11

Code: Select all

if ($this->customer->isLogged()) {
			$payment_address = $this->model_account_address->getAddress($this->session->data['payment_address_id']);// line 11	
		} elseif (isset($this->session->data['guest'])) {
			$payment_address = $this->session->data['guest']['payment'];
		}

Re: Can't proceed past Step 2 of checkout

Posted: Mon Oct 17, 2011 3:51 am
by ristretto6
I couldn't get this problems solved with V 1.5.1.3, and it seemed like nobody had any solutions, either. What I did was downloaded V 1.5.1.2, uploaded all those files on top of my existing files, and then it allowed me to proceed to the subsequent checkout steps.

I hope that works for you, too!