Hallo Leute,
hat jemand Ahnung, wie ich in dem Adressenformular der Commerce, bei der Bestellung zusätzliche Fleder einfügen kann? Gemeint ist die Lieferungsadresse. Ich habe die tt_adress um die Felder erweitert:
tx_commerce_carmanufacturer
tx_commerce_carmodel varchar
tx_commerce_cartype varchar
tx_commerce_keytwo
tx_commerce_keythree
[TS]// Den Setup habe ich hiermit ergänzt:
plugin.tx_commerce_pi4 {
templateFile = {$plugin.tx_commerce_pi4.templateFile}
# grundeinstellungen
minAddressCount = {$plugin.tx_commerce_pi4.minAddressCount}
selectAddressTypes = 1,2
editAddressPid = {$plugin.tx_commerce_lib.editAddressPid}
addressPid = {$plugin.tx_commerce_lib.addressPid}
# wraps
addressHeaderWrap.wrap = <h1>|</h1>
editLinkWrap.wrap = |
deleteLinkWrap.wrap = |
newLinkWrap.wrap = |
yesLinkWrap.wrap = |
noLinkWrap.wrap = |
sysMessageWrap.wrap = <div style="color:green">|</div>
# Optionen für die Anzeige
hideEmptyFields = 0
emptyFieldSign = -
# formular beschreibung
formFields {
carmanufacturer = 1
carmodel = 1
cartype = 1
keytwo = 1
keythree = 1
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
}
}
mandatorySign = *
}[/TS]
aber es passiert nichts... :-( kann jemand einen Tipp geben? Hat jemand schon erfolgreich das Formular erweitert ? Vielen Dank im Voraus...