WHERE SHOULD THIS CODE GO ON MY BUY IT NOW BUTTON?

0 replies
I have a product on clickbank and have an upsell and a downsell that I need to add in code to make it work with pitchplus.

I have NO IDEA how to sort this out and would REALLY APPRECIATE any help on that matter. Or if you could point me in the right direction.

It seems to me like some code needs adding to the buy it now button?

Here is the Help section on clickbank explaining it in more detail...

================================================== ========

Step 2: Creating PitchPlus Upsell Payment Links

Now that you've created your PitchPlus Upsell Pitch Pages, it's time to add accept and decline payment links to them. A PitchPlus upsell payment link is the same as any other payment link, with the exception of these two parameters: cbur (response type) and cbf (session identifier).

The cbur response type parameter tells ClickBank if the customer has accepted or declined your PitchPlus offer. Therefore, your PitchPlus Upsell Pitch Page must include two payment links, one with an accept (a) value and the other with a decline (d) value.

For example, the accept button should use the following payment link format:

http://3.somenick.pay.clickbank.net/?cbur=a>
The decline button would use the following payment link format:

http://3.somenick.pay.clickbank.net/?cbur=d>
The CBF Session Identification Parameter

The cbf session identification parameter allows you to offer PitchPlus Upsells to customers with disabled browser cookies (approximately 10% of customers). You are not required to use the cbf session identification parameter; however, if it is not used, customers with disabled cookies will be redirected to the standard order confirmation page, rather than your first PitchPlus Upsell Pitch Page.

When the customer makes a purchase, ClickBank will pass the cbf parameter to your first PitchPlus Upsell Pitch Page. You must then capture the parameter and pass it back to ClickBank in the payment link. This may be accomplished using a dynamic programming language such as Perl, PHP, JSP, ASP .Net or others.

If you are not experienced with dynamic programming, we recommend hiring an experienced developer for assistance.

An example of how to retrieve the parameter using PHP is:

$_REQUEST['cbf']

Example payment links:

http://3.somenick.pay.clickbank.net/?cbur=a&cbf=<parameter passed>

http://3.somenick.pay.clickbank.net/?cbur=d&cbf=<parameter passed>

Step 3: Configuring the PitchPlus Upsell Flow in Your Account

Now that you have created your Upsell Pitch Pages, log in to your ClickBank account and go to the My Products section of the Account Settings tab.

You should see a green tab called PitchPlus Upsell Flows above your list of existing products...

================================================== ========
#button #buy #code

Trending Topics