Page 1 of 1

Clickbank Button coding for pitch plus upsell flows & skins

PostPosted: January 5th, 2012, 11:02 am
by bgouthro
Hey,

I'm trying to integrate my S2Member pro membership site into my clickbank upsell flow. For example:

Core product - e-book
Upsell #1 - software
Upsell #2 - membership site (S2Member Pro)

How do I code the S2Member clickbank button to include Clickbanks "Pitch Plus Upsell Flow" ID and the customized sales page "skin" ID in the URL?

Thanks for your help!

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 7th, 2012, 3:29 am
by Cristián Lávaque
Thanks for the great question! I just emailed Jason, the Lead Developer, to answer this. Thanks for your patience. :)

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 9th, 2012, 7:36 am
by Jason Caldwell
Thanks for the heads up on this thread.

I'm sorry, but s2Member is not yet fully integrated with PitchPlus Upsells for ClickBank. That being said, I do believe you can accomplish what you need to, using a Shortcode with output="url" and just appending the additional variables that you require for PitchPlus to function as desired.

Code: Select all
<a href="[s2Member-Pro-ClickBank-Button .... output="url" /]&cbskin=myskin&cbfid=xxxx">ClickBank Checkout</a>
* The Shortcode here has been abbreviated for clarity in this regard.

* See also the attached screenshot showing the documentation on this feature in your Dashboard.
SNAG-0014.png

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 10th, 2012, 3:45 pm
by bgouthro
Hoping you can provide a little clarification:

here is the current payment link with the correct Pitch Plus variables included:

Code: Select all
http://3.bgfitness.pay.clickbank.net/?cbfid=4814&cbskin=1392


here is the button code provided by S2Member Pro:

[s2Member-Pro-ClickBank-Button cbp="3" level="1" ccaps="" desc="Awaken The Abs Within Monthly Membership Site Fee" custom="www.awakentheabswithin.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="default" output="anchor" /]

Can you provide me with the correct integrated S2Member Pro code to use based off this Clickbank Pitch Plus payment link info?

Am I supposed to change the output="url" too something specific?

Thanks for your help.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 11th, 2012, 2:31 pm
by Raam Dev
As per Jason's post above, you'd do this:

Code: Select all
<a href="[s2Member-Pro-ClickBank-Button cbp="3" level="1" ccaps="" desc="Awaken The Abs Within Monthly Membership Site Fee" custom="www.awakentheabswithin.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="default" output="url" /]?cbfid=4814&cbskin=1392">This is the link text</a>

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 16th, 2012, 8:56 am
by bgouthro
Thanks but that did not work. Here's the error screen i get when i used that code and tried to access the purchase during the pitch plus upsell flow process within Clickbank. The custom value given in your code is www.awakentheabswithin.com.

The entry point for the members section is www.awakentheabswithin.com/members ... i'm sure that's not the issue though.

Any other suggestions re: the coding?

This is the reason I bought S2Member Pro so I'm hoping for a solution ASAP.

Thanks again.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 17th, 2012, 2:14 pm
by Raam Dev
Try this:

Code: Select all
<a href="[s2Member-Pro-ClickBank-Button cbp="3" level="1" ccaps="" desc="Awaken The Abs Within Monthly Membership Site Fee" custom="www.awakentheabswithin.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="default" output="url" /]&cbfid=4814&cbskin=1392">This is the link text</a>

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 17th, 2012, 3:21 pm
by bgouthro
Thanks I tried but it gave me the same error screen again

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 17th, 2012, 3:25 pm
by Eduan
Try this post and see if it helps in any way:
viewtopic.php?p=38753#p38753

Hope this helps. :)
Also remember to report back,
otherwise you leave me worrying. ;)

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 17th, 2012, 3:39 pm
by bgouthro
Hi Eduan, that post is all about PayPal. I'm using Clickbank.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 19th, 2012, 1:48 pm
by Jason Caldwell
Thanks for reporting this important issue.
bgouthro wrote:Thanks I tried but it gave me the same error screen again
I see that you've been working with others and that you've taken some code samples from the board. Before we continue troubleshooting, may I please see the code that you've used, including the full Shortcode that resulted in this error? Once I see that I feel confident that we can steer you in the right direction.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 19th, 2012, 3:43 pm
by bgouthro
Here's the shortcode:

[s2Member-Pro-ClickBank-Button cbp="3" level="1" ccaps="" desc="Awaken The Abs Within Monthly Membership Site Fee" custom="www.awakentheabswithin.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="default" output="anchor" /]

Here is the clickbank payment link info that I need it to sync with...

Code: Select all
http://3.bgfitness.pay.clickbank.net/?cbfid=5720&cbskin=1392


as well as:

Code: Select all
http://1.bgfitness.pay.clickbank.net/?cbfid=5720&cbskin=1392


Here's the error message I get when trying to access membership site from the clickbank payment approved page:

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 19th, 2012, 3:57 pm
by Eduan
Hello bgouthro.

Yes, that post is all about PayPal, though I believe the problem is the same, since they both give the same error.

Could you please try this button instead?:
[s2Member-Pro-ClickBank-Button cbp="3" level="1" ccaps="" desc="Awaken The Abs Within Monthly Membership Site Fee" custom="awakentheabswithin.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="default" output="anchor" /]
NOTE: All I did was remove the www. from the custom value.

If that doesn't work then please try this thread and tell me if it helps:
viewtopic.php?f=36&t=1066

Hope this helps. :)

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 19th, 2012, 4:15 pm
by bgouthro
i removed the "www" and it took me to the same error screen.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 19th, 2012, 4:41 pm
by Eduan
Could you please follow the instructions in this post and tell me how it goes please?
viewtopic.php?f=36&t=1066

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 19th, 2012, 8:30 pm
by Jason Caldwell
Thank you. OK, the domain in your custom="" Shortcode Attribute matches that of the final Thank-You Page, so you're good there. The next step in debugging this on your installation is to enable logging for s2Member. From your Dashboard, please see:
s2Member -> ClickBank Options -> Account Details -> Logging/Debugging.

Once logging is enabled, run your test again, then check this file:
/wp-content/plugins/s2member-logs/clickbank-rtn.log

Please remove any sensitive information and post a copy of that log file for us to review with you. My best guess at this point is that your additional custom variables cbfid=5720&cbskin=1392 are somehow affecting the link signature during verification. Hopefully your log file will shed light on this.

If you are unable to produce a log file, please feel free to submit a Dashboard login through this private contact form and we'll run diagnostics on this for you. See: http://www.s2member.com/contact/

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 20th, 2012, 8:30 am
by bgouthro
Here is the log file as requested:


Code: Select all
PHP v5.2.17 :: WordPress® v3.3.1 :: s2Member® v111220 :: s2Member® Pro v111220
Memory 37.05 MB :: Real Memory 37.25 MB :: Peak Memory 38.20 MB :: Real Peak Memory 38.50 MB
http://www.awakentheabswithin.com/?s2member_pro_clickbank_return=1&item=4&cbreceipt=ZP87EJRV&time=1327065914&cbpop=58C7BBE0&cbaffi=IBIZONLINE&cupsellreceipt=ZP87EJ4V&cname=Brad+Gouthro&cemail=brad%40bradgouthrofitness.com&ccountry=CA&czip=B4B0H1&cbur=a
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7
array (
  'item' => '4',
  'cbreceipt' => 'ZP87EJRV',
  'time' => '1327065914',
  'cbpop' => '58C7BBE0',
  'cbaffi' => 'IBIZONLINE',
  'cupsellreceipt' => 'ZP87EJ4V',
  'cname' => 'Brad Gouthro',
  'cemail' => 'brad@bradgouthrofitness.com',
  'ccountry' => 'CA',
  'czip' => 'B4B0H1',
  'cbur' => 'a',
  's2member_log' =>
  array (
    0 => 'Return-Data received on: Fri Jan 20, 2012 1:22:38 pm UTC',
    1 => 's2Member POST vars verified with ClickBank®.',
    2 => 'Sleeping for 5 seconds. Giving ClickBank® a chance to finalize processing.',
    3 => 'Awake. It\'s Fri Jan 20, 2012 1:22:43 pm UTC. Processing will continue.',
    4 => 'Order API variables have been obtained from ClickBank®.',
    5 => 'ClickBank® transaction identified as ( `SALE/STANDARD` ).',
    6 => 'Return-Data reformulated. Piping through s2Member\'s core/standard PayPal® processor as `txn_type` ( `web_accept` ).',
    7 => 'Please check PayPal® RTN logs for further processing details.',
    8 => 'http://www.awakentheabswithin.com/?s2member_pro_clickbank_return&s2member_paypal_return=1&s2member_paypal_proxy=clickbank&s2member_paypal_proxy_use=standard-emails&txn_type=web_accept&txn_id=ZP87EJRV&custom&mc_gross=10.53&mc_currency=CAD&tax=0.00&payer_email=brad%40bradgouthrofitness.com&first_name=Brad&last_name=Gouthro&option_name1=Originating+Domain&option_selection1=www.awakentheabswithin.com&option_name2=Customer+IP+Address&option_selection2&item_number&item_name&s2member_paypal_proxy_verification=1327065763-fa40feeda2c7cba498e0950fd8ad8810',
  ),
  's2vars' =>
  array (
  ),
)

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 20th, 2012, 8:39 am
by bgouthro
I also sent you my dashboard login via private message so you can fix this problem.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 20th, 2012, 2:14 pm
by Jason Caldwell
Details received. Thank you. I'm taking a look now.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 25th, 2012, 2:52 pm
by Jason Caldwell
Investigation completed. Please check your email for my private response.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 25th, 2012, 4:15 pm
by bgouthro
I checked the message and replied with a response. This investigation did not answer or address the given problem.

Re: Clickbank Button coding for pitch plus upsell flows & sk

PostPosted: January 25th, 2012, 5:01 pm
by Jason Caldwell
Thanks for the follow-up. Taking a look now.