VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Phoenix616 on October 08, 2019, 14:42:38 PM

Title: Use standard Joomla registration form
Post by: Phoenix616 on October 08, 2019, 14:42:38 PM
Currently it looks like VirtueMart (VirtueMart 3.6.0 10113 on Joomla 3.9.11) is replacing/extending the standard Joomla registration form with it's own fields and style. I would like to use the standard Joomla registration form on a site in order to provide normal user functionality like commenting for which a user does not need to provide their full name and address or agree to the shop TOS.

The only workaround that I have found is to disable all the fields that aren't required for registration in the "Shopper Field" settings via the "Show in account maintenance" column but that also has the downside of removing them from the account  management page and the address specification in the shopping cart. Also this would make the login form to still display the shop's TOS and not the one defined by joomla itself.

While searching for a solution I've also found this manual page (https://docs.virtuemart.net/manual/general-concepts/231-redirect-of-joomla-registration-to-virtuemart-registration-1.html) regarding disabling of the registration redirect but this seems to not be a thing anymroe in VM 3.6? At least the VirtueMart System Plugin doesn't show up anymore and I can't find any mentions of this redirect anywhere either.


EDIT: So I managed to find out how to change this by manually grepping through all plugin files for the term "registration": The setting is now in the VM Framework Loader during Plugin Updates plugin settings in the tab (with the broken COM_PLUGINS_RESTRICTIONS_FIELDSET_LABEL translation key, should be COM_PLUGINS_REDIRECTION_FIELDSET_LABEL (https://dev.virtuemart.net/projects/virtuemart/repository/entry/trunk/virtuemart/plugins/system/vmLoaderPluginUpdate/language/en-GB/en-GB.plg_system_vmloaderpluginupdate.ini#L5))
Title: Re: Use standard Joomla registration form
Post by: GJC Web Design on October 08, 2019, 15:10:40 PM
the plugin your looking for is the "VM Framework Loader during Plugin Updates" system plugin .. yes - I know...
the 2nd tab which never translates on my installs (COM_PLUGINS_RESTRICTIONS_FIELDSET_LABEL) is the setting your looking for.. then the standard Joomla reg form can also be used
Title: Re: Use standard Joomla registration form
Post by: Phoenix616 on October 08, 2019, 15:15:03 PM
Uh, thanks for your reply! I must've found that out by myself at the exact same time as you answered it. Thanks nonetheless, glad to see such a fast response time!