AbanteCart Community
Shopping Cart Operations => Support => Topic started 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.
-
Hello.
Try to search forum
http://forum.abantecart.com/index.php/topic,1972.msg7916.html#msg7916
-
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 ?
-
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
-
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.
-
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
-
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.