user-order-shipped-txt.blade.php 503 B

123456789101112131415161718
  1. Hi, {{$user->name_display}}!
  2. Your order is on the way.
  3. Your tracking number is: {{@$shippingDetails->tracking_number}}
  4. View your orders: {{$stringMappingConfig['clientUrl']}}/my-account
  5. If you have any questions, feel free to email our customer success team
  6. (We're lightning quick at replying.) We also offer live chat during business hours.
  7. Cheers,
  8. {{$emailFromName}}
  9. -----------
  10. ©{{date('Y')}} {{ $stringMappingConfig['name'] }} -> {{$stringMappingConfig['clientUrl']}}. All rights reserved.