News:

Support the VirtueMart project and become a member

Main Menu

Page/function that handles the registration form

Started by ChristerE, May 22, 2012, 09:16:25 AM

Previous topic - Next topic

ChristerE

I'm trying to modify the data which is registered when a new user fills in the registration form but I can't localize the page/function that acutally collects the data. The pages I'm currently working with are:

components/com_virtuemart/controllers/user.php -> function saveUser (saves the form when the user already is logged in)

administrator/components/com_virtuemart/models/user.php (is this the page???)

administrator/components/com_virtuemart/models/userfields.php (is this the page???)

Merry

Quote from: ChristerE on May 22, 2012, 09:16:25 AM
I'm trying to modify the data which is registered when a new user fills in the registration form but I can't localize the page/function that actually collects the data. The pages I'm currently working with are:
components/com_virtuemart/controllers/user.php -> function saveUser (saves the form when the user already is logged in)
administrator/components/com_virtuemart/models/user.php (is this the page???)
administrator/components/com_virtuemart/models/userfields.php (is this the page???)
ChristerE,

It sounds like you are trying to jam the system, I cannot quite tell what you are trying to do. Much of the new shopper registration data can be modified from the Admin's CONFIGURATION MENU - Shopper Fields Menu. If that's not the data you are trying to modify let us know.

Merry

Answer is probably from my VirtueMart 2 User Manual ebook, includes FREE updates. FREE Admin Menu Cheatsheet, Quick Install Guide & 30-Minute Quick Setup Guide http://showmeguides.com/

scorp2000

Hi Marry

is there any way apply my own validation..... like phone,..... at registration form phone type is text...

want user only enter only numbers..

even in joomla profile ...you can add any character....


Regards