Recent site activity

Autoresponder Integration


           
          
            Autoresponder Integration

        

   Autoresponder Integration

1)  To integrate your autoresponder with CartFreak you can do it 1 of 2 ways.

2)      First you can go to products>edit product> and type in your mailing list in the “Mailing List Email”.  This allows your buyers to fill out another form that signs                    them up under your list.

The other way is a lot more complicated but more powerful (increases Opt-ins).

                                                                                                    Here is how it works:    

            1)      First, make your product’s Continue Url your opt-in page that you want to send them to.

            2)      Next, you are going to need to create the opt-in page. We created a mock one in the email. Here is what it looks like with instructions on how to edit the code.


3)  EXAMPLE OPTIN PAGE

            You would put your autoresponder code for any email service below and use the personalization tages listed below to pre-populate their info.

                                                                                                           (Variables For Your Opt-In's)

Field Name:

PHP Snippet:

First Name:

Last Name:

Email Address:

Phone Number

Product ID

Is Recurring?

Is an Upsell?

Order Amount:

Order ID

Hash #

<?=$first_name;?>

<?=$last_name;?>

<?=$cust_email;?>

<?=$phone;?>

<?=$product;?>

<?=$recur;?>

<?=$is_upsale;?>

<?=$amount;?>

<?=$order;?>

<?=$hash;?>

 

            Then when your customers reach this page all they will have to do is submit your form.

 

            EXAMPLE:

 

            Hey , <?=$first_name;?>

 

            Thanks for securing your copy of {product_name} for <?=$amount;?>. I know you're going to be happy you did. Please verify your information and click the                    "Register for bonuses and updates" button below and continue to the download page.

Thanks
Tom


                        If you are using the 1-click upsell feature, you will want to redirect visitors to your first upsell page once they submit this form. This is a setting controlled by the                Autoresponder or Email Service provider you are using to manage your email.