Title: quantity starting from minimum
Last modified: July 6, 2017

---

# quantity starting from minimum

 *  [fprati](https://wordpress.org/support/users/fprati/)
 * (@fprati)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/quantity-starting-from-minimum/)
 * Hello,
 * nice plugin, congrats.
    In case one sets a minimum quantity would it be possible
   to have the quantity for add-to-cart starting at that minimum? I have case where
   the minimum is 500, but the Q counter starts at 1, as before and as usual. Regards
   Franco

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [berocketdenis](https://wordpress.org/support/users/berocketdenis/)
 * (@berocketdenis)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/quantity-starting-from-minimum/#post-9297448)
 * Hello,
    Our plugin doesn’t have this option at the moment. Regards, Denis
 *  [kaicho](https://wordpress.org/support/users/kaicho/)
 * (@kaicho)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/quantity-starting-from-minimum/#post-9520230)
 * Is it something that could be made available, premium or otherwise? Because my
   client has requested it and it sounds like a very good feature to me.
 *  [Tharkon](https://wordpress.org/support/users/tharkon/)
 * (@tharkon)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/quantity-starting-from-minimum/#post-9611419)
 * Adding the following code to line 89 would fix the issue until the plug-in gets
   updated:
 * `$args['input_value'] = $args['input_value'] > $minQty ? $args['input_value']:
   $minQty;`
 *  [aliferis](https://wordpress.org/support/users/aliferis/)
 * (@aliferis)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/quantity-starting-from-minimum/#post-9975080)
 * I need this too. Tharkon, could you be more specific about where to add these
   2 lines of code ?
 * thanks a lot
 * joe

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘quantity starting from minimum’ is closed to new replies.

 * ![](https://ps.w.org/minmax-quantity-for-woocommerce/assets/icon-256x256.gif?
   rev=2770663)
 * [Min and Max Quantity for WooCommerce](https://wordpress.org/plugins/minmax-quantity-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/minmax-quantity-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/minmax-quantity-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/minmax-quantity-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/minmax-quantity-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/minmax-quantity-for-woocommerce/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [aliferis](https://wordpress.org/support/users/aliferis/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/quantity-starting-from-minimum/#post-9975080)
 * Status: not resolved