Statistics: Posted by buck415 — September 8th, 2011, 1:20 pm
Statistics: Posted by lisakimms — September 8th, 2011, 10:03 am
Statistics: Posted by Jason Caldwell — September 6th, 2011, 4:40 pm
Statistics: Posted by FluxFlux — September 5th, 2011, 10:05 am
Level #0 ( empty )
Level #1 ( all )
Statistics: Posted by Jason Caldwell — August 10th, 2011, 2:10 pm
Statistics: Posted by Jason Caldwell — August 4th, 2011, 12:42 pm
This is not how the checkout process should flow. The link should read, "Register Now ( Click Here )", instead of "Back To Home Page". This behavior that you're reporting indicates to me that an error has occurred during post processing ( i.e. after checkout ). In fact, what you're describing sounds like post processing failed all together on your installation. Do you have logging enabled? If so, please post a copy of your log file for review, or send us a Dashboard login and we'll investigate for you. If you'd like to send us a Dashboard login, please use this private contact form: http://www.s2member.com/contact/
4. On the new thank you page there was infor about contacting support which linked to my email, info informing them credit card purchase will show clickbank and client informed the confirmation email might take up to 15 minutes. Now on this page in the middle is a highlighed " Back To Home Page" . Now It would have been better to say continue to the membership site but I will settle for this. One would have to just click on it without knowing what home page or just wait for the confirmation email. So at that point I chose to click on "Back To Home Page" while I waited for the confirmation email. Back To Home Page put me straight to my membership site.
Does anyone in this forum use S2Member Pro with Click Bank? If so how do you have your Thank you page configured? Please I desparately need help. The return url I generated for click bank thank you page on my s2member pro is not working and this has been an issue since March but I did not pay so much attention because I have been adding content to the site. Now I have the site open for members to sign and I realized they all are running into the same problem.
"ERROR: Unable to verify POST vars. Please contact Support for assistance.
This is most likely related to an invalid ClickBank® configuration. If you are the site owner, please check: s2Member -> ClickBank® Options."
You can see my previous questions since March above. I am really getting into a panic mood since I have the money and have to manually guard the site and click bank to add them mannually.. I waited for a reply all day today.
Appreciate anyone who could help me.
Thanks
Statistics: Posted by Jason Caldwell — August 4th, 2011, 12:40 pm
Statistics: Posted by buck415 — August 2nd, 2011, 11:08 am
Statistics: Posted by lisakimms — August 2nd, 2011, 10:32 am
Statistics: Posted by buck415 — August 1st, 2011, 5:40 pm
B. The Thank You Page
The Thank You Page is the page customers will see after they purchase your product. Customers will only see this page if their purchase has been approved and the payment processed. In addition to thanking the customer for their purchase, your Thank You Page must include the following information:
Customers must be able to reach you if they have a question about your product need technical assistance after the purchase. Please include an email address, a link to your email address, or a contact us link on your Thank You Page.
A reminder to the customer that his or her credit card or bank statement will show a charge by ClickBank or CLKBANK*COM, rather than a reference to your specific product. This reminder should be prominent, as customers sometimes request refunds because they forget that ClickBank is handling the purchase.
Clear instructions on how to download or access the product, or information on how and when it will be delivered to them.
Statistics: Posted by Jason Caldwell — July 27th, 2011, 4:02 pm
Cristián Lávaque wrote:
Jason just told me he'd be happy to help you adding the hack file. I'd just need you to email us the login info to your dashboard and FTP please.
Jason Caldwell wrote:
I can take a look at your installation and solve the problem for you, if you'd like to supply a Dashboard login.
Statistics: Posted by Cristián Lávaque — July 26th, 2011, 4:16 am
Statistics: Posted by lisakimms — July 25th, 2011, 8:32 pm
Statistics: Posted by Jason Caldwell — July 24th, 2011, 10:47 pm
Statistics: Posted by Jason Caldwell — July 24th, 2011, 12:15 pm
Statistics: Posted by lisakimms — July 23rd, 2011, 9:55 am
Statistics: Posted by Cristián Lávaque — July 22nd, 2011, 11:27 pm
If an existing Free Subscriber ( or any User/Member for that matter ), is logged-in whenever they click a ClickBank Button generated by the Shortcode provided by s2Member, they will be automatically updated behind-the-scene, and they can keep their existing Username/Password. They don't even need to log back in, but often times, asking the Customer to log back in after upgrading/downgrading can provide a bit of clarity about what has just taken place.
My only question would be what happens to those already registered at Level 0. See my site is open to all to register but some of the registered members will opt to upgrade by just clicking on the membership page meaning they already have a username and password to the site. Do I need to have instructions on my thank you page for them to reset new password and username?? Or they will be able to use the ones they had set prior to paying? I have a sales page for the product and level 0 members usually access that page right from the site.
Statistics: Posted by Jason Caldwell — July 22nd, 2011, 10:27 pm
<?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 ();
}
}
?>
Statistics: Posted by Jason Caldwell — July 22nd, 2011, 10:18 pm
Statistics: Posted by lisakimms — July 22nd, 2011, 9:58 pm