- Posts: 107
- Thank you received: 0
Shipping price not added
I didn't check previously but I thinks that's from this version
Please Log in or Create an account to join the conversation.
You're saying that you're using version 1.4.5, right ?
Do you use the default checkout workflow ? Did you customize the cart file of the checkout before updating ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Id does happen when you've got different adresses set up for one customer ..; change a few times between billing & delivery adress .. and after a few changes ... the cart doesn't add up ..
this is doing the same on my test local version (hikashop just installed all default options) and my website running ...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
$this->cart_update=true;
just after the line:
if($cart->has_shipping){
in the function after_address, that should solve the problem.
Please Log in or Create an account to join the conversation.
Life is nice but is with somebody else
Please Log in or Create an account to join the conversation.
Life is nice but is with somebody else
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Life is nice but is with somebody else
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
In the Shipping Method, the Zone I chose was ID 223 United States of America, which comes with HikaShop by default as a Country. Using that, the shipping cost didn't add to the total.
I made my own Shipping Zone and manually added all the states to to it. When I used that newly created Shipping Zone as the Zone in my Shipping Method, the shipping cost was correctly added to the total.
I don't know what specifically fixed it, but the only things that were different for me were 1) selecting a Shipping Zone rather than a Country in the Shipping Method, and 2) manually adding the States into the Shipping Zone rather than adding the Country as a whole.
Hope this helps!
Please Log in or Create an account to join the conversation.