Jump to content


Corporate Sponsors


Latest News: (loading..)

rstolk

Member Since 15 Sep 2006
Offline Last Active Sep 28 2011, 13:33
-----

Posts I've Made

In Topic: Automatically send data feed to Froogle

28 September 2011, 12:57

View PostChrisRedfern, 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?

Hi, Is your VAT problem solved yet ?

In Topic: SEO URLs

05 September 2011, 14:02

Dear Friends,

I hope someone can give me a tip.

I would like to turn on the "use search engine safe url's" in my shop.

But when I do this the URL of the pop up image is also changed, so the pop-up image is not reconised.

the pop up should be : http://www.myshop.com/popup_image.php?pID=429

but is changed to : http://www.myshop.com/popup_image.php/pID/429

who can help me fix this ? or has a push in the right direction.

thanks
Richard