|
{{trans "Hello %customer_name," customer_name="$customer.getName()"}}
{{trans "We are glad to inform you, that your customer group has been recently
changed to %customer_group_code. Now you can
purchase any %store_frontend_name items with a 5%
discount!
Please log in to %store_frontend_name to find out more details."
customer_group_code="$customer_group.getCustomerGroupCode()"
store_frontend_name="$store.getFrontendName()"
login_link="$urlmanager.mageUrl('checkout/cart/index')" |raw}}
{{trans "Best Regards,
%store_name Team" store_name="$store.getFrontendName()" |raw}}
|