-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.3.29
Hello,
on my customer's site, we need to ask for shipping method before asking for address in the checkout process.
The checkout process is configured in order
1. Cart - 2. Login - 3. Shipping - 4. Address - etc.
This works fine when the user logs in during or before the checkout (user is processed to Shipping as a next step) - but for guests, Shipping is skipped and user is processed to Address. Without filling in the address, it's not even possible to return to Shipping by clicking the progress bar.
What can I do to fix this, please?