Home Forums WoodMart support forum quantity shows up in single product page and chart even if disabled

quantity shows up in single product page and chart even if disabled

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #492880

    maria_marketing.spt
    Participant

    hi. i m running a marketplace where users can only sell one product per listing. I need to get rid of quantity from everywhere on my site.
    I have disabled the quantity tab from the theme settings- shop-Quantity input on shopping cart widget
    -off …. not working: https://paste.pics/ce71286cad26f045901485a83a836ffa
    I’ve also tried this snippet for the product page and the same, not working: https://paste.pics/7434bb9991ff4f4f6470d11a15d53075
    .product-image-summary .quantity {
    display: none !important;
    }

    And I also need this “x1” removed from the chart..

    could you please help? I have no ideea why these don’t work

    #492881

    maria_marketing.spt
    Participant

    edit: screenshot for the “x1” i need removed : https://paste.pics/16a33fbbcfd2718c2ed4ef48bc15ad6f

    #493010

    Luke Nielsen
    Keymaster

    Hello,

    Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Thank you in advance.

    Kind Regards

    #493096

    maria_marketing.spt
    Participant

    please see the details attached in private content. thanks!

    #493485

    Luke Nielsen
    Keymaster

    Hello,

    Please try to use the below code to hide quantity fields, define the code in Theme Settings -> Custom CSS.

    .woocommerce-cart .shop_table .product-quantity,
    .woocommerce-checkout .product-quantity,
    .single-product .quantity {
        display: none;
    }

    Kind Regards

    #494199

    maria_marketing.spt
    Participant

    It works, thanks!

    #494341

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘quantity shows up in single product page and chart even if disabled’ is closed to new replies.