How to add confirmation popup or something before adding your product to the cart ( an example)

0
Hey experts,    i have an list of products, on click i want to add the chosen item to cart page, but before that i want that the user gets pop up for confirmation that states 'confirm or something' before adding to the cart. how to solve this?   thanks
asked
1 answers
0

Don't you need to do create, commit or delete action when your button is triggered? Use a nanoflow.

Download the NanoflowCommons module. At the button set On click action to 'call a nanoflow'. In the nanoflow use the 'ShowConfirmation' javascript activity. After that do your logic.

 

 

Do you need to do create, commit or delete action when your button is triggered? Use a microflow.

At the button set On click action to 'call a microflow'. In the button you will see 'Microflow settings'. There you have the option 'Ask confirmation'. In the microflow you just configure the logic you need.

answered