PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
4under wrote:I'm looking for the same thing... Clickbank is telling me that my "thank you" page isn't right.
You can customize your buttons... see: http://fbfantheme.com/ for an example. You simply need to substitute your button image for the one supplied.
<?php
add_action ('ws_plugin__s2member_during_paypal_return_during_subscr_signup_wo_update_vars', 'my_clickbank_return');
function my_clickbank_return () {
if ($_REQUEST['s2member_paypal_proxy'] === 'clickbank') {
echo '<script type="text/javascript">' . "\n";
echo "window.location = 'http://yoursite.com/custom-thank-you';" . "\n";
echo '</script>' . "\n";
/*
Note. Don't use wp_redirect() or header("Location: xxx") here.
The cookies set by s2Member may not be read properly.
Always use window.location = ''; ( as shown above ).
*/
exit ();
}
}
?>
stephenbuck415 wrote:The default s2Member button generator seems to generate a "Buy Now" button. I'm running membership sites, and would prefer the buttons have a different title such as Join Now or something similar or appropriate for a membership based site. Is there a way I can change the ClickBank button?
image="default" Button Image Location. Possible values: default = use the default ClickBank® Button, http://... = location of your custom Image.
Yea, this is a new issue that has just come up recently. We are in the process of improving this aspect of s2Member Pro, so that ClickBank will be happy with the way things are handled after checkout. In the mean time, please see this thread for workarounds: viewtopic.php?f=4&t=2900&p=28956#p28949stephenbuck415 wrote:ClickBank advised me that my thank you page needs to include the following text:
"Your credit card statement will show a charge from CLKBANK*COM."
The page I am using is:
http://DOMAIN.COM/?s2member_pro_clickbank_return=1
I have made no customizations and seek to use the default install of s2Member Pro as much as possible.
ClickBank policy has changed in this regard since s2Member was first integrated with ClickBank. We've had many of our Customers tells us that ClickBank is not fond of the alert after checkout ( for whatever reason ). Until this is updated in the next release of s2Member Pro, my suggestion is to configure your ClickBank Product with a Thank-You Page URL of your own ( i.e. create a page with WordPress perhaps ) and use it's URL when you configure your ClickBank Product.stephenbuck415 wrote:I've just run one additional test.
I uninstalled the hack, and because I'm using BuddyPress, modified buddypress\bp-themes\bp-default\registration\registration.php to include the required ClickBank text.
That puts the required text on the landing page after a person completes the ClickBank process.
Unfortunately I get the same results as above... the user appears in the network sites area, not the admin sites where they need to be to access the material.
Have I missed a setting somewhere?
Thanks
Users browsing this forum: Yahoo [Bot] and 2 guests