Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact
You are here: Home

tester

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • May 14, 2021 at 7:36 am in reply to: SCA Compliant Stripe Buy Now Button creates error page in test mode #22593
    tester
    Participant

    Hi,

    Yes I use WP Fastest Cache on the website. On the server, no caching. After emptying the WP Fastest Cache and removing it from the website, still the same issue. Can you already tell me what content following url should be displaying, as it is a 100% SWMP URL : https://www.website.com/?swpm_process_stripe_sca_buy_now=1&ref_id=swpm_8ff6ca4c1e542530f60a84c5f9846a60|22264 ?

    May 11, 2021 at 11:42 am in reply to: SCA Compliant Stripe Buy Now Button creates error page in test mode #22578
    tester
    Participant

    Not at all, as the return url has already been defined in the creation form of a SCA Compliant Stripe Buy Now Button. Try yourself to test a SCA Compliant Stripe Buy Now Button in test mode. You will see it returns a blank page with https://www.website.com/?swpm_process_stripe_sca_buy_now=1&ref_id=swpm_8ff6ca4c1e542530f60a84c5f9846a60|22264 a url.

    May 11, 2021 at 11:40 am in reply to: SCA Compliant Stripe Buy Now Button to be use without subscription pack #22577
    tester
    Participant

    That is a pitty. This should be a very interesting function to have within the plugin : only allowing registered members to buy some goods or services. That is also part of any Membership website.

    May 11, 2021 at 11:38 am in reply to: swpm_registration_complete_email_body create content for each membership level #22576
    tester
    Participant

    I am not asking for custom coding, I am a coder myself. I am asking you to tell me how I can retrieve the variable “memberlevel” a someone who just filled in the registration form so I can use it within the filter swpm_registration_complete_email_body.

    May 6, 2021 at 1:35 pm in reply to: swpm_registration_complete_email_body create content for each membership level #22537
    tester
    Participant

    Nothing helpfull, as I can’t know who is the new subscriber if he doesn’t log in. Which is my case, as people who submitted the Registration Form are redirect to a confirmation page (without automatic log in). Then they receive the email from your plugin containing their credentials and the login link. I found all Email Merge tags on https://simple-membership-plugin.com/email-merge-tags-email-shortcodes-for-email-customization/ but I need to customize the email message for each different {membership_level}.

    To achieve this, I can only figure out two possibilities

    1. using the swpm_registration_complete_email_body BUT how can I get the ID of the member who just filled in the registration form knowing he is NOT LOGGED IN (all your hooks to get member info works of cours for logged in members). How can I get the member ID of the member to which the SWPM email will be send? Taking into account that SWPM already get that info to be able to send the “subscription complete” email.
    2. using if conditions in the SWPM admin panel Settings > Email settings > “subscription complete” email, BUT how to achieve this? Does it accept IF conditions? Like if({membership_level}=="Level1"){echo "emailtext for level 1 members";}else if({membership_level}=="Level2"){echo "emailtext for level 2 members";}. Which code can be used within your plugin administration panel to achieve this?
    May 6, 2021 at 1:08 pm in reply to: SCA Compliant Stripe Buy Now Button to be use without subscription pack #22536
    tester
    Participant

    No, this is not what I am trying to achieve. I have members who subscribed with a Subscription Button.
    Now, I would like to offer them the possibility to pay one time to be able to publish a post. But I don’t want to create a new subscription plan for it. Only subcribers (who have recurrent paiements set) have the option to buy separetely extra items. I thought that the Stripe Buy Now Button could be used for non-recurring paiements without creating any extra membre account. How can I sell items to existing members without creating again an account for them?

    May 6, 2021 at 1:00 pm in reply to: SCA Compliant Stripe Buy Now Button creates error page in test mode #22534
    tester
    Participant

    Absolutely. I even recreate a new one to be sure. Issue stays the same. The only difference I can figure out is that for SCA Compliant Stripe Subscription buttons you can add the Stripe Test button reference, which is not possible with the Stripe Buy Now Button. But maybe this has nothing to do with this issue.

    December 15, 2020 at 8:30 am in reply to: Do I need to create Stripe SCA Subscription buttons to replace the old buttons? #21727
    tester
    Participant

    The old Stripe API Ids already starts with “plan_…”. Do I really need to create new ones?

    December 14, 2020 at 4:21 pm in reply to: Do I need to create Stripe SCA Subscription buttons to replace the old buttons? #21725
    tester
    Participant

    Hi,

    Well as you probably know, to create a stripe subscription button, one of the required fields is the Stripe API ID (ID of the plan that you want subscribers to be assigned to. You can get more details about it on following page https://simple-membership-plugin.com/sca-compliant-stripe-subscription-button/).

    1) To get a Stripe API ID you need to create a product in Stripe.
    2) The Stripe API ID is generated by Stripe (when you create a product in Stripe) and has to be copied into the Simple Membership plugin field “Stripe API ID”.

    As I already created in the past all my products in Stripe and used the generated Stripe API IDs to create my SM buttons
    As you told me recently that I need to recreate all my old Simple Membership Stripe Subscriptions buttons by using the new “Stripe SCA Subscription” buttons from Simple Membership plugin
    I want to know if I need to generate new Stripe API IDs by re-creating the same products in Stripe. So the question is : when I recreate the new SM buttons with “Stripe SCA Subscription”, can I use the Stripe API IDs I used with my old Simple Membership Stripe Subscriptions buttons, or do I also need to create new Stripe API IDs (that starts with plan_…)?

    December 11, 2020 at 7:52 pm in reply to: Do I need to create Stripe SCA Subscription buttons to replace the old buttons? #21705
    tester
    Participant

    Dear,

    And do I also need to recreate new products in Stripe or can I still use the existing products with the existing Stripe API IDs?

    February 7, 2020 at 9:34 am in reply to: Action hook swpm_payment_ipn_processed doesn't work for recurring paiements #19752
    tester
    Participant

    Well it doesn’t seem to work. I created in stripe in test mode a payment, but no action was triggered.
    This is my code in functions.php in WordPress

    add_action('swpm_payment_ipn_processed', 'after_received_payment');
    function after_received_payment($ipn_data)
    {
    		$webmaster = "myemail@yahoo.com";
    		$subject = "Paiement received test function";
    		$msg     = "Hello" . "\r\n";
    		$msg     .= "test functions.php Simple membership". "\r\n\r\n";
    		$msg     .= "Payer email :".$ipn_data['payer_email']."\r\n\r\n";
    		$msg     .= "Custom data : ".$ipn_data['custom']."\r\n\r\n";
    		$msg     .= "Gateway : ". $ipn_data['gateway']."\r\n\r\n";
    		$msg     .= "Status : ".$ipn_data['status']."\r\n\r\n";
    		$msg     .= "MC gross : ". $ipn_data['mc_gross']."\r\n\r\n";
    		wp_mail($webmaster, $subject, $msg );

    }

    Any suggestion how to make it work?

    February 6, 2020 at 11:00 am in reply to: Action hook swpm_payment_ipn_processed doesn't work for recurring paiements #19746
    tester
    Participant

    Great, thanks for the answer. Does the hook also work with test payments (sandbox mode)?

    February 5, 2020 at 2:45 pm in reply to: Action hook swpm_payment_ipn_processed doesn't work for recurring paiements #19739
    tester
    Participant

    Thanks for your answer.
    Can you also tell me what the returned array contains as data? Can you give me an example of a returned array? Need to know what it contains and how it is fully returned to be able to use the returned data.

  • Author
    Posts
Viewing 13 posts - 1 through 13 (of 13 total)
Next Page »

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy