Title: Hide quantity
Last modified: February 23, 2020

---

# Hide quantity

 *  Resolved [gal885](https://wordpress.org/support/users/gal885/)
 * (@gal885)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/hide-quantity-2/)
 * Hello,
    Thank you for your great plugin! How can I hide the quantity? I want 
   the button only. this is my shortcode: [enh_ajax_add_to_cart_button product=456
   button_text=להזמנה title=none show_quantity=no]

Viewing 1 replies (of 1 total)

 *  Plugin Author [The Rite Sites](https://wordpress.org/support/users/theritesites/)
 * (@theritesites)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/hide-quantity-2/#post-12474875)
 * Hi Gal,
 * Looking at the documentation I can see why it is unclear. I will get that patched
   up!
 * But currently, the option to hide the quantity is actually done by specifying
   a quantity on the shortcode. You can follow the below example using your shortcode:
   [
   enh_ajax_add_to_cart_button product=456 button_text=להזמנה title=none quantity
   =1 ]
 * Instead, the “show_quantity” parameter is actually if you want the quantity input
   box to be shown while defining a default quantity, like so:
    [enh_ajax_add_to_cart_button
   product=456 button_text=להזמנה title=none quantity=2 show_quantity=yes ]
 * I have added the following solution to our project backlog though:
    if “show_quantity
   =no” then default to “quantity=1” so as to let the user choose which parameter
   they would like to use.
 * Thanks for reaching out and let us know if you have any other questions comments
   or concerns!
 * Thanks,
    Parker
 * The Rite Sites

Viewing 1 replies (of 1 total)

The topic ‘Hide quantity’ is closed to new replies.

 * ![](https://ps.w.org/enhanced-ajax-add-to-cart-for-woocommerce/assets/icon-256x256.
   png?rev=1899582)
 * [Enhanced AJAX Add to Cart for WooCommerce](https://wordpress.org/plugins/enhanced-ajax-add-to-cart-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/enhanced-ajax-add-to-cart-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/enhanced-ajax-add-to-cart-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/enhanced-ajax-add-to-cart-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/enhanced-ajax-add-to-cart-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/enhanced-ajax-add-to-cart-for-woocommerce/reviews/)

## Tags

 * [input](https://wordpress.org/support/topic-tag/input/)
 * [quantity](https://wordpress.org/support/topic-tag/quantity/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 1 reply
 * 2 participants
 * Last reply from: [The Rite Sites](https://wordpress.org/support/users/theritesites/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/hide-quantity-2/#post-12474875)
 * Status: resolved