robetus Posted November 26, 2017 Share Posted November 26, 2017 (edited) Using {$service_config_options_html} Currently shows the following in the email: Number of files: 20 x Files $0.00 USD Is there any way I can show only this in the email: Number of files: 20 using {$service_config_options_html} or something else in the email template? Edited November 26, 2017 by robetus Link to comment Share on other sites More sharing options...
brian! Posted November 26, 2017 Share Posted November 26, 2017 {$service_config_options_html|replace:' x Files $0.00 USD':''} you could expand that with other currencies if required... 1 Link to comment Share on other sites More sharing options...
robetus Posted November 27, 2017 Author Share Posted November 27, 2017 Thank you, it worked perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts