3288 comments found.
1: I just got a bank FINE plus reversal charge via STRIPE for someone using a stolen card – they said I should have used SCA authentication. Its been 6 months since people have been asking for this. Who is going to pay this fine?
2: There is still no way to easily see who has continued their subscription in a filtered list. How many subscribers out of a large list are still active and renewed.
3: Also do clients get a renewal email? Saying its about to renew and offer a chance to cancel?
SCA is not bullet proof. Stolen cards will still pass through, depending on amount used.
2. I’ll see if I can implement it in next update
3. Yes, if you setup cron job, as per install manual. Notification renewal emails will be sent. As for canceling membership, it needs to be done manually for stripe
Hopefully the last question.
I create an account, I get the success message saying that my account was created and it is redirecting me to the login page but it never redirects.
Love your script!
Did you modify script in any way?
Yes, I added these into the front.class.php to add 2 new pages.
/*
* FrontController::Properties()
*
* @return
*/
public function Properties()
{
if (!App::Auth()->is_User()) {
Url::redirect(URL::url('/dashboard'));
exit;
}
$tpl = App::View(BASEPATH . 'view/');
$tpl->dir = "front/";
//$tpl->data = Stats::userProperties(App::Auth()->uid, 'expire');
$tpl->template = 'front/properties.tpl.php';
$tpl->title = Lang::$word->META_T31;
}
/*
* FrontController::OpenHouses()
*
* @return
*/
public function OpenHouses()
{
if (!App::Auth()->is_User()) {
Url::redirect(URL::url('/dashboard'));
exit;
}
$tpl = App::View(BASEPATH . 'view/');
$tpl->dir = "front/";
//$tpl->data = Stats::userProperties(App::Auth()->uid, 'expire');
$tpl->template = 'front/open-houses.tpl.php';
$tpl->title = Lang::$word->META_T31;
}
It is odd because the login works and redirects fine, when I reverted the front.class and index.php it still doesnt work for register but does for login. Any ideas of where I can look for this conflict?
For register, have a look at debug console. Enable it in /lib/config.ini.php and set DEBUG to true. Try one more registration, refresh page and look for any errors or warnings
Thanks. I bought another copy of it since my support was up. Here are the results on submit, I don’t see anything off.
Params Array ( [segment] => Array ( [0] => register ) )
[route] => /register
[template] => front/register.tpl.php
SQL 1. select | total: 1 SELECT * FROM `settings` WHERE id = 1 ;
2. select | total: 1 SELECT * FROM `custom_fields` ORDER BY sorting;
Array ( [2. select | total: 1 ] => SELECT * FROM `custom_fields` ORDER BY sorting; )
Page: https://fsbo-marketing.com/u/register/The problem is you are adding multiple jQuery instances, and 3 instances of jQuery ui. Clean your javascript code, or restore original script
Thank you for the reply, I have removed the duplicates and still have the issue. Any other ideas?
Fresh install FYI https://fsbo-marketing.com/dashboard/register/
Sorry, I see that it is working fine on the default install, I will work on figuring it out.
Found the issue, it was missing the ‘complete’ function in my master.js, than you for your time
No worries.
Delete, sorry had something wrong and fixed it
How do I set the page the user is redirected to on Login? Sorry I looked all over but can not find it.
edit view/front/index.tpl.php and on line 15 change
SITEURL . '/dashboard/'to whatever url you want.
Perfect, thank you!
You’re welcome.
Hello, I updated the file and now when I register a new account it shows the success message but doesn’t redirect. Can you please tell me where to look to fix that.
Depending on admin configuration settings, redirect is only possible if auto login is set to Yes, all the other options will just display message. Also make sure that Membership on signup is valid or disable it from admin configuration page
I found this issue was in my master.js, thank you for your patience and instructions
No problem
By the way, I have WOJO membership subscribe package. I am trying to submit my custom form data such as.
In all my cases, I don’t know how can I handle my post and get data in order to my requirements.
I hope it an understandable message. so kindly please help me to solve this.
Thank you.
See my reply below.
By the way, I have WOJO membership subscribe package. I am trying to submit my custom form data such as.
In all my cases, I don’t know how can I handle my post and get data in order to my requirements.
I hope it an understandable message. so kindly please help me to solve this.
Thank you.
Sorry, not sure I understand your question. What exactly are you trying to do?
Sorry for previous message.
I want to send my custom action POST GET.
view / front / dash / result-location.php 1. This is my form
<form class=”form-inline” action=’<?php echo SITEURL ?>/dashboard/results-location’ method=’post’> <label class=”sr-only”>Enter Location</label> <input type=”text” readonly class=”form-control-plaintext” value=” for ex. newyork”> <label class=”sr-only”>Location</label> <input type=”text” class=”form-control search_call” id=’location_search’> <select name=’location_search’ class=’search_options location_search_options’ > <option value=’0’>India</option> </select> <button type=”submit” data-action=”location_search” class=”btn btn-primary mb-2 submit” data-id=’location_search_btn’>Search</button> )root index.php (router file) 2. this is my route at index.php
$router->match(‘GET|POST’, ’/dashboard/results-location’, FrontController@Results_location’);
lib / front.class.php 3. this is my front.class.php function
public function Results_location($data = null){ if (!App::Auth()->is_User()) { Url::redirect(URL::url(’/login’)); exit; } $core = App::Core(); $tpl = App::View(BASEPATH . ‘view/’); $tpl->dir = “front/”; $tpl->data = $_POST; echo’post’; print_r($_POST); echo’data’; print_r($data); $tpl->template = ‘front/dash/results-location.php’; $tpl->title = ‘Location Search’; } ) In all my case, I don’t know how can I handle post and get data in order to my requirements in front.class.php file, because my router URL ( $router->match(‘GET|POST’, ’/dashboard/results-location’, FrontController@Results_location’); ) throw the response there, but still, I couldn’t fetch the value.
Thank you.
Sorry, I don’t see your proof of purchase.
Hi, good job on the script. Please is it possible to get the script with these 3 features: Paystack Payment gateway Customize the signup/registration form so I can add other fields Assign ID to registered users based on locaton, city and other form fields in their profile
Thanks, I will look into,it, and let you know about payment gateway, as for additional features, those are specific to you one’ll, and will not be added.
There is a bug with stripe gateway. Any idea when this will be solved?
Sorry, what bug are you referring to?
Nevermind. Stripe form wasn’t loading due to lack of ssl certificate. It’s solves now.,
All right then
Hi I purchased this script back in sept.
Need it to be in french. Do you have language files?
Sorry, i don’t have French language, but I’m pretty sure someone here will be able to help you
Hi, Some banks are now enforcing SCA authentication – can the stripe integration be updated to support SCA? As it stands, many payments are going to fail. I have another store where I’m already seeing transactions being SCA authenticated. Thanks!
It will be implemented before March 2020.
As I said, I’ve seen some transactions going through my Woocommerce store being SCA authenticated by the card issuer. So it’s definitely happening already.
I’m very glad it’s coming, but I’d really recommend moving this to priority no1, otherwise people are going to have failed transactions…
Thanks.
it Should not affect stripe until March, even if some banks are doing it.
I’ve had six transactions that were SCA authenticated, all were through stripe. If the bank enforces it, stripe has to do it, or the transaction fails.
I’ve spoke with stripe tech yesterday, and that’s what I’ve been told. It will be implemented way before March, but March is the deadline.
Fair enough, I guess if that’s what they’re telling you then that’s what you’ve got to go on (the tech is wrong though – I think he’s talking about when it will be mandatory for Stripe transactions, but banks can choose to do it right now if they want – and some are).
Looking forward to it when it comes!
Sure, I’ll do my best to implement it as soon as possible.
Fatal error: Call to undefined method Date::doDate() in /home/org77/public_html/membership_2/lib/stats.class.php on line 796
still not fix
I have replied to you few days ago.please check your email.
Hi. Why not consider adding blog articles and/or forums to this? What exactly are users subscribing for? Just some downloads?
I also cannot find the very essential social logins in your demo. Overall, looks like a good script though
That would defeat the purpose of it. Besides downloads, user can subscribe to anything that is subscription based.
How about the social logins? Also defeats the purpose? 
What social logins have to do with anything?
it was part of my initial inquiry 
The admin demo works now and it’s pretty decent. I realized there’s another script you offer with forum and blog plugins. Could I expect a miracle that I could somehow buy this membership script PLUS those plugins and make them work together? thanks
No you cant, you will need cms pro with premium modules, MMP does not work with cms pro plugins.
There must be a way. We have to be optimistic.
By the way, in your admin panel I couldn’t find where to add/edit subscriptions. I couldn’t find where to edit the payment gateways. Is this how it’s supposed to be?
Also, I noticed a user tagged as “editor”. What does that mean? what permission is that? edit what? thx
There is no other way, and why not use cms pro, it has all the features of MMP, plus bunch more. You can edit gateways from top right corner dropdown menu. Editor is user type, that can have assignable permissions, like access only to manage users.
There must be a way. I dont want CMS Pro, it has too many features that I don’t need and more importantly does not have what I want.
I prefer the simple interface of Membership Manager Pro but I still cannot find where to add/edit subscription types (Platinum, Gold, etc) and their prices. I also cannot find where to send an email to all or selected subscribers 
I don’t know what to tell, you unless those modules are developed specifically for MMP, there is no other way.
Why not read my whole comment and answer completely?
1. Where do I add/edit subscription types (Platinum, Gold, etc) and their prices?
2. Where do I send newsletter to all (or selected) subscribed email address?
3. What’s the “editor” user permission for? what does he edit?
Hello Sir, How Are You? Hope Your Fine
Sir We Need Some development in your script
1 : Login with cookie ( Remember Me Option ) 2 : Paddle As Payment Gateway ( Optional )
Kindly Tell Me Your Price And Time to be done
Regards Zeeshu
Please email me from my profile page with your request.
Bug 1 When I login in to admin panel displays error massage like below Fatal error: Call to undefined method Date::dodate() in /home/org77/public_html/membership_2/lib/stats.class.php on line 796
https://www.slaasc.org/membership_2/admin/ user name : admin password: pass1234 Bug 2 When sign up new user account not send email verification for userCould you please email me from my profile page with your FTP and admin login access, and please don’t post your admin credentials here. Change them right away
what is your Email Address
Go to my profile page please. https://codecanyon.net/user/gewa13
Bug 1 When I login in to admin panel displays error massage like below Fatal error: Call to undefined method Date::dodate() in /home/org77/public_html/membership_2/lib/stats.class.php on line 796
https://www.slaasc.org/membership_2/admin/ user name : admin password: pass1234 Bug 2 When sign up new user account not send email verification for userHi, is there anyway to send newsletter by country. thank you
Sorry, not possible, but could be impmenethed
Hi, is it possible to get the logged in users unique id from my pages, I have a need to read and write files specific to the user, so I would like to use their Id in naming them
Thanks
Mike
Yes, you can capture user unique id on any page within MMP directory.
I have a problem where after logging in, clicking on any link logs out the user. So we are basically even on page refresh session is lost and have to re-login. could you please advise.
Most likely your temp session folder is not writable. Have your hosting look into it, and also check your php error logs if you have access to to.
Hi,
I wanted to move the postcode and country fields separate as there isn’t enough space for the postcode field on a mobile device.
Is there any chance you could point me to the correct bit of css to achieve this?
I seem to be running into sizing issues either too wide or not high enough.
Also where can I change the default country field to United Kingdom?
Thanks, Ryan
In fact, even better – could change it to a text field…
How easy would that be to link into the db? Or should I just stick with adjusting the css?
Css is your best option. You can change default country from country management in admin panel. To modify form fields, look into form.css located in view/front/css/ or for admin panel /view/admin/css/
I changed dropdown.css – wojo.selection.dropdown – min-width:14em to width: 100%
Seems to have fixed it! Thanks
no problem