With 'Display prices with tax' set to true then the prices displayed correctly include tax (VAT). With 'Display prices with tax' set to false the prices correctly exclude tax, but the tax should be identified during the order process and this doesn't work.
In 'Administration | Modules | Order Total' I have checked that 'Tax' is installed.
The entries in my tables are as follows:
products
tax_class_id=2
tax_class:
tax_class_id=2
tax_class_title=VAT
(2 records)
tax_rates:
tax_class_id=2
tax_rate=17.5
tax_description=Value Added Tax
tax_zone_id=1
(2 records)
zones
zone_id=1
zone_country_id=222
zone_name=United Kingdom
(1 record)
zone_to_geo_zones:
zone_id=1
zone_country_id=222
geo_zone_id=1
(239 records - all other zone_id's=0)
geo_zones:
geo_zone_id=1
geo_zone_name=Europe(17.5%)
(2 records)
Therefore:
products.tax_class_id = tax_class.tax_class_id = tax_rates.tax_class_id = 2 (VAT)
tax_rates.tax_rates_id = zone.zones_id = zone_to_geo_zones.zone_id = 1 (UK)
zone_to_geo_zones.geo_zone_id = geo_zones.geo_zone_id = 1 (Europe)
Can anyone advise what else I should check please to get the tax to display at checkout?





LinkBack URL
About LinkBacks








Bookmarks