Hello!
I have a little problem with updating the cart, just the first time a customer opens a checkout (cart) page.
The workflow is:
cart_coupon,login_address_shipping_payment_terms_confirm_fields,end
Just the first time user enter the checout page, he must press Next button twice on the first step to get to the second step.
I found out that if he enters on page "www.../checkout/" and he is not registered he gets the price without shipping value. When he press "Next", the price updates on the cart with a shipping cost, but he is still on the same page (first step). When he press Next button the second time, he gets to next step. This happens just the first time.
If he is registered already, than he gets also the price without shipping cost. But whan he press "Next" he goes to the next step without getting the shipping cost in the cart.
In both cases if he returns to first step (where is the cart), he gets the price with shipping included.
But if he enters the first time directly to "www.../checkout/step/step-0/". He gets the price with shipping cost. And when he press the "Next" button, he gets to the seccond page (step 2) which is "www.../checkout/step/step-1/". In this example it is working fine.
I don't know how to send user directly to "www.../checkout/step/step-0/".
I have a code on button (Buy now) in article which send him directly to checkout:
index.php?option=com_hikashop&ctrl=product&task=updatecart&quantity=1&checkout=1&product_id=1
And I use a module mini shopping cart (mod_hikashop_cart) which send a user to "www.../checkout/".
Thanks for you time.