flemmingdesign
Forum Replies Created
-
Wow! That’s awesome! I did have to slightly modify the add_action, probably because I’m also using Paid Memberships Pro, but that code works fantastic. Thanks!
Ah, ok, that makes sense. Even though UM creates different URLs for each tab off of the parent URL it preloads the content for each via javascript on the main page (I think), and it doesn’t refresh the page when it loads each one. Not entirely sure, but that would make sense why PMP is treating it like it’s the same page.
I ended up creating my own My Account page template with a side nav menu and just linked to the individual PMP pages, which will work just fine.
Thanks!
Well, I did a test on a staging site and that method didn’t work. I figured as much, but once a subscription is canceled, even if you set it to switch membership levels, it doesn’t kickstart a new subscription through Stripe. The user would have to manually select the “renew” option.
For anyone wondering how we’re getting around this, we settled on charging for a full year (at a discount) as the initial payment, then set the normal billing amount per month under the Recurring Subscription options, but also set a trial amount of $0 for the first 11 subscription payments.
That way they pay for the first year up front, then they get charged the normal monthly price starting the next year. Not the cleanest solution, but it should work for our purposes.
Ok, could I feasibly do that, then implement the custom code located here: https://gist.github.com/andrewlimaza/0adf39db98cf51603f2b7415c31e99e5
to have it auto switch from that trial membership to the full price membership when the year expires? If so, would it start charging the full price membership the following month?
If that works, that may be exactly what we need.
- This reply was modified 2 years, 7 months ago by flemmingdesign.
Here’s a link to the form export: https://drive.google.com/file/d/1x4SQQ2_zs-MjSGVNeEAoffGZGRrR5KRl/view?usp=sharing
Again, we experienced this on multiple sites with multiple forms. Is that github code only meant to work with the PRO version of Forminator? We only have the free version installed.
Sure, here’s a screenshot on desktop: https://makeyourmealsepic.com/staging/2169/wp-content/uploads/2022/06/desktop.jpg
And here’s the screenshot of the same email on mobile:
https://makeyourmealsepic.com/staging/2169/wp-content/uploads/2022/06/mobile.pngOh awesome! It works, thanks!
So I take it this is a paid feature through the Premium version and isn’t available in the free version?