Title: When changed cart&#8217;s quantity, plugin have issue.
Last modified: February 12, 2019

---

# When changed cart’s quantity, plugin have issue.

 *  Resolved [lmn40227](https://wordpress.org/support/users/lmn40227/)
 * (@lmn40227)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/when-changed-carts-quantity-plugin-have-issue/)
 * I record this issue in video.
 * u could also add any products in my staging website and go to the cart page to
   change quantity, u will see the issues.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwhen-changed-carts-quantity-plugin-have-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [DecomTeam](https://wordpress.org/support/users/decomteam/)
 * (@decomteam)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/when-changed-carts-quantity-plugin-have-issue/#post-11200224)
 * Hi [@lmn40227](https://wordpress.org/support/users/lmn40227/) as a FREE plugin(
   that have all premium things for FREE) – we cant afford time to give you support
   for every step – for that you need a developer.
 * Video where everything works like it should: [Video of Cart page working on your site](https://streamable.com/m46m2)
 * 1. **CACHE** (should/must be disabled on CART,CHECKOUT pages)
    2. SiteGround 
   Hosting? Siteground have 2-3 levels of Cache (you should contact them and say
   that you have eCommerce SHOP – so they can whitelist a things for you) – you 
   can clear cache from CPanel, [SiteGround levels of cache](https://www.siteground.com/tutorials/getting-started/the-supercacher/)
 *  Thread Starter [lmn40227](https://wordpress.org/support/users/lmn40227/)
 * (@lmn40227)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/when-changed-carts-quantity-plugin-have-issue/#post-11201863)
 * If you have premium plugin, I will definitely buy it.
 * Thanks for suggesting, but it doesn’t work, I turned off 3 level of cache of 
   SG cache. still have the issue.
 *  Plugin Author [DecomTeam](https://wordpress.org/support/users/decomteam/)
 * (@decomteam)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/when-changed-carts-quantity-plugin-have-issue/#post-11202117)
 * [@lmn40227](https://wordpress.org/support/users/lmn40227/) no premium, we do 
   this for free…
 * 1. Try to disable Amazon / PayPal payment plugins – could be plugin conflict 
   or how they are added to the cart page, not sure how is that integrated, but 
   from your video I see that PayPal button disappeared when loop with gifts started
 * 2. Try to disable Woo Ajax Cart plugin (is your theme AJAX powered ?)
 * 3. Try different theme (Storefront) to be sure its not theme issue
 *  Thread Starter [lmn40227](https://wordpress.org/support/users/lmn40227/)
 * (@lmn40227)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/when-changed-carts-quantity-plugin-have-issue/#post-11202169)
 * OK THX.
 * WooCommerce AJAX Cart will conflict with your plugin.
    I will check if possible
   make them work together. once I find out the solution, I will post here, so next
   person won’t have this issue when use your plugin and Woocommerce AJAX cart together.
 *  Plugin Author [DecomTeam](https://wordpress.org/support/users/decomteam/)
 * (@decomteam)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/when-changed-carts-quantity-plugin-have-issue/#post-11202306)
 * Hi [@lmn40227](https://wordpress.org/support/users/lmn40227/) Im closing this
   ticket and I will confirm some other things:
    1. Your theme is using AJAX ( so
   using another ajax plugin is overkill ) 2. You did hide UPDATE button (maybe 
   with custom code or some custom shipping plugin)
 * Your solutions are:
    1. Add button back `update_cart` (overwrite with CSS and
   use `display:block !important`) 2. Try custom PHP/jQuery update thing:[Auto-update WooCommerce Cart when Quantity Changes](https://businessbloomer.com/woocommerce-automatically-update-cart-quantity-change/)
   3. Update your WooCommerce to latest 3.5.4 and Your theme to latest version
 *  Thread Starter [lmn40227](https://wordpress.org/support/users/lmn40227/)
 * (@lmn40227)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/when-changed-carts-quantity-plugin-have-issue/#post-11202367)
 * wooajaxcart.js
 * updateButton = $(“button[name=’update_cart’],input[name=’update_cart’]”);
    updateButton.
   removeAttr(‘disabled’) .click() .val( wooajaxcart_localization.updating_text ).
   prop(‘disabled’, true);
 * manually add id for update button, change
    updateButton = $(“button[name=’update_cart’],
   input[name=’update_cart’]”); to updateButton = $(“#yourid’]”);
 * can fix this.

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

The topic ‘When changed cart’s quantity, plugin have issue.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/giftable-for-woocommerce_a7699a.svg)
 * [Giftable for WooCommerce](https://wordpress.org/plugins/giftable-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/giftable-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/giftable-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/giftable-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/giftable-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/giftable-for-woocommerce/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [lmn40227](https://wordpress.org/support/users/lmn40227/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/when-changed-carts-quantity-plugin-have-issue/#post-11202367)
 * Status: resolved