{{__('Short Code')}} |
{{__('Meaning')}} |
@if ($templateInfo->email_type == 'email_verification')
{customer_name}
|
{{__('Customer Name')}}
|
{verification_link}
|
{{__('Email verification link')}}
|
@endif
@if ($templateInfo->email_type != 'email_verification')
{username}
|
{{__('Username')}}
|
@endif
@if ($templateInfo->email_type == 'custom_domain_connected' || $templateInfo->email_type == 'custom_domain_rejected')
{requested_domain}
|
{{__('Requested Custom Domain of User')}}
|
@endif
@if ($templateInfo->email_type == 'custom_domain_connected')
{previous_domain}
|
{{__('Previous Custom Domain of User')}}
|
@endif
@if ($templateInfo->email_type == 'custom_domain_rejected')
{current_domain}
|
{{__('Current Custom Domain of User')}}
|
@endif
@if ($templateInfo->email_type == 'registration_with_premium_package' || $templateInfo->email_type == 'registration_with_trial_package' || $templateInfo->email_type == 'registration_with_free_package' || $templateInfo->email_type == 'membership_extend' || $templateInfo->email_type == 'payment_accepted_for_membership_extension_offline_gateway' || $templateInfo->email_type == 'payment_accepted_for_registration_offline_gateway')
{package_title}
|
{{__('Package Name')}}
|
{package_price}
|
{{__('Price of Purchased Package')}}
|
@if ($templateInfo->email_type == 'registration_with_premium_package' || $templateInfo->email_type == 'payment_accepted_for_registration_offline_gateway')
{discount}
|
{{__('Discount after Coupon Applied')}}
|
{total}
|
{{__('Order Total')}}
|
@endif
{activation_date}
|
{{__('Start Date of Membership')}}
|
{expire_date}
|
{{__('Expire Date of Membership')}}
|
@endif
@if ($templateInfo->email_type == 'membership_expiry_reminder')
{last_day_of_membership}
|
{{__('Last day of membership')}}
|
@endif
@if ($templateInfo->email_type == 'membership_expiry_reminder' || $templateInfo->email_type == 'membership_expired')
{login_link}
|
{{__('Login Page Link for User')}}
|
@endif
@if ($templateInfo->email_type == 'admin_changed_current_package' || $templateInfo->email_type == 'admin_changed_next_package')
{replaced_package}
|
Replaced Package Name
|
@endif
@if ($templateInfo->email_type == 'admin_changed_current_package' || $templateInfo->email_type == 'admin_changed_next_package' || $templateInfo->email_type == 'admin_added_current_package' || $templateInfo->email_type == 'admin_added_next_package')
{package_title}
|
New Package Name
|
{package_price}
|
New Package Price
|
{activation_date}
|
New Package Activation Date
|
{expire_date}
|
New Package Expire Date
|
@endif
@if ($templateInfo->email_type == 'admin_removed_current_package' || $templateInfo->email_type == 'admin_removed_next_package')
{removed_package_title}
|
Removed Package Name
|
@endif
{website_title}
|
Website Title
|