I have 5 products with price
- product1 – $49.99
- product2 – $49.99
- product3 – $49.99
- product4 – $ 70.00
- product5 – $70.00
When user buy any single product the price will be same as shown in front of product name above
But
When user buy the product with combination of
product5 & product3 = $99.99
product1, product2 & product5 = $149.99
How can i do this using woocommerce wordpress plugin