Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-31T21:58:00-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14692 2011-08-31T21:58:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33577#p33577 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]> Thanks for the follow-up.

Unforunately, this is not as easy as Membership to revoke access. Specific Post/Page Access Links are self-contained, so the closest I can get you is a custom file like the one below, and you'll need to know the IP address of the User to deny them access in a way that does not hurt the credibility of your site.

Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
Code:
<?php
add_filter 
("ws_plugin__s2member_sp_access", "my_handler");
function my_handler ($what_s2member_says)
    {
        if ($_SERVER["REMOTE_ADDR"] === "x.x.x.x")
            return false;
        else
            return $what_s2member_says
;
    }
?>



Also will the next release be wordpress 3.1 compatible? Not a deal breaker, just need to know so that I can test other plugins to make sure they are going to work well with a WordPress update.

That's a great question. No, the next release of s2Member will drop compatibility for WordPress v3.1.x, and will instead be compatible only with WordPress v3.2+.

Statistics: Posted by Jason Caldwell — August 31st, 2011, 9:58 pm


]]>
2011-08-31T21:02:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33559#p33559 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]> <img src="https://checkout.google.com/buttons/checkout.gif?w=180&h=46&style=trans&variant=text&loc=en_US" style="width:auto; height:auto; border:0;" alt="Google® Checkout" />


Also will the next release be wordpress 3.1 compatible? Not a deal breaker, just need to know so that I can test other plugins to make sure they are going to work well with a wordpress update.

Thanks!

Marc

Statistics: Posted by sensei — August 31st, 2011, 9:02 pm


]]>
2011-08-31T20:51:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33556#p33556 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]>

Also, in the time being, is it possible to deactivate the link in s2 if we find that someone was given access to it with a declined card. Either through the interface or deactivating it through the sql database?
Can I see the ClickBank Button Shortcode that you used please?

Statistics: Posted by Jason Caldwell — August 31st, 2011, 8:51 pm


]]>
2011-08-31T20:41:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33550#p33550 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]>
Thanks!
Marc

Statistics: Posted by sensei — August 31st, 2011, 8:41 pm


]]>
2011-08-31T20:01:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33540#p33540 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]>
When do you think this release will be released.

It looks like the perfect solution!

Thanks!

Marc

Statistics: Posted by sensei — August 31st, 2011, 8:01 pm


]]>
2011-08-29T23:26:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33321#p33321 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]> Investigation completed.
This has been corrected in the development release, which will become available soon.

Changelog excerpt for coming release.
* (s2Member Pro) **Google® Checkout ( Bug fix )**. s2Member Pro's integration with Google Checkout has been updated in this release to use `display-disposition: PESSIMISTIC` instead of `OPTIMISTIC`. This change prevents possible card declines from slipping through, and thereby granting a Customer access inadvertently. With the former `OPTIMISTIC` behavior, in rare cases when payment authorizaton at Google® Checkout took longer than 20 seconds, s2Member was giving a Customer access to the site, instead of waiting pessimistically for Google® Checkout to complete processing. The updated behavior, now set to `PESSIMISTIC`, prevents this from occurring. For technical details, see [this article](http://code.google.com/apis/checkout/developer/Google_Checkout_Digital_Delivery.html).

Statistics: Posted by Jason Caldwell — August 29th, 2011, 11:26 pm


]]>
2011-08-29T20:08:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33311#p33311 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]>
One way or the other, we'll have a fix for this in the next release, coming soon. From my initial look at this issue, it appears that Google has changed the way they handle the OPTIMISTIC disposition since s2Member Pro was first integrated with Google Checkout. So, it looks like we'll be integrating an option for this, and possibly changing the default for s2Member to PESSIMISTIC in the next release. I'll have further details shortly.

Statistics: Posted by Jason Caldwell — August 29th, 2011, 8:08 pm


]]>
2011-08-27T17:03:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33114#p33114 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]> Statistics: Posted by Jason Caldwell — August 27th, 2011, 5:03 pm


]]>
2011-08-27T00:26:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=33018#p33018 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]>

Statistics: Posted by Cristián Lávaque — August 27th, 2011, 12:26 am


]]>
2011-08-26T10:23:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=32948#p32948 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]>
This was cross referenced through google code. http://code.google.com/apis/checkout/de ... Experience

The question now arises: Can S2 google button post/page be changed to an pessimistic state where a person has to have a valid charged card in order to receive access instructions. Can this be done without deteriorating the experience of the end user?

Thanks!
Marc

Statistics: Posted by sensei — August 26th, 2011, 10:23 am


]]>
2011-08-26T10:05:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=32946#p32946 <![CDATA[Re: Google checkout/s2 sending thank you page to declined cr]]> Statistics: Posted by sensei — August 26th, 2011, 10:05 am


]]>
2011-08-25T15:10:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14692&p=32893#p32893 <![CDATA[Google checkout/s2 sending thank you page to declined credit]]>
We have a google checkout s2 pro post/page setup to sell access to a page which we are live streaming events..

To match up the Thank You e-mails to the google checkout receipts we setup the s2 system to send us a copy of the Thank You e-mails that are sent to the client. What we have found is that the S2 system is still sending links regardless if the credit card is valid or not.

To check on this, I registered with one of my old company credit cards in the google checkout process and google checkout proceded to tell me that the credit card was invalid. Ten seconds later I receive an e-mail (personal account) from the s2 thank you page with a link to the page in which we are live streaming our event! I then look over in our e-mail box gathering the receipts to find my thank you letter there too!

THIS IS NOT GOOD! I went back to google checked all the settings and they are spot on to what is described in the google API integration.

Help!

Thanks

Marc

Statistics: Posted by sensei — August 25th, 2011, 3:10 pm


]]>