• Resolved Herm71

    (@herm71)


    Hi,
    Is there any way to import this information via csv? I use the Woocommerce Import Suite. I receive product updates weekly, sometimes daily, of 1000s of SKUs and many get discontinued often. Goiong through one by one would be cumbersome, so I was wondering what column headings would be required.

    https://wordpress.org/plugins/discontinued-products/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author twoelevenjay

    (@twoelevenjay)

    Yes you can with the Woocommerce CSV Import Suite. Add a column with the header:

    meta:_is_discontinued

    and in the rows of discontinued products enter:

    yes

    If you want to add suggested alterantive products you would need to know their ID #s. That would be done with:

    meta:_alt_products

    and an example value is:

    [92]

    or:

    [92,132]

    http://example.211j.com/woocommerce-discontinued-products/import-csv.png

    Plugin Author twoelevenjay

    (@twoelevenjay)

    Thanks to another support topic, I realize I was missing information in my last reply:

    For the sake of performance, products that should be hidden are cached in a transient. This is flushed on “save”. Once you have imported, you can simply go save a product and this should flush the cache. Alternatively you can got to WooCommerce > System Status > Tools > WC Transients > Clear transients.

    Thread Starter Herm71

    (@herm71)

    Sorry it’s taken me a while to get back to this thread, but THANK YOU. I’ll give it a shot.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Import via CSV?’ is closed to new replies.