ginkgostudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Etsy Shop] Centering itemsI have tried it like this (works with my image galleries). But does not work with Etsy items:
<div align="center">[etsy-include=GreenWallNL;12885256]</div>
Forum: Plugins
In reply to: [Etsy Shop] API reponse should be HTTP 200-edit-
SOLVED! I have made the same mistake as a lot of other people, I see. I should include the SECTION ID and not the ITEM ID.
BTW: you can find this by clicking on one of your Etsy store Categories. It will include a whole category, not an item. Thanks Fsheedy, for making this plugin ?? -edit-hi Fsheedy,
I’m also trying to get your plugin to work.
I receive the following errors:At the plugin page:
Warning: Invalid argument supplied for foreach() in /home/deb41906/domains/ginkgostudio.nl/public_html/wordpress/wp-content/plugins/etsy-shop/etsy-shop.php on line 375
I want to include this item:
https://www.etsy.com/listing/120363495/geometric-wooden-coaster-set-4And I use:
[etsy-include=GreenWallNL;120363495]I’ve switched on debug mode, and get the following
--- Etsy Debug Mode - version 0.9.3 --- Go to Etsy Shop Options page if you wan't to disable debug output. --- Etsy Request URL --- https://openapi.etsy.com/v2/shops/GreenWallNL/sections/120363495/listings/active?api_key=5yzqkgg5z8nep7pv5eg2y1c3&includes=Images --- Etsy Response --- Array ( [headers] => Array ( [date] => Wed, 23 Jan 2013 18:16:55 GMT [server] => Apache [x-ratelimit-limit] => 10000 [x-ratelimit-remaining] => 9996 [x-error-detail] => Not all requested shop sections exist. [x-etsy-request-uuid] => 77re_6JUpm5K8nEIDBuVVj1JC_Lt [content-length] => 38 [connection] => close [content-type] => text/plain;charset=UTF-8 ) [body] => Not all requested shop sections exist. [response] => Array ( [code] => 404 [message] => Not Found ) [cookies] => Array ( ) [filename] => ) Etsy Shop Debug Mode WP_Error Object ( [errors] => Array ( [etsy-shop] => Array ( [0] => Etsy Shop: API reponse should be HTTP 200 ) ) [error_data] => Array ( ) )
Any ideas?