google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

Product tax in UK osCommerce store shows as 0% in admin when default is set as 20% #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tax is set in the osCommerce admin at 20%, it's also set the default rule to 20 
in file gcheckout: $GDtaxRule = new GoogleDefaultTaxRule(20, 'false');
But the product tax in admin > orders > edit incorrectly shows as 0% although 
the total calculation is correct, and a tax order total module displays the tax 
in the totals. 

Occassionally the tax in the product line does correctly show as 20% (same 
product) and when it does the tax order total module shows twice, once as 'tax' 
and once as 'Value Added Tax'. 

This is osCommerce running on Linux and testing with Sandbox.

Original issue reported on code.google.com by bu...@estores.org.uk on 4 Aug 2011 at 10:20