woocommerce-pos icon indicating copy to clipboard operation
woocommerce-pos copied to clipboard

Product Bundle support

Open curiosport opened this issue 11 months ago • 1 comments

In Woocommerce you can group several products as 1, I would like that kind of products is synchronized in wcpos to be able to charge for the package in one instead of having to manually put each product of the package in the checkout.

curiosport avatar Dec 12 '24 06:12 curiosport

Due to the variety of available bundle plugins, catering for each would be a nightmare to maintain.

I would suggest a hook avail in the php plugin that developers can utilise to modify the cart content before it is passed from cache to FE.

I my case, I need each product in the bundle to be in the cart with a 0 amount in addition to bundle product and also need to check the stock of each item (this is also used for pickers and my accounting software)

I was able to modify 0.4.x to suit that particular bundle plugin and looking forward to seeing a solution to this in the new version. (for ref, I am using WPC Product Bundles for WooCommerce)

ninjahza avatar Jan 27 '25 12:01 ninjahza