13

1-Click Upsells With Paypal Standard

1-Click Upsells, Downsells and OTO’s are now extremely simple to implement using the new “Upsell Tree” plugin for DAP.

And this particular plugin works with Paypal Standard! Which means you don’t need a merchant account any more.

All you need is a regular Paypal Business Account.

Please note that this is not “True 1-Click”, like you can do with a real merchant account – because of the very fact that Paypal expects your buyers to log in at least once into their paypal account through Paypal.com, and then at the end of the Upsell-flow, there is one final confirmation page. So it’s more like “2-Click Upsells” really.

If you want true 1-Click Upsells, then you need to have a merchant account through Paypal Website Payments Pro or Authorize.net.

IMPORTANT: What you need before you can use this plugin

  1. You need a Paypal (Standard) Business or Premier account
  2. You must have SSL (secure server) enabled on your web site. Ask your web host to enable SSL for your site.
  3. You must have a working version of DAP 3.7+
  4. You cannot sell a “Recurring” product as an Upsell – recurring products have to be the first product in the flow.
  5. Here’s what you CAN do: You can have a recurring product as the very FIRST product that they purchase (when they first click on the “Buy” button on your main sales page, and then you can offer any number of “One-Time” Products as upsells or downsells.
  6. Here’s what you CANNOT do: Offer a “One-Time” product as your first product that they buy, and then try to upsell them to a “Recurring” Product. Unfortunately, this is a Paypal problem at this time.

Installation & Setup of UpsellTree For Paypal Standard

  1. You need to be running at least DAP v3.7 for this plugin to work
  2. Purchase the UpsellTree plugin if you haven’t already done so, login to your DAP account and download the plugin zip file, PaypalStandardUpsellTree.zip .
  3. Unzip the file to your desktop. That will create a new folder on your desktop, called “PaypalStandardUpsellTree” which will have all of the files inside.
  4. Upload all the files inside, directly to your “dap” folder on your web site.
  5. DO NOT upload the folder itself. Just the files inside.
  6. Installation of Paypal Upsell-Tree Plugin is complete.
  7. Next, log in to your Paypal account.
  8. Click on “Profile”
  9. Click on “Request API Credentials” (under ‘Account Information’ section). It will bring you to the API access page.
  10. Under Option 2, click on “Request API credentials” to create your own API username and password.
  11. Click on “Request API signature”
  12. Click on “Agree & Submit”
  13. Note down the following pieces of information:
    * API Username
    * API Password
    * API Signature
  14. That’s it as far as your Paypal account is concerned. Now back to DAP on your site.
  15. Log in to your DAP Dashboard
  16. Go to “Setup > Config“. On that page, click on the “Paypal” link in the links towards the very top of that page (or scroll down to the “Payment Processing: Paypal” section).
  17. Enter the 3 pieces of information (from Step #13 above) into the Config fields 7, 8 & 9 on that screen: Paypal API Username, Paypal API Password, and Paypal API Signature. Cick  “Update” and save the changes.
  18. Generating the Paypal Upsell Buy Buttons:
    In the DAP Dashboard menu, go to Payment Processing > Generate Buy Button
    You will now see that you’re on the default tab “Paypal Standard”.
  19. So now select the DAP Product for which you’re trying to generate the buy button, from the Product list.
  20. Now, once the page has refreshed, scroll down to the bottom of this page, and you’ll see an expandable section with the heading “Paypal Standard 1-Click Upsells
    Expand that section by clicking on the “+” image.
  21. You will see the following two links in that section…Generate Paypal Standard 1-Click Primary Button
    Generate Paypal Standard 1-Click Upsell ButtonThe first one is for generating the buy-button code for your primary product (the very first product in the flow). The second one is for all upsells.So if this is the first time you’re doing this, and for your main product, click on the first link.
  22. If all of your Product’s settings are correct, then you’ll see a small popup that contains the buy-button HTML code. Paste this code into a blank notepad (or text editor) window.
    So let’s say this is what the code you got looks like…<form name=”generate_paypal” method=”post” action=”/dap/PaypalSetExpressCheckout.php”>
    <input type=”hidden” name=”item_name” value=”Facebook Secrets Subscription”/>
    <input type=”hidden” name=”description” value=”This is a Subscription Product with a monthly subscription – payments every 30 days.” />
    <input type=”hidden” name=”amount” value=”10.00″ />
    <input type=”hidden” name=”trial_amount” value=”0.00″ />
    <input type=”hidden” name=”total_occurrences” value=”9999″ />
    <input type=”hidden” name=”is_recurring” value=”Y” />
    <input type=”hidden” name=”recurring_cycle_1″ value=”365″ />
    <input type=”hidden” name=”recurring_cycle_2″ value=”365″ />
    <input type=”hidden” name=”recurring_cycle_3″ value=”365″ />
    <input type=”hidden” name=”payment_succ_page” value=”https://YourSite.com/dap/continue.php?url=/dap/upsell1-paypalstandard-sample.html” />
    <input type=”hidden” name=”payment_err_page” value=”https://YourSite.com/dap/paymentError.php” />
    <input type=”hidden” name=”payment_cancel_page” value=”https://YourSite.com/dap/cancel.php” />
    <input type=”hidden” name=”payment_gateway” value=”paypal” />
    <input type=”hidden” name=”is_submitted” value=”Y” />
    <input type=”image” src=”/dap/images/btn_xpressCheckout.gif” align=”left” width=”200″ height=”50″ style=”margin-right:7px;” value=”Submit” alt=”Submit”>
  23. Look at the payment_succ_pagetag in the generated button code and have it point to your sales page for your upsell.In the above example, the upsell page is called upsell1-paypalstandard-sample.htmland it’s under the dap folder.Put this HTML code on the primary product’s sales page. This is the first product in the flow.
  24. Now, you need to generate a button for your upsell product. So go back to Payment Processing > Generate Buy Button . This time, pick the Upsell product from the list.
  25. Now scroll down to the bottom of this page, expand the section “Paypal Standard 1-Click Upsells” , and this time, click on the second link there, because you’re now generating a buy-button for the Upsell product.Generate Paypal Standard 1-Click Primary Button
    Generate Paypal Standard 1-Click Upsell Button
  26. Say this is the button code you get this time…<form name=”generate_paypal” method=”post” action=”/dap/PaypalAddToCart.php”>
    <input type=”hidden” name=”item_name” value=”Upsell 1″/>
    <input type=”hidden” name=”description” value=”This is a dummy Subscription Product with a monthly subscription – payments every 30 days.” />
    <input type=”hidden” name=”amount” value=”10.00″ />
    <input type=”hidden” name=”trial_amount” value=”0.00″ />
    <input type=”hidden” name=”total_occurrences” value=”9999″ />
    <input type=”hidden” name=”is_recurring” value=”Y” />
    <input type=”hidden” name=”recurring_cycle_1″ value=”365″ />
    <input type=”hidden” name=”recurring_cycle_2″ value=”365″ />
    <input type=”hidden” name=”recurring_cycle_3″ value=”365″ />
    <input type=”hidden” name=”payment_succ_page” value=”/dap/PaypalCheckoutConfirm.php” />
    <input type=”hidden” name=”payment_gateway” value=”paypal” />
    <input type=”hidden” name=”is_submitted” value=”Y” />
    <input type=”submit” value=”AddToCart” />
    </form>
  27. Now again, notice the payment_succ_page in the generated button code. You will see its pointing to /dap/PaypalCheckoutConfirm.php.
    a) If this is the last upsell, then leave it pointed to /dap/PaypalCheckoutConfirm.php.
    b) If this is NOT the last upsell, then update it to point to the url of the 2nd Upsell page (like we did for the primary product to point to the first Upsell sales page) and repeat the process above for the next upsell page.Bottom-line: Make sure that both the buy-button code as well as “No Thank You” link on the last upsell or downsell page, points to /dap/PaypalCheckoutConfirm.php
  28. When your buyer reaches the final checkout confirmation page (PaypalCheckoutConfirm.php) then they can review all of the products in their “Upsell Cart”, and buy them all instantly and all together, without having to go back to Paypal ever again.
  29. Things To Note:
    a) If you’re doing upsells, the only thing you need to do is, look for the “payment_succ_page” field in the above form. By default it will point to:
    https://www.example.com/dap/continue.php?url=/dap/upsell1.html
    b) Modify the file upsell1.html within your dapfolder, to create your 1-Click Upsell offer. Or if you don’t wish to use 1-Click upsells, you can make just about any kind of upsell offer on that page. The upsell1.html that comes with the plugin has a sample upsell page already created for you, just so you get an idea of what that will look like.b) On the upsell page, if you want to upsell say, Product B, then make sure you set up “Product B” ahead of time in DAP, and set up the price and recurring options.
    c) Then for upsell products only, click on the “Generate Authnet 1-Click Upsell” link to generate the 1-Click Upsell Buy button code, as the upsell buy button is slightly different than the ‘regular’ buy button code. Now take the upsell buy button code like you did before, and paste it in upsell1.html.Repeat this process for unlimited upsells, downsells and one-time offers. No limits.

“No, Thank You” Buttons & Links

On every upsell page, you must also include a “No, Thank You” button or link that will allow your buyer to skip your upsell or downsell, and go to the next part of the sale.

For all upsells that are not the last upsell, you can link this button or link to the next upsell in the chain. So basically, on Upsell 1, they can either take the upsell1 (whatever your offer is) by clicking on the buy button, or click on the “No, Thank You” button/link, and you could then either taken them to the URL of Upsell2, or Downsell 1, or if this is the last upsell in the flow, then you could send them directly to the Paypal Upsell Summary Page /dap/PaypalCheckoutConfirm.php

Creating a “No, Thank You” button

Button to take them to next Upsell/Downsell:

<form name=”nothankyou”>
<input type=”button” name=”nothankyoubutton” value=”No, thank you, I wish to skip this incredible offer” onClick=”location.href=’https://YourSite.com/dap/continue.php?url=/dap/upsell2.html‘;”>
</form>

Feel free to copy the above HTML button code for the no-thankyou button. However, paste it into a text editor and be careful and don’t delete any of the HTML code, and only change actual URL’s or the button’s value (which is the text your buyer will see on the button).

Button to take them to final Checkout Summary page:

<form name=”nothankyou”>
<input type=”button” name=”nothankyoubutton” value=”No, thank you, please complete my order” onClick=”location.href=’/dap/PaypalCheckoutConfirm.php‘;”>
</form>

Creating a “No, Thank You” link

Link to take them to next Upsell/Downsell:

<a href=”https://YourSite.com/dap/continue.php?url=/dap/upsell2.html“>No, thank you, I wish to skip this incredible offer</a>

Link to take them to final Checkout Summary page:

<a href=”/dap/PaypalCheckoutConfirm.php“>No, thank you, please complete my order</a>

That’s it.

While it looks like a LOT of steps, that is only because we have to explain the steps in detail so they are clear. In reality, it is very simple to set up, and starting from scratch, if you have DAP & SSL already installed, it shouldn’t take you more than 1/2 hour to set up your 1-Click Upsells/Downsells/OTO’s. And if you’re not using Upsells/Downsells, then it can be done even faster.

If you have any further questions, feel free to open a support ticket, and we will assist you in getting this going.

 

Click here to buy our Paypal Upsell-Tree Plugin

Click Here to Leave a Comment Below 13 comments
markowe - November 28, 2010

Thanks for this. I wonder if you can answer something though – I find Paypal’s terminology a little confusing. You say “You need a Paypal (Standard) Business account”.

Now, Paypal have Website Payments STANDARD – that is not the name of an account type though, that is a service, basically the standard, simple tools for creating a simple payment button where payments are processed on the Paypal page, not by your own code.

Regarding this service, Paypal say, “Begin creating payment buttons immediately after you create a PayPal Business or Premier account.” I.e. Web Payments Standard is available both in a Business and a Premier account.

So, I guess my question is, does this 1-click upsell work both with a Premier AND a Business account? In fact, is the account type irrelevant, is it really about the TOOL you use?

Hope my question makes sense. I want to buy DAP, but I am a little limited in the payment options I can accept (2Checkout would have been good, but it seems you had a bad experience with that – no news on that?)

Reply
Veena Prashanth - November 28, 2010

Mark,
As long as the paypal account allows you to use express check APIs, it should work.

Yes, I think both premier and business allow the use of Express Checkout APIs.

Go to Paypal My Account -> Profile, then ‘Request API Credentials’ and copy and paste the API username, password, and signature into DAP Setup -> Config -> Payment Processing section.

Reply
Olivier - December 23, 2011

Wow! This is so confusing.

I want to create a simple page with a wordpress integrated form where people can enter their name, email, and choose a password. When they press the Submit button, their account is created and they are taken to the Paypal payment page. When they return from Paypal, they can access the membership area.
So I guess I should use the DAP shopping cart, so that all is integrated on one page… right?

I followed all steps above, accept I didn’t buy the 1-click upsell plug-in since I don’t do upsells.
– Paypal Identity Token: done
– Paypal API Username, Password and Signature: done
– you say ‘Go to the Products page. You will now see a few new links, below the Products list on the left.’
Nope, no new links here!

I don’t want a simple buy button. I need a form so that people can create their login and password and pay right away.

Also I have multiple websites. I hope the return URL I set in Paypal will be overwritten by each DAP cart process.

Thanks, Olivier

Reply
Veena Prashanth - December 24, 2011

Olivier,
There is no pre-registration step in dap.

If you have paypal standard account, when the buyer clicks on the buy button, they are transferred over to paypal page, and after they login to paypal and complete payment, the user account is automatically created by dap using the buyer’s paypal email id and an auto-generated password. The user is also auto-logged in to their membership area upon purchase.

Pls see:
http://www.digitalaccesspass.com/doc/user-flow/

If you have Paypal Payments Pro or Authnet merchant account, you can use use the dap shopping cart. If you use the dap cart, when the buyer clicks on the buy button, they get taken to a checkout page where the user can enter CC info, other profile details, pick an email id etc and when they hit the submit button, dap automatically talks to Authnet or Paypal Pro, and upon successful payment, dap creates the membership account for the user using the email Id they entered and a randomly generated password.

>>Also I have multiple websites. I hope the return URL I set in Paypal will be overwritten by each DAP cart process. << Yes. You can set button level return.

Reply
Olivier - December 27, 2011

Thanks, I get it now.
This is really simple and efficient. The step where customers have to fill a form before they pay is skipped, which results in way more conversions.
Excellent thinking. It works like a charm !

Reply
Bruce - January 14, 2012

Hi
I am confused!!
I have implemented the upsell plugin. And when I click on the buy button for the original product I get taken to Paypal but I was expecting to be taken to the upsell page. Currently, I have just left the default upsell page (until I can get the sequence working).
I cannot see what is wrong as it should be really simple but doesnt seem to work.

Reply
Veena Prashanth - January 14, 2012

>>And when I click on the buy button for the original product I get taken to Paypal but I was expecting to be taken to the upsell page. << The user will be taken to the paypal page so they can login and authorize the transaction before dap can return the user back to upsell page.

Reply
Adam Teow - February 27, 2012

Hi Veena,

The continue.php script is not working. When you click on “agree and continue” button, it does not go to the sample page given.

Also, how do you set up a wordpress page as an upsell page?

Cheers,
Adam Teow

Reply
Veena Prashanth - February 27, 2012

Hi Adam,
The continue.php page will only work with static html files, it wont work with wordpress page.

If you want to use regular WP page in upsell flow, set the payment_succ_page tag in the button code to directly point to the url of WP page instead of pointing it to the continue.php page.

Reply
Adam Teow - February 28, 2012

Hi Veena,

I tried your method and it worked fine. However, when it comes to confirming the order, I was unable to process the order using the “buy now” button. Nothing happens when you click on the “buy now” button.

The second question is regarding the shopping cart. Is there any ways to edit the confirmation page so that it suits the website e.g. can I use a wordpress page for this confirmation page?

Cheers,
Adam Teow

Reply
Tim Wright - March 18, 2013

Hi Veena,

I am having the same issue as Adam. Everything seems to work fine until the confirmation page (“PaypalCheckoutConfirm.php), but then I am unable to complete the payment because the “buy now” button does not seem to be active.

I am also interested in how to modify the layout of the page.

Thank you in advance for your help.

Tim Wright

Reply
Veena Prashanth - March 23, 2013

Hi Adam,

We are going to deprecate the old paypal upsell plugin (that uses the /dap/PaypalCheckoutConfirm.php as final confirmation page and does not allow a WP based confirmation page) and instead replace it with a much better looking WP version of paypal upsell plugin that will not have the issue you are describing.

Please see:
http://www.digitalaccesspass.com/doc/paypal-standard-upsell-plugin-wp-versio/

We will add documentation video for the full upsell flow using paypal standard account soon.

Thanks,
Veena

Reply
Veena Prashanth - March 23, 2013

Hi Tim,

Please see my response to Adam above.

Thanks,
Veena

Reply

Leave a Reply: