I am currently developing a commerce site that will allow users to store all of their information and have a 1-click check-out button similar to amazon. I have applied a button field to each of my products and have successfully created a rule that processes the entire order when each button field is clicked. I would like to add an additional action to this rule that prompts the user for their password prior to completing the order. I basically want to pop up a message and input box that says "Please enter your password to confirm your order:" and then verify the password stored for the user prior to running the rest of the rule. Is this possible to do and if so can someone please provide some guidance.

Comments

tennist created an issue. See original summary.

TR’s picture

Status: Active » Closed (works as designed)

Super easy to do in code - not sure why you would want to do this with Rules. There's no existing Rules Action which will do this for you, so you're going to end up writing your own code anyway, either to write a new Action/new Condition/new Event or to write some jQuery to handle the pop-up, or all of the above.