Different message in "thank-you screen" than email

General ShopSite user discussion

Different message in "thank-you screen" than email

Postby sibylp » Mon Jun 07, 2010 8:53 am

I have my cart set up with a "Create an add to e-mail list box:" on the shipping screen. It says "Add me to your E-mailing list" in the shopping cart as well as on the email receipt. I'd like to change the email receipt to say something like: "Thank you for adding your name to the WorldWise Jewelry e-mail list" but am having trouble figuring out how to make this happen. Any suggestions?
Sibyl Perkins
sibylp
 
Posts: 14
Joined: Wed Apr 07, 2010 3:20 pm
Location: Seattle

Postby ShopSite Lauren » Thu Jul 01, 2010 10:14 am

There isn't a way to do this with ShopSite, however there is a way that you can do this with a custom template. You could enter code into the regular text field like the following:

<span class="add-to">Add me to your E-mailing list</span>
<span class="added">Thank you for adding your name to the WorldWise Jewelry e-mail list</span>

In the shopping cart template, within the [-- DEFINE SHIPPING --] and [-- DEFINE CONFIRMATION --] sections you will want to add CSS similar to:

<style type="text/css">
span.add-to {
visibility: visible;
display: block;
}
span.added {
visibility: hidden;
max-height: 1px;
display: block;
}
</style>

Then, in the shopping cart template within the [-- DEFINE THANK_YOU --] and [-- DEFINE THANK_YOU_EMAIL --] sections you will want to add CSS similar to:

<style type="text/css">
span.added {
visibility: visible;
display: block;
}
span.add-to {
visibility: hidden;
max-height: 1px;
display: block;
}
</style>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
ShopSite Lauren
 
Posts: 889
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT


Return to User Forum

Who is online

Users browsing this forum: No registered users and 58 guests