AbanteCart Community

AbanteCart Development => Customization help => Topic started by: Pirooz on October 16, 2014, 12:55:04 AM

Title: Modify Account Creation
Post by: Pirooz on October 16, 2014, 12:55:04 AM
Hey everyone I'm new to the forums and new to AbanteCart. I looked over the documentation and didn't find an answer to my question so here goes:

When customers create accounts on my site they need to be able upload an image from their computers for account verification. How do I add a field for that (image upload) during registration? I know how to code it, but I have no idea where to put the code.

The program is labeled "open source" but I'm not clear as to the starting point for code modification?

Thanks so much!

Title: Re: Modify Account Creation
Post by: Basara on October 16, 2014, 01:54:20 AM
Hello.

Look at Customer Attributes extension http://marketplace.abantecart.com/customer-attributes
or develop your own extension see AbanteCart Extension’s Developer Guide (http://www.abantecart.com/document_wiki/index.php/AbanteCart_Extension%E2%80%99s_Developer_Guide)
Title: Re: Modify Account Creation
Post by: Pirooz on October 17, 2014, 01:24:24 AM
Ok thanks for the info! The description on that extension page is a little vague so I can't quite tell if it'll do what I need but I'll try it if it takes too long to code my own extension.  Was kind of hoping I could just edit a css file but I'll adapt.