News:

Looking for documentation? Take a look on our wiki

Main Menu

Using default Joomla user registration page. [SOLVED]

Started by EvanGR, August 17, 2018, 16:13:34 PM

Previous topic - Next topic

EvanGR

Hello,

I am getting to a very long and detailed user registration form, and I would prefer to use the default simple Joomla registration form instead.

I found this page in the VM docs: https://docs.virtuemart.net/manual/general-concepts/231-redirect-of-joomla-registration-to-virtuemart-registration-1.html

However I cannot find the 'VirtueMart System Plugin' in the plugin manager. Any ideas?

[J3.8.11/VM3.2.15]

GJC Web Design

just disable or config the eccentrically named VM Framework Loader during Plugin Updates
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

EvanGR

Thanks, I did that, still no change though... any other ideas?

Studio 42

#3
If you are in the cart, you can only use the Virtuemart form to register.
If you want use Joomla registration for other case. You can add a menu link for eg. to the Joomla user registration form

GJC Web Design

or simplify the VM reg form - most fields can be unpublished or filled hidden by JS
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

barbara

I am struggling with this as well

I need the regular joomla user registration form to load everywhere BUT the virtuemart checkout page

I have tried going to the 'VM Framework Loader during Plugin Updates' and setting the 'VMSYSTEM_COMUSER_REDIRECT' to 'COM_VIRTUEMART_NO', I`ve also tried unpublishing it.

I even tried uninstalling virtuemart - when I did that the 'create an account' option in the login module still sent me to the virtuemart registration page - but of course i got a 404

any help wpould be greatly ppreciated

j 3.9.0 / vm 3.4.2

GJC Web Design

Quotewhen I did that the 'create an account' option in the login module still sent me to the virtuemart registration page

then either the vm redirect plugin is still active or the reg link in the login module has been manually changed or u have a non standard login module or a menu with the matching alias to VM reg

the link when u hover should be something like index.php/component/users/?view=registration
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

barbara

thank you for getting back to me - appears the issue is actually in the template - mod_users default php  override has this line in it

I`ll try 'index.php/component/users/?view=registration' instead

EvanGR

This is an old post, but I want to let you know that it has been resolved.

The problem was an old Log-in pop-up module, which was hard-coded to use a specific registration page no matter the settings.

Thank you all