The Magento Email Template If Statements aren\'t evaluating to true when I expect them to. Can someone tell me what\'s wrong? Take a look at the following code:
Within normal Magento blocks/classes you would use $customer->getGroupId() to access the group id value. The CMS/Email template equivalent is customer.getGroupId(), not customer.group_id like you wrote.