I just installed ver. 1.1.7 and I cannot checkout. When I click on the checkout button it just refreshes the screen and nothing happens. Any clues?????
compudds
open cart 1.1.8
http://www.bettersearchllc.com/store/
I got an error when I tried to check out with 1.1.7... 1.1.8 fixed that.. try upgrading.
upgraded to 1.1.8 and still not able to checkout?????
compudds
open cart 1.1.8
http://www.bettersearchllc.com/store/
weird... link?
compudds
open cart 1.1.8
http://www.bettersearchllc.com/store/
Very weird... I didn't go too much into dept, but when you click it it will load this url:
http://www.bettersearchllc.com/store/in ... t/shipping
Which then redirects you back to the cart....
In catalog/controller/checkout/shipping.php, it will redirect you back to cart with the following:
Looking at that... I see the "config_stock_checkout" - that is the config that allows users to checkout if the item is not in stock or not... then I noticed the red *** next to the item name. Your layout isn't showing the "some items are not in stock" message you would normally get. You can't checkout because it's not in stock (you have a quantity of zero) and you're layout doesn't show the error.
http://www.bettersearchllc.com/store/in ... t/shipping
Which then redirects you back to the cart....
In catalog/controller/checkout/shipping.php, it will redirect you back to cart with the following:
Code: Select all
if ((!$this->cart->hasProducts()) || ((!$this->cart->hasStock()) && (!$this->config->get('config_stock_checkout')))) {
$this->redirect($this->url->https('checkout/cart'));
}
Who is online
Users browsing this forum: No registered users and 96 guests