title | issue |
---|---|
Hide VAT column and change price label for tax free case |
NEXT-10984 |
- Added
unitPriceLabel()
computed property inmodule/sw-order/component/sw-order-line-items-grid-sales-channel/index.js
- Changed method
getLineItemColumns()
inmodule/sw-order/component/sw-order-line-items-grid-sales-channel/index.js
to correctly show price label based on tax status of Cart - Added
unitPriceLabel()
computed property inmodule/sw-order/component/sw-order-line-items-grid/index.js
- Changed method
getLineItemColumns()
inmodule/sw-order/component/sw-order-line-items-grid/index.js
to correctly show price label based on tax status of Order - Added conditional check using
taxStatus()
inmodule/sw-order/view/sw-order-create-base/sw-order-create-base.html.twig
to display Total column base on tax status - Added conditional check using
taxStatus()
inmodule/sw-order/view/sw-order-detail-base/sw-order-detail-base.html.twig
to display Total column base on tax status