Add optional servce to the product

Hello

I have an optional service that would like to add it to the products, the user can select this service or not. If he check it, then it will be added to the product as an additional service (not product). At checkout page if the total purchase value above $150 then automatically that service will be free of charge, and if less then it he will be charged 20 usd. How i can implement this?

Hi @user1245,

Now you should create a product for this to manage it. Because it is difficult to manage it with something else.

Then you just need to create an automatic discount to add it for free or $20 by default.

Hope it is clear to you

Thank you but how I can make the user to add this product/service during his checkout /cart process? I don’t need to add it as a product since the user will need to look for that product and add it manually, which will be difficult

Hi @user1245,

No, you can integrate it as a product bundle. Or if you want, you can customize the code so that it is added to the cart by default when someone add to cart.

What theme are you using? I will check its features and guide you