Project

General

Profile

Bug #8485

Updated by beat almost 3 years ago

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

Back