HIDE STOCK AVAILABLE ON PRODUCT
-
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.
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
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
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards