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]

    https://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.