Actions
Bug #8485
closedTax rule "A fixed amount added/substracted from the item price, plus a percentage" does not function correctly
Description
This tax rule functions the same as "A percentage of the item price, added/substracted by a fixed amount" instead of as described. It should behave as following for example.
Item Price: 100
Fixed Amount: -75
Percentage: 5%
Math: 100 - 75 = 25 * 0.05 = 1.25
So our tax would be $1.25 as we're only taxing $25 of the $100 since we want to ignore the first $75.
Related forum topics (from same user):
https://www.joomlapolis.com/forum/255-developer-members-support/243869-solved-taxes-help
https://www.joomlapolis.com/forum/255-developer-members-support/243888-subscription-quandary
Actions