3287 comments found.
I wonder what “benzitre” wrote – upgrading with difference amount really i never seen in any format of business. Might be his own custom plan but what we have seen is if anyone would like to move to higher plan from his current plan, he certainly need to buy the plan with full amount (not the difference amount). Please don’t change the logic as mandatory for all in future.
Hi! You need to make an upgrade between packages because otherwise it does not serve any user. If someone buys a package and after a week wants to upgrade, you force someone to repay the new package, while they would only have to pay the difference. It does not make sense if there is no upgrade button between packages.
Ok, thank you for your suggestion.
1. Do we have to manually select files for each user to enable them in their panel? 2. If we opt INR (Indian Rupee) as our currency, then will the Rupee symbol will display everywhere for user? 3. Does user will get automatically active log-in permission after online / offline payment or we have the option to check them manually and approve it?
Can we include image in Offline Payment Info? Or any link?
Also can we pre-select files on package type?
In the demo it seems all the pages are open without login. Therefore if we don’t select any plan for a particular page created from admin then will it be open for all user without login?
Hello, i would like to buy the script. Could you please reply me with the questions i am having. It might bother you but still for an interested client i appreciate if you could help me with it.
1. You can assing files to each user or based on membership package.
2. You can use any currency you want as long as payment gateway allows it.
3. For offline payment you can provide any info you want including html
4. You can assign files to membership packages
5. If page protection is not enabled, then user can access those pages just like any other page, there is no restriction.
1. You can assign files to each user or based on membership package. (While adding files, does it allow to choose membership plan?) 3. For offline payment you can provide any info you want including html (If we include html into the text area directly, will it work?) 2. If we opt INR (Indian Rupee) as our currency, then will the Rupee symbol will display everywhere for user? (I just wanted to know whether my selected currency will show in invoice and other area – in case of offline payment)
please can you suggest me last 3 query in short
1. Yes.
2. Yes
3. Yes
Sorry, I dont understand your question about “please can you suggest me last 3 query in short”
2. If we opt INR (Indian Rupee) as our currency, then will the Rupee symbol will display everywhere for user? (I just wanted to know whether my selected currency will show in invoice and other area – in case of offline payment)
I am asking if i select INR as default currency, then will it show in all invoice even for offline payment mode?
And any option for TAX?
There is a tax option based on the country
That means you have the option for tax which can be changed as per country? Anyway let me buy the script and if there is any issues, please help me with it
That’s correct. Taxes are country based. Sure if you have any additional questions feel free to ask.
Hello, I have just installed the script and am working my way through the configurations on a test domain. When setting up a membership (via admin/memberships/new/), I can see the “Membership Period *” option. I have a choice between days/weeks/months/years. So I could enter 1 Month as an option. I am assuming that for recurring monthly payments I would enter 1 month in this box and tick recurring payment? Would this keep renewing every month until the customer cancelled it?
Also do I need to create any subscriptions in stripe or does the script do this automatically?
In brief, I need to create several 1 month recurring billing options and also have stripe charge the card (without the user having to enter the card each time). As such, if there is any additional steps needed in strip to achieve this, please let me know (other than setting up cron)
Thanks in advance Jonathan
Also, how does a user cancel their membership?
Can you also confirm how a customer can have more than 1 membership? e.g. subscribe to two products at once?
Potential bug : On password reset for admin area, I receive an e-mail stating “New Password: [PASSWORD]”. No errors in logs. Do you know why the password reset feature would not be working?
1. Stripe subscriptions are handled automatically via cron job. Just make sure to set it up, so it runs once a day using wGet option on cron/cron.php
2. User can have one membership active at the time
3. [PASSWORD] variable looks like you are using an older email template. Please email me from my profile page for updated one.
Thanks, can you confirm how a user can cancel their subscription?
Paypal subscription be canceled from user paypal account, for any other you can just cancel it from the admin panel by setting user membership to noone
Hi, can you change the currency on this script via the admin? Can’t seem to spot an option in the admin to change from USD to GBP
Yes, you can from the admin panel.
Can you confirm where this is, I am unable to see it in the demo? Thank you
Right where it says Default Currency. Also make sure to update currency for each gateway you use.
Pre-order question… how can i upgrade between two memberships?
You can just buy a new membership, and it will take over the old one. Since user can have one active membership at the time, the new one will always take over the old one
I see .. but why does someone have to pay the first and the second membership instead of upgrading packages? it doesn’t make any sense
You don t have t. User can buy whatever package they want, and later if user needs to upgrade package they can just bey a new one.
Hi. Awesome script! I have a question. Is it possible for custom fields to set up readonly or not instead of active or not? If so where to change code? Thanks.
Forget to add that readonly just for users and not admin.
If you set them to read only, then user will not be able to add enter any info, except from the admin panel. If thats what you want, I can help you with it, just please email me from my profile page.
I want to replace “active” property for custom field with “readonly” property so i can choose which one user can edit and which one can not. But this all just for user side. Admin should be able to edit all fields.
I have replied to your email.
I have installed in /en/member
Setupupscript says directory is enmember (without slashes)
The database value is also enmember after setup. That breaks the installation.
Think this is a bug?
database site_dir field should be en/member not enmember
Yes I underunderstand that. But setup program shows enmember only. It should be en/member
I cant edit that field in setup and change to correct. Try runnning setup with 2 subfolders like https://www.yoursite.com/site1/membershipsystem/
I fixed the setup/templates/configuration.tpl.php so I could enter en/member removed readonly tag and put in en/member
I think I need a .htaccess that allow installation in a subdirectory/subdirectory. Now it can’t find files after login.
Found this answer
You have installed script in double subdirectory, you will need to make few small changes: 1. Edit .htaccess that came with the package and make sure RewriteBase path reads
RewriteBase /projects2021/munabell/
2. Go to phpmyadmin and in settings table finde site_dir fields and make sure it reads
projects2021/munabell
I have checked it and corrected .htaccess. After successfull login I will return to login form again.
Are you saying after being logged in, you are redirected to the login page. If thats the case, then you are actually not being logged in, or something is wrong with your php sessions. Take a look at your php error log.
Hi, I getting warning sign in wojo script ? how do I turn off this warning…
Notice: Constant _WOJO already defined8
i protecting another page that has session declaration too. so its a clash of session id.
how to avoid this warning sign ?
Martin
How to hide the warning of session from wojo side ?
If you are including page that does not have direct browser access, just remove
define("_WOJO", true); and add if (!defined("_WOJO"))
die('Direct access to this location is not allowed.');
Hi Alex,
How to hide this message ? the app works but i get this message despite <?php error_reporting(0);?>
Warning: session_name(): Cannot change session name when session is active2 Notice: session_start(): A session had already been started – ignoring8
Pls advice.
Martin
This is my code…(i am using another 3rd party app that has session clash…
<?php session_name(‘KnowledgebaseBuilder’); error_reporting(0);
ob_start();
/* define(“_WOJO”, true); require_once(“init.php”);
if (!Membership::is_valid([1]) and !Membership::is_valid([6]))
Url::redirect(SITEURL);
*/
define("_WOJO", true);
require_once("init.php");
if (!defined("_WOJO"))
die('Direct access to this location is not allowed.');
if (!Membership::is_valid([1]) and !Membership::is_valid([6]))
Url::redirect(SITEURL);
?>
{KB_LOAD}
<?php include ’/home/tradevsa/public_html/m/kc/app/views/pjLayouts/pjActionLoad.php’; ?>
You should not hide messages, instead fix them. Since you are using another script that has sessions, there is s a conflict. Unfortunately, I can not help you here.
Alex, appreciate your advice. if i need to hide the session clash display, how wud I do that ?
Wud appreciate if you can point me to the right direction so I can move forward.
thank you.
Martin
You can disable errors in your php configuration, but as I have mentioned before, thats not the solution. I can tell what the issue is, since Im not familiar with the 3rd party script you are using, but according to error message, there is a definitely problem with sessions.
How can I create a unique serial number/ID for users, and make it display in the dashboard?
Sorry, I dont see your proof of purchase.
I am working on it for a client, however, I will send his purchase code to you, if need be.
How do i correct this error?
A non well formed numeric value encountered in C:\xampp\htdocs\script\lib\utility.class.php
I did not see this error again after i transfer the script to my host online, how ever the total on this page: .../admin/memberships/history did not sum up, instead of 8000.00, it shows 8.00. Any help with this?
Sorry, I dont see your proof of purchase.
Ηι! I try the Preview, and I do not find how can a user upgrade from one package to another…? Does anyone have to pay for the whole package again? There is no upgrade button ??
There is no upgrade option. User can buy another package, but the old one will be fully replaced.
How will i bring my membership price (at RHS) to the bottom like the one on LHS. Check out the image: https://prnt.sc/rpjJCTk4kzS9
That would depend on your html skills.you will need to edit /view/front/dashboard.tpl.php page
Done. (I thought I’m mising out some few clicks). Thanks.
No problem
There’s no option to add more than one custom field type…
Only one type of custom field is available (textbox)
You can also set a lifetime membership ?
Sorry, there is no option for a lifetime membership. The most you can do is 5 years.
Can customers buy more than one or just 1 membership
Only one membership can be active at the time.
Can you make it so that you can have more than 1 I would also pay if I had to
Yes, it is possible, and it will require some custom work. Please email me from my profile with your request.
How long would it take if I write an email for a reply
plans to add Brazillian gateway? like Mercadopago, Pagseguro
Hi Gewa,
I created a custom field and set to NOT DISPLAY but in the user profile, I can still see the Custom Field Display. Let me know what I need to do ?
Martinwo
If you are referring to not published option, you might just delete the field since it does not serve any other purpose.
I need an extra field custom but used by admin only and used cannot alter it. What’s yr suggestion ?
Else i need some customization services from you ?
Custom fields used by admin are not possible. As for the customization, please email me from my profile page.
Hello, i need help for installation, i have install and follow all, but the problem is i already delete setup folder, but still its not redirrect to login page, it redirrect to setup and show page not found
I really need your help:
1. After delete setup directory when go to main url still redirrect to setup/setup.php 2. Cant use dark mode in admin panel 3. After put credentials login in admin panel and click enter, not directly to admin pane, it will show load forever, need to refresh pnly then will go to admin dashboard
Looks like install was not completed. Can you please email me from my profile page with your hosting panel access, and url where script is installed?
Done, please check your mail and help me to fix it, thanks
Reply sent
Hey, I have a couple of questions about your script.
1. I want to develop a website using this on my localhost first before transferring to the final web server. I might even need to upload it to a temporary hosting before the final hosting. Is doing this OK? Or does it cause problems with any licensing it may have?
2. Is everything fully modifyable? i.e. is the php code encrypted or obsfucated in any way?
3. Can you easily create CMS pages that are only accessible once the customer has logged in to his account?
4. Does it feature an emailer so you could sent an email to all the subscribers?
Thanks for your time!
1. Yes, you can do it locally, then transfer it to your live server.
2. Everything is fully open. Nothing is encrypted or obfuscated.
3.You can create pages based on membership access from the admin panel. In order for user to view those pages, user must be logged in and have valid membership.
4. Yes it does have built in mass mailer, but I would recommend using 3rd party mass mail if you are on shared hosting, since most of the hosting companies will limit the number of mails sent per day