Home Forums WoodMart support forum Remove quantity on quick view and extra field

Remove quantity on quick view and extra field

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #562864

    tdnd
    Participant

    Hello,
    -1- How can I remove the quantity amount showing on quick view, I removed it from Single product page but its still showing on quick view
    -2- Is there a way to add extra field to Add new product that can be visible only for adminstrators or backend so it can be used as a note?

    Thank you in advance

    #563036

    Hello,

    01. Navigate to Theme Settings > Shop > Quick View > disable the option Show variations on quick view.

    02. You need to find a third party plugin to achieve more functionality that best suits you.
    https://woocommerce.com/it/document/extra-custom-product-options-for-woocommerce/

    Best Regards.

    #563041

    tdnd
    Participant

    Thank you, but is there a way to show the variation but to hide only the quantity/stock ( sorry if i mistaked it ) so whenever the person click on variation not to show that this variation has for example only 2 in stock?

    • This reply was modified 2 weeks ago by tdnd.
    #563075

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .popup-quick-view .quantity {
        display: none !important;
    }

    Best Regards.

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