[TYPO3-commerce] Fields are labeled mandatory but their not

Kay Charles kaycharles at gmx.de
Sat Mar 22 18:47:39 CET 2014


Hi everyone,

For the last two hours I've been trying to figure this out but this trial and error is getting me frustrated.

On my TS I have following Code:

plugin.tx_commerce_pi3 {
billing {
sourceFields >
sourceFields {
name.mandatory = 1
surname.mandatory = 1
#company.mandatory = 0
address.mandatory = 1
zip.mandatory = 1
city.mandatory = 1
country {
type = static_info_tables
field = COUNTRIES
select = 1
default = DEU
mandatory = 1
readonly = 0
}
email {
mandatory = 1
eval = email
}
phone.mandatory = 0
}
}
}

Now, all the adressfields are shown correctly (with the * Symbol to display them as mandatory) but when I click on the "Next"-Button instead of showing me the errormessages I get linked to the next checkout page.

The really wierd thing is, that the telephone field actually works and when I make it mandatory and click the button all errormessages are getting displayed correctly.

Does anybody have an idea, because I'm completly lost here...


More information about the TYPO3-project-commerce mailing list