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?
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
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