Lesson 7.2) How to Sell a Product on ClickBank (payment page, download page, and affiliate program).

Posted | 2 comments

FIRST CLICK ON THIS LINK AND HAVE IT OPEN IN A NEW TAB BEFORE WATCHING THE VIDEO:

ClickBank (product distribution / payment processing for selling your own digital products).

In this lesson I will show how to set up the technical (hard!) part of selling a digital product on ClickBank.

This includes how to set up the “secure payment form” processing cart for credit cards and PayPal, how to set up and protect your download page, and how to set up your affiliate program so other people can sell your product for you!

You can also see the digital product I sell as a live example: How to Become a Ticket Broker.

Note:  Become an affiliate for my ticket broker ebook, and you will earn 75% off of every single sale made!

To sign up for your ClickBank account, click here: ClickBank.

Make sure you are logged into Udemy and signed up for the course before clicking the video below or you won’t be directed to the correct video (it’s completely free to register).

how to sell a product on clickbank

(Or click here: How to Sell a Product on ClickBank on Udemy).

FIRST CLICK ON THIS LINK AND HAVE IT OPEN IN A NEW TAB BEFORE WATCHING THE VIDEO:

ClickBank (product distribution / payment processing for selling your own digital products).

Here are some notes from the lesson:

Your link that leads buyers to the payment page:
http://ITEMNUMBER.USERNAME.pay.clickbank.net

Example:
http://3.musica9999.pay.clickbank.net

Your affiliate link for other people to sell your product:
http://AFFILIATE.USERNAME.hop.clickbank.net

Example:
http://OTHERGUY.musica9999.hop.clickbank.net

This is the exact text that you need to put in your download.php file (except replace the stuff in bold with your information):

<?php

function cbValid() {
$key=’SECRET KEY‘;
$rcpt=$_REQUEST[‘cbreceipt’];
$time=$_REQUEST[‘time’];
$item=$_REQUEST[‘item’];
$cbpop=$_REQUEST[‘cbpop’];
$xxpop=sha1(“$key|$rcpt|$time|$item”);
$xxpop=strtoupper(substr($xxpop,0,8));

if ($cbpop==$xxpop) {
return 1;
} else {
return 0;
}
}
if (cbValid() == “0”) {
header(“Location: http://YOURWEBSITE.COM“);
}
?>
<html>
<head><title>Download</title></head>
<META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW”>
<body>
<p>Thank you for purchasing my digital product! Right-click the link and choose “Save Link As…” to save the document to your computer. You can download the product here:
</p>
<p><a href=”http://YOURWEBSITE.COM/NAMEOFZIPFILE.zip”>Download</a>
</p>
<p>The file is a ZIP file (which you must unzip) that contains the product.
</p>
<p>Remember that when you receive your credit card statement, the charge is going to show up as either ClickBank or CLKBANK*COM.
</p>
<p>If you have any questions at all, you can reach me at [email protected].
</p>
<p>Thanks again,
</p>
<p>Mike</p>
</p>
</body>
</html>

[end of document]

Please leave any questions or comments below!

Mike Omar

Like me on Facebook: Sign up:


2 Responses to “Lesson 7.2) How to Sell a Product on ClickBank (payment page, download page, and affiliate program).”

  1. jeanette jennings says:

    I’ve spent the last few days going over some of your videos and lessons. I can not believe the amount of information you are giving me for free to set up my web pages. I’ve had a web page for years that I tried selling different things on but just didn’t know how to get traffic to it. I knew about selling google ads but didn’t know how to do it. When you are trying to self educate it is so easy to go off on tangents and difficult to get back on track. Thank you so much for putting it all together and making the learning process so much easier.

    I found you on a free day when you were promoting your book. I went on a gave you a great review. Not that you still need them you have so many! I have told several friends about your site.

    Thanks again for your help! I hope if you do other projects like this you will tell us in your newsletter. I hope you have a very prosperous new year and take lots of backpacking trips.

    Thanks again. Jeanette C Jennings

    • Thank you so much for the kind words Jeanette! And definitely telling your friends and family about my website is the best thank you I can receive (in addition to the positive review on Kindle!).

      Going off on tangents that don’t create much of a return is one of the biggest mistakes people make in this business. Try not to fall into this trap!

      I should be going on a backpacking trip this January! 🙂

      Let me know if you have any other questions!

      Mike

Leave a Reply to jeanette jennings Cancel reply

Your email address will not be published. Required fields are marked *

css.php
Share now!
Hide!