You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a set of shipping methods with rules related to weights. I'm not sure if it is weight specifically weight related, but whenever we go over the max weight of the shipping rule in the cart the shipping method gets removed from the order which I understand. But when I then adjust the cart back to fit in the weight shipping rule the shipping method isn't added again.
Steps to reproduce
Create a product with a weight
Create a shipping method
Add a weight rule to the method with a max. weight higher than the weight of the product
Add the product with an amount of 1 to the cart
You should see the shipping costs
Update the amount of the product to 2
Now the shipping costs are gone
Update the amount of the product back to 1
The shipping costs still doesn't show up
Expected behavior
The shipping method should be matched again according to the cart/line-items and the shipping rules.
Actual behavior
No shipping method is re-linked to the cart.
Craft CMS version
4.13.3
Craft Commerce version
4.7.0
PHP version
8.3
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
No response
The text was updated successfully, but these errors were encountered:
What happened?
Description
We have a set of shipping methods with rules related to weights. I'm not sure if it is weight specifically weight related, but whenever we go over the max weight of the shipping rule in the cart the shipping method gets removed from the order which I understand. But when I then adjust the cart back to fit in the weight shipping rule the shipping method isn't added again.
Steps to reproduce
Expected behavior
The shipping method should be matched again according to the cart/line-items and the shipping rules.
Actual behavior
No shipping method is re-linked to the cart.
Craft CMS version
4.13.3
Craft Commerce version
4.7.0
PHP version
8.3
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
No response
The text was updated successfully, but these errors were encountered: