anyone know how to stop it timing out after so long and missing 90% of my products off??
i may not know how yet, but i soon will....i hope :)
My items are now showing on google :-)
they are also now showing the postage cost underneath which is great.... however the postage cost is inoccrect and is missing the VAT ie my postage cost might be £2.50 but google is showing the price as £2.08 which is 20% less. I have the setting in the config:
Display Tax false (as it says us only)
Tax Country UK
Tax Region CLEVE
Tax Rate 20.00
Tax on Shipping y
Does anyone know if there is another update coming out soon,,
Im totally out my depth trying to get this to work, and have zero products displayed anywhere in google,
![]()
Ok so i think i made some progress using the 3 supplied snippets of code from 3249 to removethe old google feeder and i now have just the one set of configurations however it shows as making the feed domain_products_en.xml and so now google has emailed me to say my feed does not match the filename it should and also for some reason it has only generated 351 out of 355 items processed when last night it successfully processed all 376 of my items?? any ideas?
I just discovered something I hadn't run into before and hadn't seen posted here.
If you have the stock by attributes mod installed, it will export your variants to the feed.
However, since it was set up for Numinix's upcoming new stock by attributes, it does not work as it needs to and can/will get your products invalidated.
So if you have it installed, you are going to have to edit the googlefroogle.php file in the root.
Comment out this line by adding the // in front of it.
Code:if (defined('TABLE_PRODUCTS_WITH_ATTRIBUTES_STOCK')) $stock_attributes = true;
Bookmarks