Home Forums WoodMart support forum HIDE STOCK AVAILABLE ON PRODUCT

HIDE STOCK AVAILABLE ON PRODUCT

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

    [email protected]
    Participant

    dear support,
    i’m using your theme in conjunction with ATUM Multi inventory.
    I’d like to hide the available quantity on product selection (variable product); i know that this feature is available in woocomerce product setting on flag disable for manage stock, but for us is not feaseble since we have to manage 2 different phisical inventory and ATUM REQUIRE the flag on product stock management set to TRUE.
    So my question is about the possibility to hide the text in example “4 in stock” after variable selection both in grid shop view and in detail product view

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

    Hello,

    Please provide me the page URL where you want to remove and URL where you want to leave, I will check if it is possible to do with CSS.

    Best Regards

    #240870

    [email protected]
    Participant

    Dear Elise,
    the page are all where are present product:
    all single product page (i.e. https://weedfly.shop/cannabis-light/cannabis-light-gorilla-mj-house/ )
    shop page: https://weedfly.shop/prodotti
    main page: https://weedfly.shop/
    and all the category page like: https://weedfly.shop/cannabis-light/

    #240994

    Hello,

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

    body .variations_form .woocommerce-variation-availability p.stock{
    display:none;
    }

    Check if it is what you need.

    Best Regards

    #240997

    [email protected]
    Participant

    Great Elise, thank’s, it’s exactly i need and it’s ok!
    regarding on my ticket #240710 that you manage, it’s not an header setting?
    I can’t disable all plugin due to the fact that it’s a production environment and the plugin manage commercial rule, inventory …..

    Thank’s for the solution on hide stock quantity

    #241040

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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