Bizzy
Forum Replies Created
-
Thanks mate! Much appreciated!
Kind regards,
Forum: Plugins
In reply to: [Simple Membership] Confused About Monthly Recurring Payments.Thank you mbrsolution.
Thanks mate! Much appreciate it!
Forum: Plugins
In reply to: [Simple Membership] Confused About Monthly Recurring Payments.Thank you, mbrsolution, for your reply. I’ve tried to understand each answer to Sam, but still confuses me, as Sam’s request seems quite similar to my situation. If I understand correctly, the 30 day period mentioned in the SWPM is it a standard system design set up according to all banks’ month end business practices? Correct me please! Thanks.
Forum: Plugins
In reply to: [Simple Membership] SCA Compliant Stripe Subscription Button Not WorkingThank you very much for your help, mbrsolution. I truly appreciate it.
Kind regards,
- This reply was modified 3 months ago by Bizzy.
Forum: Plugins
In reply to: [Simple Membership] SWPM Dashboard shortcode.Thank you mbrsolution! I was just asking! I guess I gotta figure it somehow!
Kind regards,
- This reply was modified 3 months ago by Bizzy.
Forum: Plugins
In reply to: [Simple Membership] SCA Compliant Stripe Subscription Button Not WorkingForum: Plugins
In reply to: [Simple Membership] Registration Error After Filling the Form.Thank you mbrsolution!
Forum: Plugins
In reply to: [Simple Membership] Confused About Monthly Recurring Payments.Hello, can I please have an answer from the above post before I go live online?
Thank you.
Forum: Plugins
In reply to: [Simple Membership] SCA Compliant Stripe Subscription Button Not WorkingThanks mbrsolution, much appreciated!
Forum: Plugins
In reply to: [Simple Membership] SCA Compliant Stripe Subscription Button Not WorkingForum: Plugins
In reply to: [Simple Membership] SCA Compliant Stripe Subscription Button Not WorkingHello mbrsolution,
Thank you so much for the clarification.
“Once you have the above in place then use the customizer under appearance and add the following custom style.“
I had trouble understanding your instructions, but after reading that line a multiple times, it finally clicked.lol So I appreciate your help and was able to adjust the button color as desired.
However, from installing the code, there’s a dark border around the button that I need to remove. Just a plain, borderless appearance button please!
Thanks again!
Forum: Plugins
In reply to: [Simple Membership] Confused About Monthly Recurring Payments.Hello wp.insider,
Thank you so much for your response. It actually open my eyes to some new learnings.
I reviewed the information and have questions regarding the membership duration according to the information below.
“Suppose you create a subscription payment button that charges every 30 days. In the membership level configuration, set the subscription duration to 31 days. The extra day acts as a buffer, allowing the payment gateway to process the recurring charge and notify the plugin before the account is deactivated. This setup creates a 31-day cycle, ensuring that the member retains access for 31 days after each recurring charge. If the subscription is canceled, the account will remain active until the end of the current cycle.“
Currently, my membership plan charges on a monthly basis. However, since the number of days in some month varies (e.g., 28, 30, and 31 days). My concern is whether this create inconsistencies? Just asking!
I changed the duration from “Expire after 1 Months” to “Expire after 31 Days” according to the above information because I want my members’ subscription to continue towards the expiry date if they cancel it immediately.
Could you please clarify how the “31 Days” duration (including an extra day acts as a buffer) suggested in the above information aligns with months that have 28, 30 and 31 days?
Please let me know.
Thank you.
Best regards,
Forum: Plugins
In reply to: [Simple Membership] SCA Compliant Stripe Subscription Button Not WorkingThanks mbrsolution, this short code you provided earlier actually works:
[swpm_payment_button id=”38813″ button_text=”Choose Plan” class=”my-stripe-button”]
But when adding a little something like this according to the docs: {background-color: #eee;}
And then incorporated with the rest:
[swpm_payment_button id=38813 button_text=”Choose Plan” class=.my-stripe-button {background-color: #eee;}]
There have been no colour changes so far. However, when experimenting with small adjustments, it does glitches few times.
Forum: Plugins
In reply to: [Simple Membership] SCA Compliant Stripe Subscription Button Not WorkingBeen trying to figure this out by adding the new into the code:
[swpm_payment_button id=38813 button_text=”Choose Plan” class=”my-stripe-button” class=”background-color: blue”]
But no changes! Can I get a correction here please? Thanks.