PDA

View Full Version : Sales Tax 2



actiontraining
May 2nd, 2003, 11:42 AM
Grr, How how do I edit the script so that shopping carts read "VAT" rather than "Sales Tax" ??

Jamie
May 2nd, 2003, 01:49 PM
This is not customizable via the templates. To change it, do the following:

1. open "squirrelcart/functions/get_tax_rate.func"
2. search for the text "sales tax"
3. replace the text "sales tax" with "VAT"

actiontraining
June 6th, 2003, 02:15 PM
that doesn't work, it just makes a mysql error

Jamie
June 9th, 2003, 03:41 PM
Sorry about that. Wrong file. :rolleyes: Try "squirrelcart/functions/show_cart.func". Replace "Sales Tax:" with "VAT:"

Thanks,
Jamie