|
{{trans "Hello %customer_name," customer_name=$customer.getName()}}
{{trans "Since you registered with %store_frontend_name on %customer_reg_date you haven't
purchased
any products yet. We invite you to visit our store and choose any items you
like with discount. To get the discount use the %coupon_code
promo-code." store_frontend_name="$store.getFrontendName()"
customer_reg_date="$formatmanager.formatDate('customer', 'created_at')"
coupon_code="$history.getCouponCode()" |raw}}
{{trans "Happy shopping!"}}"
|