Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.
This topic has 7 replies, 2 voices, and was last updated 4 years, 11 months ago by Szabi – CodeRevolution.
-
AuthorPosts
-
-
December 10, 2019 at 11:36 am #872
Hi,
I can’t fill in the information about the categories in the settings: Etsy product category, Etsy category… category path (e.g. Clothing/Men/Pants) or catnav id does not work, could you help?
thanks
-
December 10, 2019 at 12:22 pm #874
Hello,
First of all, thank you for your purchase.
Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.
Regards,
Szabi – CodeRevolution. -
December 10, 2019 at 12:44 pm #875
Done!
but could you give us some examples that work for the fields: product category id, Etsy category?
Thanks
-
December 10, 2019 at 1:23 pm #876
Hello,
Sure. In the case when you wish to import products from the category /home-and-living/lighting/lamps -> you should simply add lamps in the ‘Etsy Category’ settings field.
The full path is needed only when multiple categories with the same name exist. I know it is a bit confusing, I also try to fully figure out how the Etsy API works, because their documentation lacks details. :\
Regards.
-
December 10, 2019 at 1:30 pm #877
Thanks, but i have also tried to add “lamps” in Etsy category setting field but this does not seem to be taken into account because no product corresponds to a lamp…
-
December 10, 2019 at 8:56 pm #881
I managed to find the correct category path for ‘Lamps’ -> it is:
Housewares/Lighting This is how I found this category node: I called the API directly, like: https://openapi.etsy.com/v2/listings/active?api_key=PLACE_YOUR_API_KEY_HERE&geo_level=country&keywords=lamp&limit=10&offset=1 And I have copied the value of the category name, from the 'category_path' result, from the api return values, for the product category I wish to import. Example:
"category_path":["Housewares","Home Decor"] -> the category path name for this will be: Housewares/Home Decor Also, please be sure to update the plugin to the latest version (v1.0.1.1), so spaces in category names can be parsed correctly by the plugin. And the API node that lists the lighting category: https://openapi.etsy.com/v2/listings/active?api_key=PLACE_YOUR_API_KEY_HERE&geo_level=country&category=Housewares/Lighting&keywords=wood&limit=1&offset=1 I have to contact Etsy support, and ask them for an easy method to find category paths.
-
December 11, 2019 at 8:58 am #882
Hi,
Thanks for this great support! i have also tried to find Etsy category paths but it seems you found the best one till now 🙂
Just another little thing, maybe a new ticket is needed, but if you could have a look. There are ccs rules for h1 (text-align:center, margin…) in /wp-content/plugins/etsyomatic-etsy-post-generator/styles/etsyomatic-thumbnail.css?ver=5.3 and it modify theme css for post titles.
Thanks!
-
December 11, 2019 at 9:47 am #883
Hello,
Thank you for pointing out the CSS issue, I removed it in the v1.0.1.2 update for the plugin.
Please don’t forget to clear the cache in your browser, so the new css can be applied to the web page.
Please check and let me know if it helped.
Regards.
-
-
AuthorPosts
The topic ‘Etsyomatic product category’ is closed to new replies.