I'm not a Merchant Center user, so I've got no access to view the options of the Merchant Center Next tool.
One thing that GPSF2 provides is a means to restrict the products a site publishes to...
Type: Posts; User: lat9
I'm not a Merchant Center user, so I've got no access to view the options of the Merchant Center Next tool.
One thing that GPSF2 provides is a means to restrict the products a site publishes to...
Thanks for the investigation and correction; I'll get that fixed in v1.0.5. Here's the GitHub issue for tracking: https://github.com/lat9/gpsf/issues/46
I'm not a user of the Google Merchant Center's hosted console, so can't help there. If the data's being sent but Google isn't happy, I'll suggest doing a web-search for the symptom. If you've run...
GPSF_LANGUAGE is removed when you upgrade to a current version of GPSF. It appears that you forgot to copy the upgraded version of /gpsf_main_controller.php -- that goes into the root of your site's...
See this GitHub issue for change-tracking: https://github.com/lat9/gpsf/issues/45
From the Google documentation: https://support.google.com/merchants/answer/6324503?hl=en&ref_topic=6324338&sjid=5456576798720655404-NA
... it looks like the g:shipping_weight is needed if you're...
v1.0.4 of Google Product Search Feed II is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2379
This release contains changes associated with the following GitHub...
v1.0.3 of Google Product Search Feeder II is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2379
This release corrects issue #39 (Correct PHP Warnings when a product...
No clue, but you can backtrace the code prior to includes/classes/gpsfFeedGenerator.php(717) to see the function that's called to determine a product's category tree and compare between zc157c and...
Haven't seen that before, but it sure "sounds like" the master_categories_id of 1049 doesn't exist in the categories table.
v1.0.2 of Google Product Search Feeder II is available for download: https://www.zen-cart.com/downloads.php?do=file&id=2379
This release contains changes associated with these GitHub issues:
...
I'm guessing that the 404 error (File Not Found) is because you didn't copy the root-directory file gpsf_main_controller.php. That file should reside in the same directory as the site's...
v1.0.1 of GPSF-2 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2379
This is a BUGFIX release; for a full list of changes, see this link:...
Right, that's the shipping cost, not the weight.
@mprough, that's funny, since the Google documentation still references the need for the unit-name on the shipping-weight attribute:...
Huh? I don't understand how the product-search feed has anything to do with the sitemap xml plugin.
Other than the meta-tags' title issue; all others are included in the v1.0.0 version.
Thanks for the validation; I'll get a GitHub issue logged.
GitHub issue: https://github.com/lat9/gpsf/issues/12
Are you using products' meta-tag titles as the g:title? The value's either a product's name (which, for above isn't empty) or the metatags_title.
I might see the issue, darn it. ...
Right, you'd need to check the incoming $products_id value and possibly the $product/$categories_list/$cPath arrays to see if the current product 'qualifies' for the change.
For what I think...
At this point, the gpsfFeedGenerator class doesn't acknowledge an override for the product_type, using either a fixed value or a selection from the product's master-category's name 'tree'. I've...
Any logs generated? If the $_GET['currency_code'] is set, the processing looks for that in the currencies class.
Download link: https://www.zen-cart.com/downloads.php?do=file&id=2379
This is the support thread for the to-be-released shortly Google Product Search Feeder II (aka GPSF-2) plugin.
The plugin has been tested on zc156b through zc158a on PHP versions 7.0 through 8.2...