Loading...
Answers
MenuWhich WordPress membership plugins would be ideal for allowing one client to manage multiple sub-member accounts for their employees?
Example: business is a member's club in meatspace. The chamber allows 5 employees for each paid member. That member should hopefully be able to add/remove employees from the account which in turn would add/remove employees from an integrated mailing list as well.
Answers
Check with Paid Memberships Pro support + see if their code supports this.
You may have to write a light weight custom WordPress plugin to automatically create custom roles for your clients + sub members.
You'd do this by "hooking" the PMP create event... actually the event which passes the MemberOrder object.
https://www.paidmembershipspro.com/hook/pmpro_after_order_settings is the likely hook.
You'd have two membership levels. One for clients + one for sub-members.
When pmpro_after_order_settings fires for new sub-member subscription, then code would associate subscribing sub-member to client.
Likely best you hire someone familiar with setting up + hosting complex WordPress Membership sites.
Your site design must reflect both the functionality you require + be coded in such a way as to require very little run time resources.
I've had to redesign many client's sites, when I take them on as a private hosting client, because the developers who wrote their code had no clue about writing code to run fast, in situations where there are many simultaneously logged in users... or complex data must be searched...
Best to start with a stellar code designer.
There are many membership plugins that can be used, it depends on the type of business you are running. I would suggest using WordPress Membership Pro plugin because it allows you to offer unlimited plans and provides you with analytics for your clients.
I hope this helps, for any further help please send me more information before scheduling a call - so I can give you maximum value for your money. Take a look at the great reviews I’ve received: https://clarity.fm/ripul.chhabra
Related Questions
-
I need to have an advanced membership website developed - do you have recommendations on choosing between WordPress and Ruby on Rails?
You are comparing apples to oranges. WordPress is a platform, Ruby is a web framework. If you are looking to develop a completely custom platform, you could certainly do it in Rails, but you could also write it in PHP (like WordPress). I'd do some digging and see what is out there for pre-made software first before you build something from scratch. I'd imagine there are already plugins that would do this sort of thing for Expression Engine, Joomla or WordPress. No need to re-invent the wheel!PR
-
I want to build a expert marketplace directory listing website, which wordpress theme I should use?
Checkout is a high-quality WordPress theme by Array built for marketplaces of any kind. https://arraythemes.com/themes/checkout-wordpress-theme/ Let me know if you have any questions about implementation, and I'd be happy to setup a call.LL
-
How can I create a searchable large (3 million record) searchable database in WordPress?
Well first off I wouldn't recommend trying to power your client's database with the standard WordPress database instance. They can use WordPress for the website all they like. But with millions of records like that, you really don't want to move those data in with WordPress. For that matter, you're probably gonna want a dedicated database server to answer those questions, if the client doesn't already have one. You might also need to investigate something like Elastic Search, depending on what your search requirements are and what sort of database they are using (pay close attention to whether or not it provides full text search ability). Beyond that, and somewhat obviously, you're also gonna want SSL on the website and to make sure you're up to date on federal and state privacy requirements for data like this, as well as best practices for securely transferring data over the web (port configuration, ssh keys, etc). The privacy concerns would raise a flag for me. If those data have anything personally identifiable in them - which they very probably do - then you're really gonna want to make sure you do your research on security of personally identifiable information. Government specific privacy /security /auditability requirements may also apply, so double check that too.EV
-
I would love to hire a proven expert (2-4 hours) at the start/middle/end of my projects—paid mentoring essentially. Anybody doing this already?
We do have those people on Clarity. Jason comes to mind https://clarity.fm/asmartbear That being said, anyone on this list (who have software background) would be great https://clarity.fm/search/entrepreneurshipDM
-
Is it possible in woocommerce to display Shipping methods first on the checkout page?
Yes. https://docs.woothemes.com/document/configuring-woocommerce-settings/SN
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.