How can I change an email template variable to show the Customer Group Name instead of the ID number
I was shown how to create an observer to grab the customer groupID and create a variable that can be added to my email template like this… _order = $order; } public function execute(Observer $observer) { $order = $observer->getEvent()->getOrder(); $customerGroupId… Read More »How can I change an email template variable to show the Customer Group Name instead of the ID number