Is there a way to allow Simple Commerce notification emails to be sent as HTML instead of as Plain Text?
Is it wrong to assume that changing line #862 in mod.simple_commerce.php would do it?
$this->EE->load->helper('text');changed to:
$this->EE->load->helper('html');Before I go changing any code in 1st party modules, I like to ask first 😊