i have two user type "Retailer" and "Private" but i want to open different registration form for both user type and also different payment method so how i do it means which component i use for that or any plugin
User type according different registration form with differnrt payment in joomla
151 views Asked by Pritesh Mahajan At
1
There are 1 answers
Related Questions in JOOMLA2.5
- how to resolve 500 internal server error for my php application?
- Issue with update joomla from 2.5.17 to 3.5.1
- Is there a way to keep an audio player playing consistently whenever i switch pages on a joomla website?
- Cannot read property "from" of undefined
- PHP Notice: Only variables should be assigned by reference
- JQuery Chosen autocomplete issue
- Work on new joomla template in way that only I can see changes?
- How to redirect the page once the site is down in joomla
- Joomla Database values fetch in custom module
- How to create a custom template for k2 category and assign this template into Joomla backed?
- Joomla 2.5 - Rollback on model method save()
- Will my Joomla! 3.x extensions work with Joomla! 2.5?
- Joomla 2.5 adds duplicated meta tag canonical from other view into current view when cache is on
- Akeeba backup restore
- How to retrieve id of newly added row in custom code event in joomla?
Related Questions in MEMBERSHIP
- Wishlist membership 3.9 Wordpress plugin hook when new member takes subscription
- Interactive members map
- JQ query to filter entries using a membership condition over an external array passed into parameter (with --arg)
- How to set up a membership program in Google sites using Google app script
- Razorpay Subscription
- Check if variable of type Enum is in a set of Enums
- Regarding membership issue in vscode
- Data structure for storing classification of billions of 64-bit integers
- JPA: A row of a EnumSet with a @AtrributeConverter and jpa-ql query, that does not work anymore
- Digital Wallets on Events & Memberships Rationale
- Extract strings from dataframe object column with .split() and .strip()
- wordpress plugins multiple user types registration with multple subscriptions for each type of user
- Django Membership model registration
- SCCM uninstall rule is in conflict with install rule
- ACF field doesn't show on my WooCommerce membership fields
Related Questions in USERTYPE
- UserType class missing from Cassandra 4.x driver
- How can I pass a custom parameter from a hibernate entity to a service that defines a custom UserType which is in another project?
- Displaying views in laravel based on userype
- Cannot return a user table type form a function
- Change the default Buddypress user landing page differently depending on the type of user
- How do I show/navigate a dashboard based on which the collection that the user exists?
- django.contrib.auth.login does not log the user in
- Django Superuser cant change user permission - change user type to staff
- laravel - Dynamic route group prefix as role
- Different user types table laravel
- Using @Autowired Spring service in Hibernate UserType instance
- better way of limiting what modules/tabs the user (based on its type) can view
- Differentiate between user type and primitives
- Hibernate UserType: invalid LocalDate stored in database
- HibernateException: Could not determine a type for class exception with spring-data-jpa native query for postgresql
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Virtuemart has the ability to have different user types with different pricing options.
If you wanted different user types to also have different payment types, then you would need to add some custom code to the payment portion of the checkout to only display the types available to the current user's group.