-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.2
-- PHP version -- : 5.5.43
-- Browser(s) name and version -- : FF / Chrome - Updated
We were having an issue that when the user was inside the cart which showed the products they had order, quantity and pricing, that if the login ;/ registration was displayed there, that after registering or logging in , it immediately went to the checkout / pay page, thereby not returning back to the cart as logged in. So we moved the login before the cart in the checkout configuration but once logged in , it bypasses the cart and goes to the checkout / pay page which is not usable for our needs since some customers may need to enter a coupon.
Here is how I have the checkout configuration setup:
FYI, I added the 'Cart Status' as I had tried it without it being used, just in case this might get us to the cart but it didn't.
Here is the flow. The product page is displayed and you 'Add to Cart' the product you want.
It goes to the login or registration page:
It bypasses the cart completely and goes to the checkout / pay page:
It then links to the Authorize.net payment page:
I'm not sure why it does this as the Checkout configuration clearly has the Cart / Coupon displayed before the Payment page. Again, I added the 'Cart Status' to see if this would fix the issue but it didn't.
Can you determine what I have configured incorrectly?