Hi folks,
I have to build an order form that submits the placed order via email. A registration of the user should be avoided to keep things simple for the user (no forgotten passwords, no problem with people who don't want to register, etc.). As the orders are paid on delivery and shipping is free, there is no need for any payment system. The only thing that has to be done is the verification of the users email via a confirmation mail. Until here, everything is quite clear for me, but this one leaves me with a question: The email with the order should only be sent to the shopowner if the user clicks the link in the double-opt-in confirmation mail.
In another post I read the following:
"The plugin allows you to send an email to the user containing a verification link. When they click the link a database table is checked and updated to confirm their e-mail address is valid."
and
"* On the Extra Code tab you can enter code to be run before the email is sent, or after the verification link is clicked. The code can include HTML which will be displayed and PHP inside tags."
What does that mean? Will the email with the order be sent to the shopowner only after the user clicked the confirmed link or is just the database table updated?
Is the code that is run after the verification link is clicked just for something like a "thanks for your confirmation" page or do I have to use this to trigger the sending of the form to the shopowner? Is it even possible, to achive what I want with ChronoForms and the Email Verification plugin "out of the box"?
Greetings from Germany,
Robin
I have to build an order form that submits the placed order via email. A registration of the user should be avoided to keep things simple for the user (no forgotten passwords, no problem with people who don't want to register, etc.). As the orders are paid on delivery and shipping is free, there is no need for any payment system. The only thing that has to be done is the verification of the users email via a confirmation mail. Until here, everything is quite clear for me, but this one leaves me with a question: The email with the order should only be sent to the shopowner if the user clicks the link in the double-opt-in confirmation mail.
In another post I read the following:
"The plugin allows you to send an email to the user containing a verification link. When they click the link a database table is checked and updated to confirm their e-mail address is valid."
and
"* On the Extra Code tab you can enter code to be run before the email is sent, or after the verification link is clicked. The code can include HTML which will be displayed and PHP inside tags."
What does that mean? Will the email with the order be sent to the shopowner only after the user clicked the confirmed link or is just the database table updated?
Is the code that is run after the verification link is clicked just for something like a "thanks for your confirmation" page or do I have to use this to trigger the sending of the form to the shopowner? Is it even possible, to achive what I want with ChronoForms and the Email Verification plugin "out of the box"?
Greetings from Germany,
Robin