Home Forums WoodMart support forum Disable Stock Count on Product Page

Disable Stock Count on Product Page

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

    safaryans
    Participant

    Hello Xtemos team,

    Is it possible to disable the stock count on the product page? I want to track inventory for myself, but I don’t want the customer to see the inventory left. Thank you.

    #230609

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product.stock.in-stock {
    display: none;
    }

    Best Regards.

    #230647

    safaryans
    Participant

    Thanks for the response. That code did not work, it’s still showing the inventory count on the product page.

    #230656

    Hello,

    Please replace the previous code with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Then clear the cache and check back.

    If you are still unable to provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studio.

    #230660

    safaryans
    Participant

    Hello Xtemos team,

    It worked, thanks a lot for the quick response!!

    #230872

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Disable Stock Count on Product Page’ is closed to new replies.