I'm trying to add a follow-up email campaign and add clients to email marketing lists. But what I send depends greatly on what they have purchased in the past.
Is there a way to create different "confirmation pages" or add clients to different opt-in lists depending on what they order?
Thanks for any advice...
Randlal
Can I Configure Different Confirmation Pages?
-
- Posts: 10
- Joined: Thu Mar 25, 2010 12:37 pm
- Location: Olathe, KS
-
- Site Admin
- Posts: 4953
- Joined: Fri Aug 04, 2006 1:42 pm
- Location: Utah
There is no built in way to get that type of information.
If you have a Pro level store you could use the Custom Checkout Fields option (Commerce Setup > Order System > Checkout) and create pulldown lists, checkboxes, text fields, etc. where the shopper could select lists they would like to be added to, You could also use the OrderAPI option to see what options they may have checked and what products they purchase and add that to your own database that you could use in you email campaign.
All of that would require knowledge of html and some script programming. If you don't feel comfortable doing that you can check on shopsite.com for 3rd party developers who do that type of work.
If you have a Pro level store you could use the Custom Checkout Fields option (Commerce Setup > Order System > Checkout) and create pulldown lists, checkboxes, text fields, etc. where the shopper could select lists they would like to be added to, You could also use the OrderAPI option to see what options they may have checked and what products they purchase and add that to your own database that you could use in you email campaign.
All of that would require knowledge of html and some script programming. If you don't feel comfortable doing that you can check on shopsite.com for 3rd party developers who do that type of work.