Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

cannot turn on quantity buttons

  • Hi

    I would like to display the quantity buttons on my individual product pages. I have checked (and also tried unchecking!) the box “Display quantity buttons” in the WoocCommerce Layout section of the customizer, but the quantity buttons do not appear. How would I make them appear?

    Thank you.

  • How did you add the quote button? are you using a plugin to modify the default add to cart button?

    if so, then it’s not controlled by the theme anymore, please check with the plugin to see if they have the quantity button available.

  • Hi Ling

    I have made another copy of the site without the quote button plugin. The quantity buttons are still not appearing.

    Thank you.

  • The entire add to cart button section is gone, there must be something wrong with your site’s set up, it’s not default behaviour.

    Can you disable all plugins except GP Premium and Woocommerce and share an admin login with us so we can check the backend?

  • Hi Ying

    I realised that no quantity button displayed, because I had not added a price. I added a price to a single product, and the quantity button appeared just for that product. However, is it possible to have the quantity button without the price in the single product page?

    Thank you.

  • You can give this CSS a try:

    .single-product .woocommerce-Price-amount.amount {
        display: none;
    }

    If this doesn’t help then please check with WooCommerce’ support team as this isn’t something the theme can control.

  • Hi Leo

    That did not work, but thank you for trying to help me out.

    All the best
    Pauline

  • The CSS should work – I tested it before providing it to you 🙂

    You’re welcome anyways.

  • Hi Leo

    Many thanks for looking into this. I tried it again but it still is not working. I put the CSS into “Additional CSS” in the Customizer. The price on the single product is still there. I am quite puzzled as if you say it works it should!

  • Hi there,

    it is working but only on mobile.
    There reason is because of the previous CSS you have.
    See here in your CSS:

    
    /* space between search box and tel no*/
    @media (max-width: 768px) {
    	.header-widget .aws-container {
    		margin-bottom: 1em;}
    
    

    It is missing its closing } bracket, so every line of CSS after it is included in the mobile @media (max-width: 768px) query.

    Change that CSS to:

    
    /* space between search box and tel no*/
    @media (max-width: 768px) {
        .header-widget .aws-container {
    	margin-bottom: 1em;
        }
    }
    

    That will fix the issue

  • THANK YOU!
    I really feel such confidence in using the Generatepress theme because of the tremendous support.
    Please could you remind me of the buy me a coffee page link.
    I wish I could join you guys for the break 🙂

  • Thank you very much Leo 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.