
Originally Posted by
datasmog
I have just installed 1.12.4 and it all seems to work fine.
However Google has recently changed the feed limit on newly registered product feeds to a maximum of 500 items. This is for feeds registered after 22/11.
I have been submitting feeds under the same xml file name for a number of years.
But this new module is inserting _en at the end of the file name, and in order to upload it from within the module I had to register a new data feed.
Resulting in the 500 item restriction.
Is there any way to stop the module from inserting _en into the feed name?
I just want frooglefeed_products.xml, not frooglefeed_products_en.xml
On line 72 of googlefroogle.php change that line to:
PHP Code:
$outfile = DIR_FS_CATALOG . GOOGLE_PRODUCTS_DIRECTORY . GOOGLE_PRODUCTS_OUTPUT_FILENAME . "_" . $type ;
Bookmarks