G-Express Posted September 19, 2018 Report Share Posted September 19, 2018 Hallo, ich möchte gerne bei der Anmeldebestätigung zur Shopanmeldung, dass die Email-Adresse [customers_email_address] mit angegeben ist. Den Kundennamen, Adresse und Telefon kann ich mir korrekt ausgeben lassen - wie folgt: <h1 style="font-size:14px;">Ihre Telefon-Nummer: {$address_data.default.customers_phone} {$address_data.default.customers_mobile_phone}</h1> <h1 style="font-size:14px;">Ihre Adresse: {$address_data.default.customers_company} {$address_data.default.customers_company_2} {$address_data.default.customers_company_2}</h1> <h1 style="font-size:14px;"> {$address_data.default.customers_street_address} {$address_data.default.customers_address_addition}</h1> <h1 style="font-size:14px;"> {$address_data.default.customers_country_code} {$address_data.default.customers_postcode} {$address_data.default.customers_city}</h1> Aber das klappt nicht mit der Email-Adresse. Welche Befehlszeile muss ich angeben, damit auch die Email-Adresse ausgegeben wird? Wäre super, wenn mir da jemand helfen könnte. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.