woocommerce-pos
woocommerce-pos copied to clipboard
Product Bundle support
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.
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)