[TYPO3-commerce] RFC: #26552 Can't store addresses when using select field with value list
Michael Knabe
typo3 at mfkhh.de
Mon May 2 17:55:50 CEST 2011
Addition:
You also need to define the additional field in pi3 too, or the marker
will not be replaced with the label, but with the value ("m" or "f" in
this case):
plugin.tx_commerce_pi3 {
billing.sourceFields.gender {
type = select
values {
m = Herr
f = Frau
}
}
delivery.sourceFields < .billing.sourceFields
}
Wouldn't it be a better solution if all three methods would use the same
configuration? Are there situations where you need other fields in pi3
than in pi4? Or situations where you need different fields in billing
vs. delivery address?
Cheers,
Michael
More information about the TYPO3-team-commerce
mailing list