Hello,
I have an online shop for selling curtains. When a customer clicks “Add to Cart” or “Buy Now,” I need a dialog to open where they must select a related product before proceeding.
For example, no curtain in my shop can be purchased without selecting the appropriate tape for it. This means that clicking the “Add to Cart” button should not immediately add the curtain to the cart. Instead, a dialog should appear, prompting the user to choose the required tape. The curtain and tape must always be added together and cannot be separated.
How can I achieve this in WoodMart? Currently, the “Add to Cart” button directly adds the product to the cart without any additional steps.
Thank you!