dahui Posted September 7, 2005 Posted September 7, 2005 hi obviuosly this must have been solved already but i cannot find in the board nor as a contrib. create_account confirmation mail-content can be edited in the appropriate langauge file, but how can i include the whole customer data-array? lke yr account has been created with the following data name: ... to ... fax login with: password: in the language or catalog file? an what would the code be like? thx dahui
dahui Posted September 7, 2005 Author Posted September 7, 2005 UPDATE was easier than I thought, so this is for the noobs like me ONLY! ;) alter catalog/includes/languages/english/create_account.php e.g. like this: define('EMAIL_TEXT', ' successfully created account --------------------------------------------------------- ' . $firstname . ' ' . $lastname . ' ' . $dob . ' ' . $street_address . ' ' . $postcode . ' ' . $city . ' ' . $email_address . ' ' . $telephone . ' ' . $fax . ' LOGIN : ' . $email_address . ' PASSWORT : ' . $password . ' --------------------------------------------------------- '); just an example, I think any variable called in catalog/create_account.php can be referred to like that. but as usual backup first please, no warranty from my side ;) dahui
Recommended Posts
Archived
This topic is now archived and is closed to further replies.