[TYPO3-commerce] Add address field for state/region

David Toshack david at vaultin.com
Tue Oct 2 09:15:06 CEST 2007


Add to your template setup:

plugin.tx_commerce_pi3.billing.sourceFields.zone {
  type = static_info_tables
  field = SUBDIVISIONS
  select = 1
  mandatory = 1
  readonly = 0
}

plugin.tx_commerce_pi3.billing.sourceFields.zone {
  type = static_info_tables
  field = SUBDIVISIONS
  select = 1
  mandatory = 1
  readonly = 0
}


add to pi3/locallang.xml:

<label index="general_zone">Zone</label>


add to pi4/locallang.xml:

<label index="label_zone">Zone</label>


That should be it. Should these be added by default?


Cheers,
David


Tobias Ronsdorf wrote:
> 
> Hi,
> 
> is there a marker for adding the state/region field to the 
> billing/delivery address form?
> 
> How can I change the default country?
> 
> Thanks in advance
> 
> Tobias
> _______________________________________________
> TYPO3-project-commerce mailing list
> TYPO3-project-commerce at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce
> 
> 

-- 
View this message in context: http://www.nabble.com/Add-address-field-for-state-region-tf4510163.html#a12993931
Sent from the TYPO3 - Projects - Commerce mailing list archive at Nabble.com.



More information about the TYPO3-project-commerce mailing list