Risk-Free Upsell Script Installation Instructions
REDISTRIBUTION OF THIS PACKAGE WITH ANYONE IS PROHIBITED


First we will configure your offer pages. You should have 1 html page for each offer in your upsell series.

1) Rename each offer page's .html extension to .php

FIRST OFFER PAGE CONFIGURATION

2) Open the first offer page of your upsell series in notepad.
(Note: This is also the first page your customers will see after completing their order)

3) Insert the following code at the top of the file after editing the first two lines (only edit inside the quotes).

$item is the name AND price of your first upsell item.
$next is the filename of your second upsell offer.

NOTE: If you have only one upsell offer set $next to your final thank you page. It must reside in the same directory. Also ignore Steps 6 thru 9.
EX: $next = "thankyou.html";



4) Change the <a href="YourPage.html"> portion of your "Add to my order" link to the following:

5) Change the <a href="YourPage.html"> portion of your "No thanks" link to the following:


SECOND OFFER PAGE CONFIGURATION

6) Open the second offer page of your upsell series in notepad.

7) Insert the following code at the top of the file after editing the first two lines (only edit inside the quotes).

$item is the name AND price of your second upsell item.
$next is the filename of the last page of your upsell series.

8) Change the <a href="YourPage.html"> portion of your "Add to my order" link to the following:


9) Change the <a href="YourPage.html"> portion of your "No thanks" link to the following:

PROCESS.PHP CONFIGURATION

10) Open process.php in notepad and edit lines 11, 12, 13 and 14 only. Instructions are provided in the file.
You can leave the instructions there, they don't parse.

UPLOAD FILES

11) Upload process.php along with all offer pages to your webserver into the SAME folder.

CONFIGURE 1SHOPPINGCART

12) Set the "thank you URL" of each product in your cart, that you want to offer upsells on, to the following:
http://www.yoursite.com/offer.php?ty=http://www.yoursite.com/thankyou.html

CHANGE http://www.yoursite.com/offer.php to the location of your first upsell offer
AND http://www.yoursite.com/thankyou.html to the location of your actual (final) thank you URL.

HOW TO PROCESS UPSELL ORDERS

Remember, processing upsell orders is a manual process. We've found it best to have two browser windows open side-by-side.
Ideally, you will want to have one browser open where you can pull the customers original order via the order ID sent by the upsell script,
and another window open with that upsell item's checkout page where you can manually copy/enter the customers information into a new
order.