List of parameters used in the letter to notify a customer about status of his account.
1. Status
[%$status%] - has integer value. The var can have 3 values: 0 - Disabled. It means that customer account is blocked. 1 - Enabled. It means that customer account is activated. 2 - New customer. It means that customer account is created but should be activated by administrator.
2. Customer general tokens
[%$customer.general.gender%] - Gender (can be 'm' or 'f') [%$customer.general.firstname%] - First name [%$customer.general.prefix%] - Prefix [%$customer.general.lastname%] - Last name [%$customer.general.vat%] - VAT number [%$customer.general.coc%] - COC number [%$customer.general.company%] - Company name [%$customer.general.department%] - Department [%$customer.general.web_site%] - Web site [%$customer.general.name%] - Name of the address [%$customer.general.street%] - Street [%$customer.general.house_number%] - House number [%$customer.general.postcode%] - Postal code [%$customer.general.city%] - City [%$customer.general.state%] - State [%$customer.general.country%] - Country [%$customer.general.telephone%] - Phone number [%$customer.general.work%] - Work phone number [%$customer.general.mobile%] - Mobile number [%$customer.general.fax%] - Fax number [%$customer.general.contact_method%] - By delivering contact through [%$customer.general.id%] - ID of the customer [%$customer.general.%] - E-Mail Address
3. Customer shipping and invoice tokens
[%$customer.<address_type>.gender%] - Gender (can be 'm' or 'f') [%$customer.<address_type>.firstname%] - First name [%$customer.<address_type>.lastname%] - Last name [%$customer.<address_type>.prefix%] - Prefix [%$customer.<address_type>.company%] - Company name [%$customer.<address_type>.street_address%] - Street address [%$customer.<address_type>.house_number%] - House number [%$customer.<address_type>.city%] - City [%$customer.<address_type>.postcode%] - Postal code [%$customer.<address_type>.state%] - State [%$customer.<address_type>.zone_id%] - Zone ID [%$customer.<address_type>.country_id%] - ID of country [%$customer.<address_type>.telephone_number%] - Phone number [%$customer.<address_type>.fax_number%] - Fax number [%$customer.<address_type>.zone_code%] - Zone Code [%$customer.<address_type>.country%] - Country <address_type> - has 2 values: shipping or invoice