Forum Replies Created
-
AuthorPosts
-
October 26, 2015 at 8:59 pm in reply to: eMember – check whether membership is expired or not using PHP (not shortcode) #71721appymanMember
Oh, one further question.
When using
wp_emember_get_user_details_by_id
, is the eMember ID the same as the WordPress User ID?October 26, 2015 at 8:12 pm in reply to: eMember – check whether membership is expired or not using PHP (not shortcode) #71720appymanMemberOh my word. I looked through both those posts before posting this one and I totally missed that!
Thank you.
If this helps anyone else, this code I am using is
$user_active = true;
if (function_exists('wp_emember_get_user_details')) {
$user_active = wp_emember_get_user_details('account_state');
}appymanMemberOnly once I setup the 2Checkout payment section and started testing did I discover this feature was not available and only after digging through help documentation at the bottom of one of these support pages did it say that only PayPal utilises Recurring Payments I think you need to update these support docs as you say you now support recurring payments for
PayPal Standard
PayPal Pro
Stripe
Authorize.net
CCBil
Well 2Checkout do have the option now for recurring payments and im sure going forward more people would want to utilise this feature.
By the way do you have any stats on how many people are using the 2Checkout payment gateway option for eStore?
Have submitted a request for custom development have not had any feedbank on this how long will I need to wait for a reply?
appymanMemberBut if you are going to offer a product then dont offer something that has half the functionality, you need to go all the way and support the features that it has to offer.
If there is not enough demand for 2Checkout then you should not even have it as an option in the first place.
The last thread I saw for help on a 2Checkout issue was a few years back so im not sure when updates to the 2Checkout Functionality was last updated. Is the integration for once off purchases with 2Checkout integration even stable?
appymanMemberHi
Thanks for the feedback but all of the gateways you offer should have these features as a standard, why offer to have something when only half of the functionality works you might aswell do away with 2Checkout option all together.
2Checkout has features that some of the other Gateways do not have and that is why we chose them as a prefered Gateway. Checkout localised currency options, different languages and also choose different payment gateways.
Can we not offer to pay for one of your developers to build this functionality in as it does not look too complicated to integrate?
I hope you confider this valid request.
appymanMemberThanks these links were useful we think it will help solve our problem.
-
AuthorPosts