[TYPO3-commerce] PHONE in address edit

Morten Olesen mo at idefa.dk
Wed Sep 2 08:10:43 CEST 2009


Hello Philipp,

We dont let the user change their details as our shops dont use login as 
such, so this is mostly guessing on my part.

Here is something for you to try;

check that

plugin.tx_commerce_pi4.formFields

has a "phone" subsection

same goes for plugin.tx_commerce_pi4.billing/delivery.sourceFields


/Morten

Philipp Holdener wrote:
> 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