Cliffo Posted November 28, 2010 Share Posted November 28, 2010 Is there a way to display what a user entered in a products custom field in their welcome email? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 29, 2010 WHMCS Support Manager Share Posted November 29, 2010 {$product_custom_field_fieldname} is the way to do it in WHMCS currently. fieldname is the name of the custom field all in lowercase and with no spaces. Eg: IP Address would be {$product_custom_field_ipaddress} 0 Quote Link to comment Share on other sites More sharing options...
Cliffo Posted November 29, 2010 Author Share Posted November 29, 2010 Great thanks 0 Quote Link to comment Share on other sites More sharing options...
Cliffo Posted December 22, 2010 Author Share Posted December 22, 2010 I have a custom field Admin_Username and {$product_custom_field_admin_username} is not showing anything in the email. 0 Quote Link to comment Share on other sites More sharing options...
Cliffo Posted December 22, 2010 Author Share Posted December 22, 2010 I found the answer in the wiki but had to google search to find it lol, it is service not product and I had the remove the underscore too! It is the third field named Admin_Username and this is what works; {$service_custom_field_adminusername} and {$service_custom_fields.2} works too 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.