Recently in Tutorial Category

Using Expansion Pack, Bypassing the Squeeze Page

| 1 Comment

Expansion Pack user and Business Card Guru, Diana Ratliff
(http://7dollartools.com/ht/bizcardguru), wrote to ask:

[How can I] do just like you did on your expansion page and collect the name/email when they order?

Well, Diana, it's an easy, three-step process:


  1. Copy your autoresponder's form code from your squeeze page (squeeze.html) and paste it into your sales page (salesletter.html).
  2. You'll be replacing your existing order button with this form. Dress it up with graphics if you want, but make sure you have instructions there that tell the user why they're giving their name and e-mail address up front.

  3. Change the "Thank You"/redirect/confirmation page URL for your
    autoresponder from:
  4. http://[yourdomain.com][/scripts_folder]/index.php?action=download

    to

    http://[yourdomain.com][/scripts_folder]/index.php?action=order

    Replace [yourdomain.com] with your domain and (optionally) [/script_folder] with the scripts folder you use in settings.php. Now, when the form is submitted your customer will be taken to PayPal.

  5. Edit the Bypass Squeeze Page setting in exp_settings.php:
  6. $exp_bypass_squeeze = true;

    Make sure there is a semi-colon (";") at the end of that line! Now, when your customer returns from PayPal, 7DSS will not show the squeeze page; instead, they will proceed directly to the download page or the OTO page, depending on your 7 Dollar Secrets
    Scripts settings.

The script flow has now changed from

Sales Page -> Order -> Squeeze Page -> Download/OTO

to

Sales/Squeeze Page -> Order -> Download/OTO


Have a question about Expansion Pack or any 7 Dollar Tools
products? Ask away at:
http://7dollartools.com/support

About this Archive

This page is an archive of recent entries in the Tutorial category.

Tip is the previous category.

Update is the next category.

Find recent content on the main index or look in the archives to find all content.