Hello,
I can't seem to find information on the following problem that i am facing. I want to add a type of “warranty” to specific products in cart.
For example:
PRODUCT-A is a glass bottle with the price of 1$.
PRODUCT-B is a “warranty” with the price of 1$ that is automatically added to the cart when PRODUCT-A is added. The reason is you can return the intact glass bottle to the physical store and get the price of the warranty back. n this case the 1$ that the client paid extra because some bottles will have a specific logo and barcode that will facilitate this return. This is a new law in my country.
So basically the final price is 1$(A)client choice + 1$(B)automatic rule = 2$(A+B) that the client pays when finishing the order.
In short, i want to automatically add a specific product to cart for a selection of products.
Is there some way of doing this because it will involve a large and random selection of products that will have this glass “warranty” added?