-
Notifications
You must be signed in to change notification settings - Fork 2
Differences From The Original Version
lat9 edited this page Aug 24, 2026
·
6 revisions
This plugin is based on a version authored by Numinix back in 2012. It's been brought up to current Zen Cart, PHP and product-data specification standards and has been tested with Zen Cart versions 2.0.0 through 3.0.0-dev and PHP versions 8.0 through 8.5.
Besides an overall restructuring, there are some functional differences between this version and the (now commercial) Numinix version:
- Database configuration constants now start with
GPSF_instead ofGOOGLE_PRODUCTS_. - There is no longer a feed-specific
/auto_loadersfile, so any site-specific changes that monitor the generation of a product's pricing are now in-effect while the feed is being generated. - Non-base Zen Cart database values that are used for a feed's items' attributes can now be provided via separate 'extension' classes:
- Database values that provide the item's
g:gtin,g:upc,g:isbn,g:ean,g:condition,g:promotion_id. The configuration settings that previously indicated these values' presence in the database have been removed. - An item's MAP pricing. The configuration settings that previously indicated this value's present in the database have been removed.
- Shipping methods other than the built-in
flat,item,perweightunit,tableandzones. - Magic SEO URLs.
- Plugins that provide variant-specific stock quantities.
- Database values that provide the item's
- Programmatic feed uploads to Google are no longer supported. You can log into your Google Merchant Center account and either upload the generated feed manually or instruct Google to periodically upload the feed itself.
- The "Website Address" for the feed's
<link>attribute is no longer used; the site's address (HTTP_SERVER . DIR_WS_INCLUDES) from the storefrontconfigure.phpfile is used instead.
If you're converting to use the Google Product Search Feeder from the Google Merchant Center Feeder plugin, there's a one-time configuration-copy tool provided by the GPSF plugin. Starting with v1.1.0 of GPSF, that tool is available from the admin's Extras :: Convert Merchant Center Feeder so long as:
- The Google Merchant Center Feeder's configuration version setting is present.
- No changes have currently been made to the Google Product Search Feeder's configuration.
- The configuration-copy tool has not been previously run.