-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.5.12
-- Browser(s) name and version -- : chrome
Hello,
in my checkout, I have following steps:
step 0: cart
step 1: login
step 2: address + shippping
step 3: payment
step 4: cart status + status + terms & conditions
step 5: end
when I put something in my cart, without logging in, next when I proceed to checkout, I come in step 0 (cart is shown). So far so good. When clicking next, I come in step 1: login
After login, I expect the hikashop to continue with step 3, however, after succesfull login I see my cart contents again (step 0) with step-2 in the url. By clicking next, I'm forwarded to step 2.
Why is the system not proceeding to step 2 immediately after login?
After some investigation and playing with some parameters, I found that when the setting 'Auto select default shipping and payment methods' is set to 'yes', you have this strange behavior. However, when set to 'if only one method available', the checkout proceeds to next step (address+shipping) as I expect
How can I fix this when setting 'auto select default shipping = yes' ?