Some news worth noting...
Enforcement of [Google Merchant] Unique Identifier Policy
As we announced on March 14, and in emails to all Product Search merchants, today we will begin requiring unique identifiers for products in all categories except for apparel, custom, and one-of-a-kind items. These requirements are part of an ongoing effort to make Product Search better for our users. Our unique identifier requirements enable us to build detailed product pages to help shoppers learn about products and compare prices from across the web. These unique identifiers are required for Google Product Search and Product Ads, and this policy will not impact Google Commerce Search.
We will be gradually enforcing this policy over the next few weeks, with full enforcement in effect on June 20th. During this time, products that do not have correct unique identifiers may not appear in our product listings. If you have products that do not have correct unique identifiers, we recommend that you make the necessary changes as soon as possible.
Please note that in the weeks after June 20th, we will begin disapproving the feeds of merchants who have a significant percentage of items that do not include the correct unique identifiers.
The current Google Merchant static module supports UPC/GTIN information for product listings but obviously you will need to have included this information in your product "Other" details to ensure you don't fall foul of the new requirement.
For those with ISC 5.5.4 or earlier, you can still add a custom field called "upc" (it must be lower case) with the appropriate UPC/GTIN/EAN value in it. This module will pick out that information and supply it as the UPC attribute in the feed.
No version of ISC currently supports the MPN properly, but instead relies on the product code (SKU). I have mirrored this in part but this module will:
- use the value for any custom field called "mpn" (lowercase required)
OR
- use the Product Code/SKU if custom field "mpn" doesn't exist and the product code field has a value
The other bit of news from Google is that Australia is now supported with its own targetted feed.
Google Shopping Arrives in Australia, Italy, Spain, and the Netherlands
The other countries listed have
already had support implemented in this module but Australia can easily be added by including this line as follows:
Open:
/includes/classes/class.froogle.php
Find:
Code: Select all
$this->country_streams['GB'] = 'GBP'; // United Kingdom,
Before, Add:
Code: Select all
$this->country_streams['AU'] = 'AUD'; // Australia
Worth reading that blog article (link above) to check the requirements but so long as you have a currency defined for Australian Dollars in your ISC setup you will find this module will support the feed.
That's about it for now... Still waiting for a bit more feedback from customers who have reported bug issues in previous versions, but at a guess the lack of additional feedback indicates the module is working as expected.