Home Forums WoodMart support forum Disable stock display impossible

Disable stock display impossible

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #559564

    admin-0676
    Participant

    Hello,

    I went to the theme settings to deactivate the display of remaining stock, but it doesn’t change anything on my product page, even after clearing the cache.

    Could you help me?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #560052

    admin-0676
    Participant

    Hello,
    Did you receive my message?

    #560414

    admin-0676
    Participant

    I don’t have an answer to my question, but I told you that I had made the right settings in the theme settings.

    #560474

    Hung Pham
    Keymaster

    Hello admin-0676,

    Thank you very much for choosing our theme and for contacting us.

    Navigate to WooCommerce > Settings > Products > Inventory and uncheck Enable stock management box https://prnt.sc/WtFJcRxsWfNI

    Regards,

    #560741

    admin-0676
    Participant

    Hello,
    I don’t want to disable stock management. I still want to manage the inventory of my merchandise but not display it to the customer on my product page.

    #561388

    Hung Pham
    Keymaster

    Hi admin-0676,

    First of all, take my apologies for the delay in answering because of the weekend.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product-page p.stock {
    	display: none;
    }

    Regards,

Viewing 6 posts - 1 through 6 (of 6 total)