[TYPO3-commerce] PHONE in address edit

Rik Willems rik at actiview.nl
Tue Sep 1 11:01:29 CEST 2009


Hi Philipp,

Open the setup.txt in the static directory of the commerce extension. 
There make a search for mandatory. You'll find how to make the fields 
mandatory or not.
Good luck!

Rik

Philipp Holdener schreef:
> Hello
> 
> How can I get the phone field in the address edit template?
> 
> <dl>
>     <dt>###LABEL_NAME###</dt> <dd>###NAME###</dd>
>     <dt>###LABEL_SURNAME###</dt> <dd>###SURNAME###</dd>
>     <dt>###LABEL_COMPANY###</dt> <dd>###COMPANY###</dd>
>     <dt>###LABEL_ADDRESS###</dt> <dd>###ADDRESS###</dd>
>     <dt>###LABEL_CITY###</dt> <dd>###CITY###</dd>
>     <dt>###LABEL_ZIP###</dt> <dd>###ZIP###</dd>
>     <dt>###LABEL_COUNTRY###</dt> <dd>###COUNTRY###</dd>
>     <dt>###LABEL_EMAIL###</dt> <dd>###EMAIL###</dd>
>     <dt>###LABEL_PHONE###</dt> <dd>###PHONE###</dd>
> </dl>
> 
> doesn't work!
> 
> 
> PROBLEM: phone is a mentory field.. so, I have a problem if I want to 
> edit the address without this field! :-(
> 
> 
> Thanks for help
> 
> Greetings
> Philipp


More information about the TYPO3-project-commerce mailing list