HELP ME LINK

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a web site. I submitted it to ClickBank in order to sell ebooks on
my site. Clickbank needs me to create a "thankyou page" which I did, however,
I don't know how to link the "thank you" page to the existing one page
website WITHOUT the customer seeing the "thankyou" page until after the
purchase.

THIS IS THE PROCESS I MUST FOLLOW:
1). Customer views web site and clicks on the"order here" button
2). Customer pays for ebook and is then routed to a "thankyou" page which
has the download for the ebook.

Clickbank states that the "thankyou" page address must start with http://

Please let me know ASAP because my site is already up and going.
 
Dear Mestisha,

Don't link to the 'thankyou' page, not even in navigation bars. Tell
ClickBank that your page is at, for example,
http://example.com/thankyou.htm - or where ever it is.

Edit the thankyou.htm page to include a link that returns them to your
home page, or storefront page, or whatever, like:

<p>Thank you for your purchase from Example.com!</p>
<p>An email has been sent to you with purchase details etc.</p>
<p>Please <a href="http://example.com">click here to return to our home
page</a>.</p>

Happy selling, Mestisha.

Nicholas Savalas - http://savalas.tv
---------------------------------------------------
 
Mestisha said:
I created a web site. I submitted it to ClickBank in order to sell ebooks
on
my site. Clickbank needs me to create a "thankyou page" which I did,
however,
I don't know how to link the "thank you" page to the existing one page
website WITHOUT the customer seeing the "thankyou" page until after the
purchase.

THIS IS THE PROCESS I MUST FOLLOW:
1). Customer views web site and clicks on the"order here" button
2). Customer pays for ebook and is then routed to a "thankyou" page which
has the download for the ebook.

Clickbank states that the "thankyou" page address must start with http://

Please let me know ASAP because my site is already up and going.

It'd be just a normal link to the page on your server i.e.
http://www.yoursite.com/thankyou.html

It won't be shown until "ClickBank" processes the order/payment.
 
Back
Top