• Resolved matigka

    (@matigka)


    Hello,

    If I want the availability of products to not appear in some products. How can I do this?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter matigka

    (@matigka)

    Yes it works for all products in shop page.

    But I want to not appeared the availability only for one category in shop page the category foititiko-spiti not all categories.

    If anyone knows?
    Thanks in advance.

    Plugin Support Sandip Mondal – a11n

    (@sandipmondal)

    Hi @matigka,

    You can try the below CSS:

    
    .product_cat-kanapedes .show_avail_cat {
        display: none !important;
    }
    

    This will hide the availability of the products from the category kanapedes. Please update the category term in .product_cat-kanapedes per your goal.

    Please do let us know how it goes!

    Thread Starter matigka

    (@matigka)

    Hello Sandip,

    Thank you very much it worked.

    Best Regards

    Plugin Support Sandip Mondal – a11n

    (@sandipmondal)

    Hey @matigka,

    Thank you very much it worked.

    Glad to hear that – thanks for letting us know!

    I’ll mark this thread as resolved now.

    If you have any further questions, please create a new thread ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Availability in some products’ is closed to new replies.