Recent site activity

Email Personalization Variables

You've probably received personalized email before - it addressed you by name, or mentioned specific details about you or your order.

With CartFreak you can create this type of personalized message using a variety of variables.

When the system sends your message, it finds each variable, and replaces it with information pertaining directly to each of your clients.

You can personalize your outgoing CartFreak email message with your customers' names, email addresses, order id and other information.

In case you have never personalized an email before, here is what a mock "personalized email" looks like that we created.

------------------------------------------------------------------------------------------------------------------------------------------

{first_name},

Thank you for buying {product_name}
for ${order_amount}.

Your order # is {order_id} and the email address
is {email}. 

You can download your PDF file here:
{download_url}

If you have any questions or need support please visit
us at http://www.musthavesupport.com and make
sure to reference your order # which is {order_id}.

-----------------------------------------------------------------------------------------------------------------------------------------

Here is the list of available email personalization variables:

{first_name--- Customer’s First Name
{last_name} --- Customer’s Last Name
{email} --- Customer’s Email Address
       
{order_id} --- Customer’s Order ID
{order_date} --- Date of the Order
{order_amount} --- Total Amount of Order
{order_ip_address} --- IP Address of Order
{download_url} --- Secure Download to Protect Your Digital Products From Being Stolen
       
{product_id} --- ID Number of the Product
{product_name} --- Name of the Product
{product_description} --- Description of the Product
{product_website_name} --- Website Product Was Listed Under
{product_success_extra} --- Success Extras Tied Under the Product
       
{continue_url} --- Product’s Continue URL
{continue_url_params} --- Parameters of Continue URL (Pair This Up With Continue URL)
       
{header_string}  ---

 

************ NOTE, make sure you each variable you include has brackets around it (ie {email}). *******************