{{template config_path="design/email/header_template"}}
{{trans "Hello %name," name=$customerName}} {{trans "Thank you for being our loyal customer."}} {{if actionAdd }} {{trans 'Administrator has added %store_credit to your Store Credit. The current store credit balance is %new_balance' store_credit=$storeCredit new_balance=$newBalance |raw}} {{/if}} {{if actionRemove}} {{trans 'Administrator has removed %store_credit from your Store Credit. The current store credit balance is %new_balance' store_credit=$storeCredit new_balance=$newBalance |raw}} {{/if}} {{if actionCreditMemo}} {{trans 'Your order #%order_id was refunded. %store_credit were added to your Store Credit account. The current store credit balance is %new_balance' store_credit=$storeCredit new_balance=$newBalance order_id=$orderId |raw}} {{/if}} {{if actionOrderPay}} {{trans 'Order #%order_id was paid using %store_credit from your Store Credit. The current store credit balance is %new_balance' store_credit=$storeCredit new_balance=$newBalance order_id=$orderId |raw}} {{/if}} {{if actionOrderCancel}} {{trans 'Order #%order_id was canceled. %store_credit were added to your Store Credit account. The current store credit balance is %new_balance' store_credit=$storeCredit new_balance=$newBalance order_id=$orderId |raw}} {{/if}} {{if actionBuyStoreCredit}} {{trans 'You have bought the store credit worth %store_credit. The current store credit balance is %new_balance' store_credit=$storeCredit new_balance=$newBalance |raw}} {{/if}} {{depend message}} {{trans 'A comment from Administrator: %message' message=$message}} {{/depend}} {{trans "You can use it for purchasing items in our online store right away."}} |