ZC v1.5.8a
PHP 8.0
GPSF v1.0.0
New install, not converting from a previous version.
Admin > Tools > Google Product Search Feeder II
Generate Feed gives 'Request failed, Gone (410).'
If I remove the currency_code portion from the GET request URL
HTML Code:
mydomain.co.uk/gpsf_main_controller.php?key=&feed=fy_un_tp&limit=0&offset=0¤cy_code=GBP&language_id=1
to
Code:
mydomain.co.uk/gpsf_main_controller.php?key=&feed=fy_un_tp&limit=0&offset=0&language_id=1
The feed is successfully generated, with the currency included together with the price:
HTML Code:
<g:price>2.75 GBP</g:price>
I gather that this is correct from Google's point of view and wonder if the '¤cy_code=GBP' in the GET request is actually needed.
I might have overthought all of this and there may exist a simple solution.
Edit: this is on a local dev server (WAMP) with self-signed SSL
Bookmarks