Title: How to reset bundle items quantity value?
Last modified: June 13, 2019

---

# How to reset bundle items quantity value?

 *  Resolved [alperdereli](https://wordpress.org/support/users/alperdereli/)
 * (@alperdereli)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/how-to-reset-bundle-items-quantity-value/)
 * How to reset bundle items quantity value and total price?
 * `jQuery(".woosb-qty .input-text").val(0);`
    This code works for input value. 
   But the price does not change.

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

 *  Plugin Author [WPClever](https://wordpress.org/support/users/wpclever/)
 * (@wpclever)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/how-to-reset-bundle-items-quantity-value/#post-11636689)
 * Hi,
 * To reset the quantity and price, please try the code:
    jQuery(‘.woosb-qty .input-
   text’).val(0).trigger(‘change’);
 *  Thread Starter [alperdereli](https://wordpress.org/support/users/alperdereli/)
 * (@alperdereli)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/how-to-reset-bundle-items-quantity-value/#post-11636922)
 * trigger is the key. Thanks a lot..
 *  Plugin Author [WPClever](https://wordpress.org/support/users/wpclever/)
 * (@wpclever)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/how-to-reset-bundle-items-quantity-value/#post-11643801)
 * You’re welcome! 🙂

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

The topic ‘How to reset bundle items quantity value?’ is closed to new replies.

 * ![](https://ps.w.org/woo-product-bundle/assets/icon-128x128.png?rev=1857793)
 * [WPC Product Bundles for WooCommerce](https://wordpress.org/plugins/woo-product-bundle/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-bundle/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-bundle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-bundle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-bundle/reviews/)

## Tags

 * [reset](https://wordpress.org/support/topic-tag/reset/)

 * 3 replies
 * 2 participants
 * Last reply from: [WPClever](https://wordpress.org/support/users/wpclever/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/how-to-reset-bundle-items-quantity-value/#post-11643801)
 * Status: resolved