Shipping Price resets after postal change
-
Here is a detailed video of the issue:
https://www.loom.com/share/a90aa8907a5b4100965ed38ff5e526bd?sid=f5387c5a-9557-4633-ade6-826642716385We are using a custom product configurator and therefore add product weights dynamically. The weight is shown correctly and therefore is added the right way. But unfortunately, after changing the postal code, the shipping cost is wrong. Even after changing it back to the original postal code.
We store our weight in$cart_item['new_weight']
And we add like this while adding it to the cart:$cart_item['data']->set_weight($cart_item['new_weight']);
It works perfect, just not on the checkout page unfortunately.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Shipping Price resets after postal change’ is closed to new replies.