can someone please explain how to customize the email notifications with data from the user? Is there anything like a shortcode/mergecode in jbilling for this?
Take a look at the Notifications section in the JBilling user guide for information on the variables you can use to put in your notifications for customization. To get you started real quick here are a couple:
To display the first name and last name, use:
$first_name $last_name
Take a look at the
Take a look at the Notifications section in the JBilling user guide for information on the variables you can use to put in your notifications for customization. To get you started real quick here are a couple:
To display the first name and last name, use:
$first_name $last_name
To display the company name, use:
$company_name