Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    There’s some general documentation for available shortcodes at https://www.ads-software.com/plugins/etsy-importer/

    Overall, it’s looking to have each product’s data stored on the post or post meta. So any standard WordPress loop would have access to the data. The post type created does have archive set to true, so the domain.com/etsy_products/ url would show them all.

    For post meta keys, looks like the following are used:

    _etsy_product_price
    _etsy_product_currency
    _etsy_product_url
    _etsy_product_made
    _etsy_product_made_for

    The underscore at the front prevents them from showing up in the “custom fields” metabox, but they’re valid and attached to each import.

    Thread Starter phases

    (@phases)

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display product Information’ is closed to new replies.