title | issue |
---|---|
Handling tax-free in storefront |
NEXT-14117 |
- Changed the way to get
taxState
in functioncalculate
atShopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
class. - Changed the way to get
taxState
in functionscalculate
,calculateGrossAmount
,calculateNetAmount
,calculateTaxes
atShopware\Core\Checkout\Cart\Price\AmountCalculator
class. - Added
getCartTaxType
function intoShopware\Core\Checkout\Cart\CartRuleLoader
class.
- Changed
cartPrice.positionPrice
tocart.price.totalPrice
insw_order_create_base_line_items_summary_amount_free_tax
block atmodule/sw-order/view/sw-order-create-base/sw-order-create-base.html.twig
. - Changed
cartPrice.positionPrice
tocart.price.totalPrice
insw_order_detail_base_line_items_summary_amount_free_tax
block atmodule/sw-order/view/sw-order-create-base/sw-order-detail-base.html.twig
.