ChrisRedfern, on 19 August 2011, 12:44, said:
Ive managed to get my products up onto google merchant, all seemed fine until i reaised that the prices showing on google shopping for my store where without UK VAT,
After searching this thread i found,
UK Store Feeds who need the VAT to be Correct in Google Feeds -
FIND
/*************** BEGIN MASTER SETTINGS ******************/
REPLACE WITH
/*************** BEGIN MASTER SETTINGS ******************/
$taxRate = 20.0; //default = 0 (e.g. for 20.0% tax use "$taxRate = 20.0;")
$taxCalc = ($taxRate/100) + 1; //Do not edit
FIND
FORMAT( IFNULL(specials.specials_new_products_price, products.products_price), 2) AS price,
REPLACE WITH
FORMAT( IFNULL(specials.specials_new_products_price, products.products_price) * " . $taxCalc . ",2) AS price,
MAKE SURE THIS IS SET TO 0 and not 1
define('OPTIONS_ENABLED_INCLUDE_TAX', 0);
Done. Simples. ;-)
This i have done! yet still when creating a new data feed, my prices are still without UK VAT,
Can any1 help?
After searching this thread i found,
UK Store Feeds who need the VAT to be Correct in Google Feeds -
FIND
/*************** BEGIN MASTER SETTINGS ******************/
REPLACE WITH
/*************** BEGIN MASTER SETTINGS ******************/
$taxRate = 20.0; //default = 0 (e.g. for 20.0% tax use "$taxRate = 20.0;")
$taxCalc = ($taxRate/100) + 1; //Do not edit
FIND
FORMAT( IFNULL(specials.specials_new_products_price, products.products_price), 2) AS price,
REPLACE WITH
FORMAT( IFNULL(specials.specials_new_products_price, products.products_price) * " . $taxCalc . ",2) AS price,
MAKE SURE THIS IS SET TO 0 and not 1
define('OPTIONS_ENABLED_INCLUDE_TAX', 0);
Done. Simples. ;-)
This i have done! yet still when creating a new data feed, my prices are still without UK VAT,
Can any1 help?
Hi, Is your VAT problem solved yet ?






Find content
Male
