Open
Description
Preconditions (*)
Magento 2.4.2
2.4-develop having EE and B2B Modules
Steps to reproduce (*)
Using Fresh magento installation with samples datas.
- Create a tax rate (20%) applied on both products and shipping.
- In Sales > Tax configuration Panel:
- Tax Class for Shipping : Taxable Goods
- Catalog Prices: Including Tax
- Shipping Prices: Including Tax
- Apply Discount On Prices: Including Tax
- Enable Cross BorderTrade : Yes
- Create a new cart rule
- Coupon: Specific Coupon
- Apply: Fixed amount discount for whole cart
- Discount Amount: 56
- Add a product in shopping cart (51$)
- Go to checkout and use a shipping methods: Flat Rate 5$
- Apply the cart rule using the coupon code
Expected result (*)
- -56$ dicount applied
- 0$ on Order total
Actual result (*)
- -55.17$ discount applied
- 0.83$ on order total
The discount seems to be only applied on Shipping amount excluding tax. In that case 4.17$.
That's explain the -55.17$ discount amount on shopping cart (51 + 4.17)
For more details about the issue and configuration, please check this link
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.