admin (no pm's please)
|
Paypal sales tax fixAn update has been made to nopcart.js
strOutput += "<input type=hidden name=\"tax_" + strFooter + "\" value=\"" + moneyFormat(fItemTax) + "\">";
replaces:
strOutput += "<input type=hidden name=\"tax_" + strFooter + "\" value=\"" + fItemTax + "\">";
as paypal likes nicely formatted numbers, for some values sales tax was not being added
|