Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2569307
Hide Stock quantity
Closed

Comments

  • maxime started the conversation

    Hello,


    How can i hide the stock quantity when i click on a product which is on a bundle, as you can see in attachment.

    When i'm not in a bundle products, stock is well hidden.

    Thanks 

  •  767
    Janilyn replied

    Hi Maxime,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • [deleted] replied

    Hi Maxime,

    Please send me link of your product so I can easy detect the problem and fix for you.

  •   maxime replied privately
  • [deleted] replied

    Hi maxime,

    Please add this css to custom css in customizer to hide stock quantity

    #woosq-popup .in-stock {
        display: none !important
    }