Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2218184
Hide quantity selector add to cart
Closed

Comments

  • Carlos started the conversation

    Hello:

    I am creating a product package with its WP BUNDLES plugin so that the customer can select the quantity he wants from each of the products included in the package.

    But there is a problem, since it is a package that the client customizes, it is assumed that the package should be only one, therefore it should not appear next to the "add to cart" button the quantity option as it has already been detailed in each product.

    Is there a way to remove the quantity selector that appears next to the add to cart button and leave only the button?

  •  767
    Janilyn replied

    Hi, 

    We've received your ticket. One of our devs will reach back to you soon with instructions on this. Please stay tuned. 

    Best regards. 

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Carlos,

    We have two ways to do that.

    #1. Set the bundle is sold individually https://prnt.sc/pyutct but it will affect to the cart page too.

    #2. Add the custom CSS code (WP-Admin → Appearance → Customizer → Additional CSS) to hide the quantity on the bundle only.

    .product-type-woosb form.cart .quantity {
        display: none;
    }


    Best regards,
    Dustin

  •  767
    Janilyn replied

    Hi @Calos,

    I just want to check if your issue has been solved or the instructions that our developer gave you were helpful or not? Please give us some feedback within 7 days or else this ticket will be closed automatically by the system.

    In order to contact us again, you will have to create a new ticket and describe your issue one more time. Plus, your ticket will be sent to a pending list so it will take times to be proceeded.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Carlos replied

    Hi:

    Thank you this matter is resolved, thank you very much for your interest

  •  1,222
    Dustin replied

    You're welcome!smile.png

    If you are satisfied, please reward it a full five-star ★★★★★ rating.
    https://wordpress.org/support/plugin/wpc-composite-products/reviews/?filter=5
    Thank you in advance! <3

    Best regards,
    Dustin