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?
What is going on? Is this a browser issue? An upgrade issue?
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).
Used our FREE search on Step 2?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Oops, I'm sorry, I forgot to add a link to my shop so you can try it for yourself:
http://onlineshop.yarniapdx.com.
http://onlineshop.yarniapdx.com.
Have you managed to solve this problem? I seem to be having a similar problem. It is most annoying!
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
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'];
}
ALL Templates :: 1.5.1+ Templates :: 50%-75% PRICE DROP ONLY at OpencartStuff.com
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!
I hope that works for you, too!
Who is online
Users browsing this forum: Google [Bot] and 17 guests