[TYPO3-commerce] PHONE in address edit

Philipp Holdener philipp at holdener.ch
Tue Sep 1 09:38:37 CEST 2009


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