AbanteCart Community

Shopping Cart Operations => Support => Topic started by: ftruffault on August 01, 2015, 02:39:33 PM

Title: changing status of mandatory field
Post by: ftruffault on August 01, 2015, 02:39:33 PM
Hi team,
How can I set a field as "not mandatory" in the customer registration form ? And if this is possible, how can i delete the field ?
thank you for your answer.
Title: Re: changing status of mandatory field
Post by: Basara on August 03, 2015, 03:33:07 AM
Hello.

Try to search forum
http://forum.abantecart.com/index.php/topic,1972.msg7916.html#msg7916
Title: Re: changing status of mandatory field
Post by: ftruffault on August 08, 2015, 06:38:42 PM
Thank you, i had seen this post before. But i could not find the create.tpl file on : 
storefront>view>default_html5>template>pages>account>create.tpl
The path seem to be different on my version...

some clue ?
Title: Re: changing status of mandatory field
Post by: webdevmerc on August 08, 2015, 06:42:17 PM
Thank you, i had seen this post before. But i could not find the create.tpl file on : 
storefront>view>default_html5>template>pages>account>create.tpl
The path seem to be different on my version...

some clue ?

On my version (1.2.3):
find . -name create.tpl
~/public_html/storefront/view/default/template/embed/account/create.tpl
~/public_html/storefront/view/default/template/pages/account/create.tpl

Title: Re: changing status of mandatory field
Post by: ftruffault on August 09, 2015, 03:25:41 PM
Thank you for your answer webdevmerc, but i don't have this path (I have 1.2.2 version). I only could find this one :
/view/default/template/form
but there are many files in this folder.
Does anybody knows which one i have to edit to set change the mandatory value of a field,
or to remove it ? Thanks.

Title: Re: changing status of mandatory field
Post by: llegrand on August 09, 2015, 06:06:13 PM
try this post I made a bit ago regarding telephone numbers -  I think it will get you to the correct files

http://forum.abantecart.com/index.php/topic,3558.msg15849.html#msg15849 (http://forum.abantecart.com/index.php/topic,3558.msg15849.html#msg15849)

Lee
Title: Re: changing status of mandatory field
Post by: ftruffault on August 11, 2015, 03:44:48 PM
Thank you for this information. I'll check it. Also i've found the complete folder. I just used a restricted FTP acces and could not see all the files. I'll then also check the previous given information.