Closed
Description
Preconditions (*)
- Magento 2.4.3-p1
Tables rates is configured to allow 0 shipping costs once the cart total reaches a threshold value. It fails when the cart contains both virtual and physical products even though the configuration "Include Virtual Products in Price Calculation" is set to "No".
Steps to reproduce (*)
- Table rates shipping table is set to zero shipping cost once you reach a total amount of 75,- € (63.0252 excl. tax)
- Table rates config is set to price vs. destination
- "Include Virtual Products in Price Calculation" set to "No"
- Create a simple (e.g. 34,- €) and a virtual product (e.g. 100,-€)
- Add both products to cart
Expected result (*)
Only the physical product's price should be taken into account when calculating the shipping price. The virtual product's price should be ignored completely.
Actual result (*)
- The virtual product is taken into account
- Magento thinks the threshold is reached and sets the shipping cost to 0,-
The exact same issue has been reported here: #27861
It is supposed to be fixed but it is not.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done