• Resolved rruyter

    (@rruyter)


    Hello,

    Thanks for this great plugin.

    Woocommerce is not (yet????) setup for easy product management. We only have in stock, out of stock and in back order product states. States like discontinued or replaced by are not available.

    Now I don’t want to show the stock alert form on product pages of products that are discontinued. Maybe a better state for this would be ‘no restock’.

    Since the stock states is not the current right way to solve this, I looked at using the extra fields of a product.

    So for instance add for a specific product the extra field ‘no restock’. No need to add it for all products. And then either have the plugin look at this extra field and act upon that or use a woocommerce action like woocommerce_single_product_summary and add some logic to the template function file.

    So, this is a kind of feature request to handle products that will not be restocked.

    If this feature request doesn’t make it, can you provide some help with logic that must be created in the template functions file?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sumit Singh

    (@sumitsingh89612)

    Hi, You can put checkbox in edit product page for ‘no restock’ and check that checkbox value in ‘woocommerce_single_product_summary’ hook.
    It will need bunch of custom codes.

    Thread Starter rruyter

    (@rruyter)

    Thank you. I was already thinking it may take more then just a bit of code.

    This might be of interest for readers of this topic. May I ask you to supply the code in this thread?

    Sumit Singh

    (@sumitsingh89612)

    Hi, This will need bunch of custom codes, you can follow the mentioned logic in previous reply.

    Thankyou.

    @rruyter you could use an out of stock integration platform to help capture those leads that would traditionally leave your product page when it is unavailable.

    Plugin Author MultiVendorX

    (@wcmp)

    Thanks for your feature request.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Don’t show stock alert for discontinued products’ is closed to new replies.