Public Ticket #4540799 [WPC Product Bundles Premium 8.4.2] Issue with stock synchronization (manual re-save required) Open
Comments 1zbynek started the conversationFebruary 5, 2026 at 9:14pmHi, I am using WPC Product Bundles Premium v8.4.2. I found a bug in the stock synchronization. Steps to reproduce: Change the stock of a component product to zero.Save both the component product and the Bundle product.Change the component product stock back to 20.Go to the Bundle product page and try to buy it. The checkout form appears, but after clicking "Buy", an error pops up: "Product out of stock".The problem disappears ONLY if I manually open the Bundle product and click "Update/Save" BEFORE the purchase attempt in step 4.Could you please investigate why the Bundle does not sync its availability in real-time when components are restocked? Best regards, Zbynek 1,688Dustin repliedFebruary 9, 2026 at 2:59amHi Zbynek, Please add the custom code below. (How to add custom code? ↗): add_filter( 'woosb_update_stock', '__return_true' );Best regards,Dustin1 Like 1zbynek repliedFebruary 13, 2026 at 6:17pmThanks1 Like Sign in to reply ...
Hi,
I am using WPC Product Bundles Premium v8.4.2. I found a bug in the stock synchronization.
Steps to reproduce:
Could you please investigate why the Bundle does not sync its availability in real-time when components are restocked?
Best regards, Zbynek
Hi Zbynek,
Please add the custom code below. (How to add custom code? ↗):
Best regards,
Dustin
Thanks