I saw this question posted on a forum recently:

I apologize if this seems like a long winded question.  I am looking for a robust solution for my shopping cart and autoresponders.  However, I need to know how to automate upsells. When I bought a recent product, there were 5 upsells.  Please advise how to do automated upsells, preferably integrated with 1shoppingcart.  Thanks!

The sales process that is being described above is also referred to as a one time offer.  I’m sure you’ve seen the process used before.  It can be used on a salespage to give first time visitors a special incentive to purchase.  Or on a thank you page once someone has opted in to a newsletter or special report.  Or even used as part of the order process once a visitor has already committed to the purchase of a product. The process being described above the order process one time offer (or OTO) or upsell.

The Order Page Upsell or One-Time-Offer

Let’s describe the one time offer process.  I’ll describe only one upsell rather than the five noted in the question above.

I visit your salespage and decide to buy.  I click on the order button and commit to the order.  Let’s say I’m ordering an exercise DVD.  I click order and it’s added to my shopping cart and I’m taken to a new page.  I am now presented with an additional offer to add resistance bands at $19.95 to enhance my weight loss.  I can choose to add it to my order or say “No thanks” and continue with my order.  If I add it to my order, I pass straight through to the checkout page with both items in my shopping cart.  If I pass on the offer of the resistance bands, I pass through to the checkout page with only the DVD in my shopping cart.

Without any additional coding, the process above is strictly an upsell process. Every time they buy that DVD, they are presented with the same offer of the resistance bands.  Now what if instead of just adding the resistance bands at full retail, you were to offer them at 50% discount if they order with the DVDs.  It would be a one time offer only at the point of sale, the first time they purchase.  So now, instead of being offered the resistance bands at full-price, I can add them to my order for $9.97 but only if I order today.  I will never see this offer again.  If I say yes, I pass through to the checkout page with both items in my shopping cart.  If I say no, I pass through to the checkout page with only the DVD in my shopping cart.

Seems the same, right?  Except that now instead of paying full retail, they’re paying half price for the upsell.

Let’s take the example a step further and focus on the buyer who said no to the offer of resistance bands at a 50% discount.  They’re just about to check out and change their mind and want to add the resistance bands to their order.  So they click back on their browser window to return to the previous page where they were offered the resistance bands at 50% discount and they’re presented with a different offer on the bands.  Maybe it’s only a 25% discount or no discount at all.  They will never be able to see the 50% discount offer as it is only presented to them one time.

That’s how the OTO is integrated into the upsell process.

Integrating Upsells or OTOs into 1ShoppingCart

So how does this work with 1ShoppingCart?  The upsell module in 1ShoppingCart is fairly new, having been added in the past year.  It’s not an intrusive upsell but works more like Amazon’s upsell by displaying items that are related to the item being purchased (Customers who bought this book also bought…).  But you can still integrate a more conspicuous upsell and OTO by setting up different pages on your hub site.

Let’s look at the upsell at full retail first:

The first page you would need is the salespage for the exercise DVDs.  Your buy now button would lead to a different page on your site describing the resistance bands upsell with another order button or a no thanks button.  In 1ShoppingCart, you would need to set up a product for the Exercise DVDs and a different product for the Resistance Bands.  Then you would need to set up a bundle offer in 1ShoppingCart to bundle the DVD with the resistance bands.  The product link for the bundle is attached to the Buy Now button and the buyer passes through to the check out page with both items in their shopping cart.  The No Thanks button is coded with the product link for the Exercise DVD only and the buyer passes through to the check out page.

The One Time Offer Checkout

Again you would need a salespage for the exercise DVDs.  Your buy now button would lead to a different page on your site describing the one time discount of 50%.  This page would need to be a true one time offer page that would drop a cookie to indicate that the buyer has seen this page.  If they try to browse back, they are prevented from seeing this page and prevented with the non-OTO page from your hub site.  So you would need to set up two different pages: one with the one time offer and one with the non-OTO offer (what they will see if they decide to bypass the original offer).  In this example, we’ll offer the resistance bands at 25% discount.

You will also need to obtain an OTO script so that your offer is truly a one-time offer.  There’s nothing that destroys trust and credible more than saying it’s a one-time offer and then failing to deliver on that promise.  You can access a free one-time offer script that I’ve used in the past by clicking here.  Or you can checkout iQuanSite.com for no mess, no coding one time offer pages that you enable with the click of a button rather than having to install a script.

In 1ShoppingCart, you would need a product set up for the exercise DVDs, a product set up for the resistance bands at 50% retail and then a product set up for the resistance bands at 25% retail.  You would also need to set up a bundle for the DVDs and Resistance Bands 50% Discount and a separate bundle for the DVDs and Resistance Bands 25% Discount.

Let’s focus on the OTO page first.  This page would describe the offer of the resistance bands at 50% discount and stress that it’s a one-time offer – if they click No thanks, they will never see this offer again.

The Buy Now button on this page would be coded to add the bundle DVDs + 50% discount to their shopping cart and pass them through to the checkout page.

The No Thanks button would be coded to add only the Exercise DVDs to their shopping cart and pass them through to the checkout page.  This buyer decides at this point that they really do want the resistance bands so they click back to add them and are taken to the non-OTO page.

The non-OTO page needs to describe why they are not seeing the original offer and the replacement offer of the 25% discount.

The Buy Now button on this page would be coded to discard the original product (exercise DVD only) in the cart and add the bundle Exercise DVDs + 25% discount and pass them through to the checkout page.  The No Thanks button would just pass them through to the checkout page.

One time offers and upsells are great persuasive triggers that can easily be incorporated into any sales process.  If you have any questions, feel free to ask them by clicking on the comments link below.