Etsyomatic product category

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 7 reply threads
  • Author
    Posts
    • #872


      Renaud
      Participant
      Beginner
      Post count: 5

      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

    • #874


      Szabi – CodeRevolution
      Keymaster
      Post count: 4214

      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: [email protected].

      Regards,
      Szabi – CodeRevolution.

    • #875


      Renaud
      Participant
      Beginner
      Post count: 5

      Done!

      but could you give us some examples that work for the fields: product category id, Etsy category?

      Thanks

    • #876


      Szabi – CodeRevolution
      Keymaster
      Post count: 4214

      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.

    • #877


      Renaud
      Participant
      Beginner
      Post count: 5

      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…

    • #881


      Szabi – CodeRevolution
      Keymaster
      Post count: 4214

      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.
      
      
    • #882


      Renaud
      Participant
      Beginner
      Post count: 5

      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!

    • #883


      Szabi – CodeRevolution
      Keymaster
      Post count: 4214

      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.

Viewing 7 reply threads

The topic ‘Etsyomatic product category’ is closed to new replies.