[TYPO3-commerce] Adding title to billing form on checkout page fails

Brian Bendtsen bb at bellevuevej.dk
Thu Jan 6 12:08:25 CET 2011


Hi

I have been adding some fields to the billing form but for some reason 
the field "title" is not shown. I have checked the tt_address table and 
the field IS there.

Here is my ts:

plugin.tx_commerce_pi3.billing.sourceFields {
	title.mandatory = 0
	www.mandatory = 0
	mobile.mandatory = 0
}

plugin.tx_commerce_pi3._LOCAL_LANG.default.general_title = Title
plugin.tx_commerce_pi3._LOCAL_LANG.default.general_mobile = Mobile
plugin.tx_commerce_pi3._LOCAL_LANG.default.general_www = Internet

The other fields, mobile and www are shown.

Any ideas?

/Brian Bendtsen


More information about the TYPO3-project-commerce mailing list