Support » Plugin: WooCommerce Ajax Cart Plugin » Hide quantiy boutton

  • Resolved nlimpact

    (@nlimpact)


    I installed your plug in and it work almost perfectly… the only problem is that when I add a product for the first time in the cart I still have the quantity button (up-down arrows) from my theme (I guess). Si if customer click on these arrows noting happend. If they click on the little – or + then it changes the quantity in the cart and it automatically updated the cart. So how, when I add a product to the cart, can I have only your little – and + button so customers can change quantities the first time they try.

    Thank you

    • This topic was modified 3 years, 10 months ago by nlimpact.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author moiseh

    (@moiseh)

    Hello Sir,

    I checked in your shop and it seems that with a simple custom CSS trick it’s the best way to hide the up-down buttons in Cart:

    
    .woocommerce .woocommerce-cart-form .cart_item .product-quantity .quantity .q_inc,.q_dec {
       display: none;
    }

    You can add this CSS to your site and i guess it will fix the issue.
    Regards

    Thread Starter nlimpact

    (@nlimpact)

    Thank you very much, it works perfectly!

    Thank you for you help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide quantiy boutton’ is closed to new replies.