Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57
stars
51
forks
source link
[BUGFIX] `isNetCart` setting considered in cart checkout #517
Setting
plugin.tx_cart.settings.cart.isNetCart = false
now rules the output of some values and labels
properly
The price of products in the last step
of the multistep checkout are gross prices.
With this bugfix the header of the table shows
"Price per unit (gross)" if needed instead of
always showing "Price per unit (net).
The costs for shipping and payment are
correctly shown as gross or net values.
Setting
plugin.tx_cart.settings.cart.isNetCart = false
now rules the output of some values and labels properlyFixes: https://github.com/extcode/cart/issues/515