Helpcenter +918010117117 https://cdn.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India
call to replace anchor tags contains '/admin' in href

User/Seller Account Verification notification

User Account Verification is the notification sent to the user for verification after registration. 

Keys Used

Email Key: user_account_verification

SMS Key: user_account_verification 

Mail Notification

Sms Notification 

Available Variables

Store

Store object is available for store information and has the following variables:

  • store.title: Returns the title of the store.
  • store.url: Returns the URL of the store.
  • store.logo: Returns the logo image URL.

User

It contains information about the user and has the following variables:

  • user.name: Returns the name of the user.
  • user.email: Returns the email id of the user.
  • user.phone: Returns the phone number of the user.

OTP

  • OTP: Contains one-time password sent to the user phone.

Seller Account Verification Notification

Seller account verification is a notification sent to a seller for verification after registration as a seller.

Seller Verification Email Template

To handle the seller verification email template, you are required to use sellerRegistration variable to modify the verification template to update the content to be sent to the registered seller. Following is the sample code snippet: 

{{#if sellerRegistration}}

<style> body{background: white !important;}th {text-align: center !important;} </style><strong>Hi {{user.name}},</strong><br />
<br />
You recently registered to {{store.url}} as a seller. &nbsp;To complete your registration, follow this link:<br />
<br />
&nbsp;<a href="{{details.link}}">Click here for verification</a>
<br/><br/>
Thanks<br/><br/>  {{store.title}} Team

{{else}}

<style> body{background: white !important;}th {text-align: center !important;} </style><strong>Hi {{user.name}},</strong><br />
<br />
You recently registered  {{store.url}}. &nbsp;To complete your registration, follow this link:<br />
<br />
&nbsp;<a href="{{details.link}}">Click here for verification</a>
<br/><br/>
Thanks<br/><br/>  {{store.title}} Team

{{/if}}

Mail Notification

Available Variables

Store

Store object is available for store information and has the following variables:

  • store.title: Returns the title of the store.
  • store.url: Returns the URL of the store.
  • store.logo: Returns the logo image URL.

User

It contains information about the user and has the following variables:

  • user.name: Returns the name of the user.
  • user.email: Returns the email id of the user.
  • user.phone: Returns the phone number of the user.
  • sellerRegistration: Decides whether the registered user is a seller or customer.

OTP

  • OTP: Contains one-time password sent to the user phone.  
2019-04-26T12:05:47.776Z