Possible in Woocommerce? I'm stumped.

I need to be able to add the ability to just purchase multiple pieces of a product on a single page. Best to see it here to understand what I mean:

http://www.beachbunnyswimwear.com/products/CORAL-REEF-1164216.aspx?cid=1580

Anyone seen a plugin that would do this? Or if you have an idea to code it, let me know an approx cost.

would likely to have to be custom code to pull in the code for the extra elements to a product.

It is possible but requires 2 things:

  1. Setting an item as a grouped product - https://docs.woothemes.com/document/managing-products/#section-4 and then having both items as Child items of that group.

  2. Pulling in the grouped items

  3. should be relatively straight forward BUT will require custom coding into a template file, using wp_query.

1 Like

You actually can do this by linking two products. So you’ll create a product page for ‘bralette’ and another for ‘bikini’ then on each page you’ll have to link them to create one product. Also, there may be done a hiding of the linked product so it will remain only one visible.

But of course this requires custom coding.

1 Like

Yes it’s possible but with custom code .

Thanks. Turns out there is a plugin in Codecanyon that will do just this. It just took me a while to find it. Someone had a great idea!