woocommerce-cart-stock-reducer icon indicating copy to clipboard operation
woocommerce-cart-stock-reducer copied to clipboard

Allow WooCommerce inventory stock to be reduced when adding items to cart

Results 34 woocommerce-cart-stock-reducer issues
Sort by recently updated
recently updated
newest added

Hello Since one of the latest WooCommerce updates, we notice some serious issue with the stability of the plugin. Sometimes when a product is in stock, not reserved yet, customers...

We have a client using this with elementor and mini cart. The mini cart allows you to remove products via ajax, but when you do that like on a product...

Following up on the conversation in issue #74 , I added transients to your plugin. It is now not necessary anymore to loop through all cart sessions but only to...

Hi, I'm using Redis Object Cache with your plugin. The initial activation has no error, works fine when I'm doing the test, then in 3 or 4 hours the site...

The text string "Please checkout within -TIME- to guarantee your item does not expire." and "Please checkout within -TIME- or this item will be removed from your cart." is not...

Unless the user refreshes the shop page, the countdown timer does not show. Cart stocks are removed at the end of the timer without prior notice. This may be to...

enhancement
help wanted

Requested via WordPress forum https://wordpress.org/support/topic/product-timer-shortcode/ Would allow placing a countdown timer in other places on the page.

After check out and order confirmation: 1) the products in the cart still show 2) the timer countdown still continues 3) the stock quantity in cart is not reset to...

support

I noticed that the checking Woocommerce does to see if there is stock held in orders with pending payment breaks when updating this plugin to 3.30. Going back to version...

Rather than waiting for WooCommerce to remove sessions or the user to visit the page again, handle the expirations with cron. The original reason for not removing from the cart...

enhancement