Symbols

[:parameter] - optional parameter

:[parameter]:[parameter] - optional parameters with fixed order

:_parameter_ - default parameter

[:parameter[:parameter]] - optional parameters without fixed order

:parameter-1|parameter-2|...|parameter-N - values that parameter of the widget takes

System Shortcuts

Head tags

{%%page:title}

{%%page:title}

Displays the value of the field "Display in browser title as" filled when creating or editing a page: 

pagetitle

Most often is used to insert values ​​in the tag <title>

<title> - displays the text in the browser title.

{%%meta:keywords}

{%%meta:keywords}

Dispalys the value of the field "Tag meta-keywords" filled when creating or editing a page:

metakeywords ru

Is used to display the values ​​in the tag <meta name="keywords">

<meta name="keywords"> - list of keywords found on the page. 

 

{%%meta:description}

{%%meta:description}

Displays the value ​​of the field "Tag meta-description" filled when creating or editing a page:

metadescription ru

Is used to display the values ​​in the tag <meta name="description">

<meta name="description"> - current document description. Makes it easier for the search engines to understand what this page is about.

{%concatcss}...{/concatcss}

{%concatcss}
    ....
{/concatcss}

Combines and compresses css files listed within this magicspace. When using "concatcss" the download speed of your website will increase. 

<link href="/css/concat_6a992d5529f459.css" rel="stylesheet" media="screen" />
{//concatcss}
    <link href="css/reset.css" rel="stylesheet" media="screen">
    <link href="css/content.css" rel="stylesheet" media="screen">
    <link href="css/nav.css" rel="stylesheet" media="screen">
    <link href="css/style.css" rel="stylesheet" media="screen">
{/concatcss}

Menus

{%%menu:main[:template_name]}

This widget displays basic two-level menu (category / page). It is displayed using standard list UL>LI.

{%%menu:main} - основное двухуровневое меню

template_name - optional parameter that allows you to use your menu template. But you can edit only the content inside the LI!

 

{%%menu:flat}

{%%menu:flat}

This widget displays static single-level menu. Most often is used to display such pages as Contact | About Us | etc. 

{%%menu:flat} - статическое одноуровневое меню

{%%sitemap}

{%%sitemap}

This widget displays the sitemap regardless of any category. All pages with the corresponding names and descriptions are shown on the sitemap.

{%submenu}...{/submenu}

{submenu}
    sample text
{/submenu}

It works only in the template for "{%%menu:main}".

Works as a template "sample text" for the drop-down list. It is systemically wrapped in UL> LI.page

Template menu sample (temlateName)

<!-- Code to display in each category -->
<a href="#" title="{$page:h1}">
    {$page:navName}
    <i class="icon-menu icon16"></i>
</a>

<!-- Code to display in drop down list -->
<!-- Code will be displayed if the category contains internal pages -->
{//submenu}
    <a class="page-title text-bold" href="#" title="{$page:h1}">
        <i class="icon-checkmark2 icon16"></i>
        {$page:navName}
    </a>
    <span class="page-description">{$page:teaser}</span>
{/submenu}
{%ifpages}...{/ifpages}

{ifpages}
    sample text
{/ifpages}

 Only works in the template for "{%%menu:main}".

Works as condition of "sample text" display. If the category has internal pages, it displays "sample text" in this category.

{$menu:main:templateName2}

Menu Template Sample (temlateName2) with the use of {ifpages}

<!-- Code to display in each category -->
<a href="#" title="{$page:h1}">
    {$page:navName}
    <!-- If you have pages in the category, the icon will be displayed -->
    {//ifpages}
        <i class="icon-menu icon16"></i>
    {/ifpages}
</a>

<!-- Code to display in drop-down list -->
<!-- Code will be displayed if the category has internal pages -->
{//submenu}
    <a class="page-title text-bold" href="#" title="{$page:h1}">
        <i class="icon-checkmark2 icon16"></i>
        {$page:navName}
    </a>
    <span class="page-description">{$page:teaser}</span>
{/submenu}

Widgets

{%%featured:area:fa_name:max.result:max.chars[:img[:random:[:disablelazy]]]}

{%%featured:area:fa_name:max.result:max.chars[:img[:random]]}

Displays a list of pages, united under a common tag.

:fa_name - a unique name specified when creating the tag for the pages

:max.result - maximum number of pages displayed in the list

:max.chars - maximum number of characters to display in the teaser text

optional parameters

:img - displays the image in the list. It can also be transmitted as :imgc - image will be cropped as a square and :imgc-WIDTHxHEIGHT - the picture is cut in a predetermined ratio, respectively, WIDTH and HEIGHT

:random - list is displayed in a random order
Accepted values: 1/0 - on / off respectively.

:disablelazy - remove loading="lazy"

{%%featured:page:id_page:max.chars[:img]}

{%%featured:page:ID_page:max.chars[:img]}

Displays a single page.

:ID_page - unique identificator (id) of the page.

:max.chars - maximum number of characters to be displayed in the short description.

optional parameters

:img - displays the image in the list. It can also be transmitted as :imgc - image will be cropped as a square and :imgc-WIDTHxHEIGHT - the image will be cropped at a predetermined ratio, respectively, WIDTH и HEIGHT.

{%%form:form_name[:recaptcha[:grecaptcha:recaptcha_style[:submit_label]]]}

{%%form:form_name[:recaptcha[grecaptcha:recaptcha_style[:submit_label]]]}

This widget creates a form on the page of your site.

:form_name - unique name of the form

optional parameters:

:recaptcha - switch on / off RECAPTCHA
:grecaptcha - switch on / off recaptcha with "I am not a robot"

:recaptcha_style - RECAPTCHA style
Accepted values ​​are: custom, red, white.

:submit_label - button form text

{%%gal:folder_name:thumb_size[:crop[:caption]]}

{%%gal:folder_name:thumb_size[:crop[:caption]]}

Creates a list of images on your page in the selected folder.

:folder_name - folder name

:thumb_size - image sizes

optional parameters:

:crop - cropping
Accepted values: 1/0 - incl. /excl., WIDTHxHEIGHT - width and height parameters according to which the image will be cropped.

:caption - displays the name of the image
Accepted values: 1/0 - incl. /excl accordingly.

{%%imgrotator:folder_name:slide_show:rotate_time:max.width:max.height:effect:pager:prev/next_button:content}

{%%imgrotator:folder_name:slide_show:rotate_time:max.width:max.height:effect:pager:button:content}

Displays a slideshow of the selected folder on your page.

:folder_name - name of the folder with images

:slide_show - slideshow
Accepted values: 1/0 - incl. / excl., respectively.

:rotate_time - time to change the image

:max.width - maximum width of the slideshow

:max.height - maximum height of the slideshow

:effect - effect type
Accepted values: none, fade, fadeOut, flipHorz, flipVert, tileSlide, tileBlind, scrollHorz, scrollVert, shuffle, carousel.

:pager - pagination
Accepted values: 1/0 - incl. / excl., respectively.

:button -navigation arrows forward / backward
Accepted values: 1/0 - incl. / excl., respectively.

:content - caption input container to display the slideshow
Accepted values: 1/0 - incl. / excl., respectively.

{%%related:relevance:max.results[:img]}

{%%related:relevance:max.results[:img]}

Displays a list of pages that have common keywords with this page.

:relevance - number of matches for keywords

:max.results - limits the maximum number of results

optional parameters:

:img - displays a teaser image of the relevant pages. It can also be transmitted as :imgc - the image will be cropped as a square and :imgc-WIDTHxHEIGHT - the image will be cropped at a predetermined ratio, respectively, WIDTH и HEIGHT.

{%%rss:feed_url:max.results:max.chars[:img]}

{%%rss:feed_url:max.results:max.chars[:img]}

Generates a list of external news with pages preview option.

:feed_url - link to the RSS channel

:max.result - maximum number of news displayed in the list

:max.chars - maximum number of characters to be displayed in the brief description

optional parameters:

:img - displays the image in the list.

Content shortcuts

{%%header:XYZ[:static[:readonly][:href]]}

{%%header:XYZ[:static[:readonly]]}

 Most often is used to import text in the headers using tags H1 - H6.

:XYZ - unique name of the widget.

optional parameters:

:static - widget is not connected to a specific page and when you insert it on any page, it shows the same content.

:readonly - removes the ability to edit even for the administrator. Is useful in cases when you want to prevent editing text you entered earlier. 

:href - returns encoded line format to the URL 

{%%content:XYZ[:static[:readonly]]}

{%%content:XYZ[:static[:readonly]]}

Creates a container that accepts any type of content.

:XYZ - unique name of the widget.

optional parameters:

:static - widget is not connected to a specific page and when you insert it on any page, it shows the same content.

:readonly - removes the ability to edit even for the administrator. Is useful in cases when you want to prevent editing text you entered earlier. 

{%%page:h1}

{%%page:h1}

Displays the value of the field "Tag H1" filled when creating or editing a page:

pageh1 ru

Most often is used to insert the value in tag <h1>

{%%page:id}

{%%page:id}

Displays the indetifikator (id) of the current page. The id is assigned automatically by the system.

{%%page:url}

{%%page:url}

Displays the current page url.

pageurl ru

optional parameters:

:external - displays the external page url.

current page URL: index.html
current page URL: {$page:url}

new{%%page:url:external}

{%%page:url:external}

Displays the external page url.

pageurl external

new{%%page:url:clearindex}

{%%page:url:clearindex}

If page url equal index.html returned empty space

{%%page:preview[:crop][:disablelazy]}

{%%page:preview}

Dispalys the image of the current page, preloaded when creating or editing a page:

pagepreview ru

 

optional parameters:

:crop - image cropping.

:disablelazy - remove loading="lazy"

{%%page:navName}

{%%page:navName}

Displays the navigation name of the current page when creating or editing a page:

pagenavname ru

{%%page:teaser}

{%%page:teaser}

Displays a brief description of the current page  when creating or editing a page:

pageteaser ru

{%%page:category:name}

{%%page:category:name}

Displays the name of the category to which the current page belongs.

{%%website:url}

{%%website:url}

Displays the URL of the site. Can be used in the HTML template or in the content container.

website URL: http://seotoaster-documentation.seotoaster.com/
website URL: {$website:url}
{%%breadcrumbs[:separator]}

{%%breadcrumbs[:separator]}

Creates "bread crumbs" from the home page to the current page through the appropriate categories.

:separator - indicates the variant of separation, by default "»"

{$breadcrumbs}
{%%list:categories[:img]}

{%%list:categories[:img]}

Displays a list of categories on your site.

optional parameters:

:img - displays the image in the list. It can also be transmitted as :imgc - image will be cropped as a square.

  • Category 1 Manage & automate SEO, social networking and online marketing across any number of websites through a centralized, multi-tenants, cloud-based interface.
  • Category 2 Build, manage and market easily corporate sites, directories and ecommerce websites powered by our user-friendly, browse & edit, open source CMS.
{$list:categories}

Example of a widget using the parameter :img

  • category 1 Category 1 Build, manage and market easily corporate sites, directories and ecommerce websites powered by our user-friendly, browse & edit, open source CMS.
  • Category 2 Category 2 Manage & automate SEO, social networking and online marketing across any number of websites through a centralized, multi-tenants, cloud-based interface.
{$list:categories:img}
{%%list:pages[:img]}

{%%list:pages[:img]}

Displays a list of pages belonging to the current category. Place the widget to the category page and it will populate the list of subcategory pages.

Note! Works only on the category pages!

optional parameters:

:img - displays the image in the list. It can also be transmitted as :imgc - image will be cropped as a square .

  • Page 1 Build, manage and market easily corporate sites, directories and ecommerce websites powered by our user-friendly, browse & edit, open source CMS.
  • Page 2 Manage & automate SEO, social networking and online marketing across any number of websites through a centralized, multi-tenants, cloud-based interface.
{$list:pages}

Example of a widget using the parameter :img

  • Page 1 Page 1 Build, manage and market easily corporate sites, directories and ecommerce websites powered by our user-friendly, browse & edit, open source CMS.
  • Page 2 Page 2 Manage & automate SEO, social networking and online marketing across any number of websites through a centralized, multi-tenants, cloud-based interface.
{$list:pages:img}
{%%list:pages:category_name[:img]}

{%%list:pages:category_name[:img]}

Displays a list of pages related to a specific category.

:category_name - category name 

optional parameters:

:img - displays the image in the list. It can also be transmitted as :imgc - image will be cropped as a square.

  • Page 1 Build, manage and market easily corporate sites, directories and ecommerce websites powered by our user-friendly, browse & edit, open source CMS.
  • Page 2 Manage & automate SEO, social networking and online marketing across any number of websites through a centralized, multi-tenants, cloud-based interface.
{$list:pages:category 1}

Example of a widget using the parameter :img

  • Page 1 Page 1 Build, manage and market easily corporate sites, directories and ecommerce websites powered by our user-friendly, browse & edit, open source CMS.
  • Page 2 Page 2 Manage & automate SEO, social networking and online marketing across any number of websites through a centralized, multi-tenants, cloud-based interface.
{$list:pages:category 1:img}
{%%member:signup}

{member:signup}

Displays the user registration form.

{$member:signup}
{%%member:login}

{%%member:login}

Displays the login form for this page.

Forgot password?
{$member:login}
{%%member:logout}

{%%member:logout}

Displays logout link.

{$member:logout}
new{%%template:template_name}

{%%tempalate:template_name}

 Displays the template content.

 

:template_name - template name.

This widget is useful when you need to use a piece of code within several page layouts.

 

new {%%list:thiscatpages}

{%%list:thiscatpages}

This widget features the category pages by ID of parent page

Search

{%%search:form}

{%%search:form}

Displays the search form on the site. 

{%%search:results[:img[:imgc]]}

{%%search:results[:img OR imgc]}

Displays the result of the search on the page.

img - optional parameter. Displays the image of the page loaded during page creation or edition.
imgс - optional parameter. Displays cropped image of the page loaded during page creation or edition.

IMPORTANT! This page should be marked as "Search landing page" during page creation or edition and there can be only ONE page like that.

1.{%%search:form:subfolders}
1.{%%search:form:subfolders}
2. {%%search:results:img:uniq-subfolders:folder-community}
2. {%%search:results:img:uniq-subfolders:folder-community}
1.{%%search:form:pagetags}
1.{%%search:form:pagetags}
2.{%%search:results:img:uniq-pagetags:tag-Monaco,Twiga}
2. {%%search:results:img:uniq-pagetags:tag-Monaco,Twiga}
{%%search:form:dropdown:2}

{%%search:form:dropdown:2}

{%%search:form:dropdown:[1,2,3,4][:20]} - {%%search:form:dropdown:[1 or 2 or 3 or 4][:20]}

Search only by page type
Where 1 or 2 or 3 or 4 are page types
1 - page
2 - product
3 - news
4 - quote

20 - it's limit of pages

{%%search:results:2}

{%%search:results:2}

{%%search:results[:1,2,3,4][:20]} - {%%search:results:1 or 2 or 3 or 4[:20]}

Get results only by page type
Where 1 or 2 or 3 or 4 are page types
1 - page
2 - product
3 - news
4 - quote

20 - it's limit of pages

Prepopulated content shortcuts

{%%prepop:XYZ:text[:static[:readonly]]}

{%%prepop:WIDGET_NAME:text[:static[:readonly]]}

Is used for displaying all kinds of textual information. It is edited only by an administrator of the resource in the text box.

:XYZ - widget unique name.

Optional parameters:

:static - allows you to display content on multiple pages

:readonly - removes the ability to edit even for the administrator. It is useful in those cases where the content needs only to be output as text.

Is visible to administrator:

 Is visible to user:

SeoToaster Documentation

{$prepop:sample_website_name:text}
{%%prepop:XYZ:textarea:default_value:maxlength[:static[:readonly]]}

{%%prepop:XYZ:textarea[:default_value[:maxlength[:links[:static[:readonly]]]]]}

Serves to output big amounts of textual information, edited by an administrator of the resource in the text box.

:XYZ - unique name of the widget.

optional parameters:

:default_value - allows you to specify the default text, displayed in the text when you are logged in and when you are logged out.

:maxlength - allows you to limit the amount of characters input in the text box. By default, there are no restrictions.

:links - converts the output text into a hyperlink, clicking on it the search will be started. As a result - the list of all pages which have the same value will appear on the site, regardless of the prepopp type.

:static - widget is not related to a specific page, and when you insert it on any page, it shows the same content.

:readonly - removes the ability to edit even for the administrator. Is useful in cases when you want to prevent editing text you entered earlier. 

Is visible to administrator:

Is visible to user:

SeoSamba helps web agencies, etailers, franchises and enterprises build, manage and optimize websites for top search engine performance.

{$prepop:sample_widget_name:textarea}
{%%prepop:XYZ:select:option1,option2,...,optionN[:static[:readonly]]}

{%%prepop:XYZ:select:option1,option2,...,optionN[:links[:static[:readonly]]]}

Is used to display the drop-down list on the page. Only administrator can make the selection in it as well as edit it.

:XYZ - unique name of the widget.

:option1,option2,...,optionN - mentioned options of the list.

optional parameters:

:links - converts the output text into a hyperlink, clicking on it the search will be started. As a result - the list of all pages which have the same value will appear on the site, regardless of the prepopp type.

:static - widget is not related to a specific page, and when you insert it on any page, it shows the same content.

:readonly - removes the ability to edit even for the administrator. Is useful in cases when you want to prevent editing text you entered earlier. 

Is visible to administrator:

Is visible to user:

Move to the right

{$prepop:sample_widget_name:select:left|right|top|bottom}
{%%prepop:XYZ:checkbox:label[:static[:readonly]]}

{%%prepop:XYZ:checkbox:label[:links[:static[:readonly]]]}

Is used to display several checkboxes and have more than one choice option. 

:XYZ - unique name of the widget.

:label - arbitrary name and value of the flag.

optional parameters:

:links - converts the output text into a hyperlink. Clicking on it the search will be started. As a result - the list of all pages which have the same value will appear on the site, regardless of the prepopp type.

:static - widget is not related to a specific page, and when you insert it on any page, it shows the same content.

:readonly - removes the ability to edit even for the administrator. Is useful in cases when you want to prevent editing text you entered earlier.

Is visible to administrator:

I love SeoToster

I like the SeoToster

Is visible to user:

I like the SeoToster


{%%prepop:XYZ:radio:label[:static[:readonly]]}

{%%prepop:XYZ:radio:label[:links[:static[:readonly]]]}

Serves to display radio buttons allowing you to have more than one choice option. 

:XYZ - unique name of the widget.

:label -arbitrary name and value of the flag.

optional parameters:

:links - converts the output text into a hyperlink. Clicking on it the search will be started. As a result - the list of all pages which have the same value will appear on the site, regardless of the prepopp type.

:static - widget is not related to a specific page, and when you insert it on any page, it shows the same content.

:readonly - removes the ability to edit even for the administrator. Is useful in cases when you want to prevent editing text you entered earlier.

Is visible to administrator:

I love SeoToster

I like the SeoToster

Is visible to user:

I like the SeoToster

{$prepop:sample_widget_name:radio:I love SeoToaster}
{$prepop:sample_widget_name:radio:I like the SeoToaster}

Searching with prepopulated content

{%%search:change_to_your_prepop_name}

{%%search:change_to_your_prepop_name}

Is used to display all prepop values with a specific name, regardless of its type (text, select, radio, etc.) as a drop-down list.

:change_to_your_prepop_name - the name of the prepopp which is already used on any of the pages.

{$search:position}
{%%search:button:id}

{%%search:button:id}

Displays a button. Clicking on it we will move to the page with search results . Is used together with the widget {%%search:change_to_your_prepop_name}

:id - the identificator of any existing page, on which the search result will be displayed.

{$search:button:5}
{%%search:links:change_to_your_prepop_name}

{%%search:links:change_to_your_prepop_name}

Displays a list of all the values ​​of a particular prepopp, regardless of its type (text, select, radio, etc.). Each item is a hyperlink that allows by clicking on it to display all pages that contain a value.

:change_to_your_prepop_name - the name of the prepop that is already used on any of the pages.

{$search:links:position}
{%%search:links:thispage}

{%%search:links:thispage}

Displays a list of all prepops having unique names. Each item is a hyperlink that allows, by clicking on it, to display all pages that contain the value.

:thispage - displays search results directly on the page with the widget.

Mobile shortcuts

{%%mobile:device[:desktop=sample_text[:tablet=sample_text[:mobile=sample_text]]]}

{%%mobile:device}

displays the device type (desktop / tablet / mobile)

Device type: desktop
Device type: {$mobile:device}

 

Go to mobile site

{%%mobile:device[:desktop=sample_text[:tablet=sample_text[:mobile=sample_text]]]}

this construction helps us to display (sample_text) on the specific type of device. It gives you the opportunity to make the site adaptive.

You are using now - Desktop to view this page and the text use BLUE colours!
<div class="{$mobile:device:desktop=blue:tablet=red:mobile=green}">
    You are using now - {$mobile:device:desktop=Desktop:tablet=Tablet:mobile=Telephone} to view this page and the text use {$mobile:device:desktop=BLUE:tablet=RED:mobile=GREEN} colours!
</div>

 

Go to mobile site

{%device:desktop,tablet,mobile}...{/device}

{%device:desktop,tablet,mobile}
    sample text
{/device}

This magicspace is good for adaptive sites where you have to display certain content and code elements (sample text) on different devices.

This unit will only be visible on the computer screen!
{//device:desktop}
    <div>
        This unit will only be visible on the computer screen!
    </div>
{/device}
{//device:tablet,mobile}
    <div>
        This unit will only be visible on mobile devices!
    </div>
{/device}

 

Go to mobile site

{%%mobile:switch}

{%%mobile:switch}

Displays switch (link) between the mobile and full version of the site

MagicSpace shortcuts

{%repeat:[qty[name]]:key:[order[:default qty]]:[invert]:[static]}...{/repeat}

{%repeat:qty:key}
    content
{/repeat}

magicspace for content duplication. It gives you a clearer and more readable code for your theme in templates.

num - the number of repetitions

key - replaces the word inside this magicspace

Let's suppose we want to display the list which consists of images, title and description.

Картинка-1

Image title-1

Image description-1

Картинка-2

Image title-2

Image description-2

Картинка-3

Image title-3

Image description-3

{//repeat:3:number}
    <div>
        <img src="system/images/cpanel-img.jpg" alt="Картинка-number" width="50" style="float: left;">
        <h3>Image title-number</h3>
        <p>Image description-number</p>
    </div>
{/repeat} 
{%adminonly}...{/adminonly}

{%adminonly}
    sample text
{/adminonly}

magicspace that displays sample text only for Admin

{%memberonly}...{/memberonly}

Display if customer already have the notification by email.

Form content shortcuts

{%form:details}

{%form:details}

Can be used for email notifications to display all form content.

form details shortcut

{%form:[fieldname]}

{%form:[filedname]}

Displays the value of specific form field.

form fieldname example

Examples:

:name - displays the First Name of the visitor who sumbitted the form;

:email - displays the Email of the visitor who sumbitted the form;

:phone - displays the Desktop Phone of the visitor who sumbitted the form.

 

Field names can be found in your form configs:

form fieldname shortcut

Shopping Shortcuts

Shopping: displaying products

{%%product:photourl[:_product_|small|medium|large|original]}

{%%product:photourl[:_product_|small|medium|large|original]}

Displays the URL for the preview image of the product.

optional parameters:

:product|small|medium|large|original - sets the size of the product pre-loaded image output 

:product - default size (80x80 pixels) 

productphotourl

{%%product:name}

{%%product:name}

Displays the product name.

productname

{%%product:price[:nocurrency|realtimeupdate|currency]}

{%%product:price[:nocurrency|realtimeupdate|currency]}

Displays the product price.

productprice

:nocurrency - displays price without currency 

:realtimeupdate - update price according to chosen product options 

{%%product:id}

{%%product:id}

Displays product id.

{%%product:price:currency:newcurrency}

{%%product:price:currency:newcurrency}

Displays the price in a certain currency

:newcurrency - currency type 

{%%product:weight}

{%%product:weight}

Displays the weight of the product.

productweight

{%%product:freeshipping[:sometext]}

{%%product:freeshipping[:sometext]}

Displays <span class="product-free-shipping">sometext</span>

:sometext - custom text inside span element 

{%%product:inventory}

{%%quote:inventory}

Displays "In stock" or "Out of stock" message

{%%product:brand}

{%%product:brand}

Displays the product brand name.

productbrand

{%%product:mpn}

{%%product:mpn}

Displays the product mnp. MPN = Manufacturer Part Number is the product code assigned by the manufacturer.

productmpn

{%%product:dimensionswidth[:unit]}

Displays the product dimensions width.

unit - length unit from config

{%%product:dimensionslength[:unit]}

Displays the product dimensions length.

unit - length unit from config

{%%product:dimensionsdepth[:unit]}

Displays the product dimensions depth.

unit - length unit from config

{%%product:url}

{%%product:url}

Displays the product page URL.

{%%product:tags}

{%%product:tags}

Displays selected product tags.

producttags

{%%product:options}

{%%product:options}

Displays product options as a drop-down list, text field, a set of check boxes or a set of radio buttons. Can be displayed both on the product page and in the products list.

 

productoptions

{%%product:description[:_short_|full]}

{%%product:description[:_short_|full]}

Displays a short or a full description of the product.

:_short_|full - short or full description output type

productdescriptionproductdescriptionfull

{%%product:related[:crop|product|small|medium|large|original]}

{%%product:related[:crop|product|small|medium|large|original]}

Displays a list of relevant products on a specific product page.

:crop|product|small|medium|large|original - displays a list of relevant products with corresponding size image

productrelated

{%%product:editproduct}

{%%product:editproduct}

This widget displays a link to the edit page of the product that is visible only to users with a copywriter or administrator rights.

{%%productlist:template_name[:tagnames-tag1,tag2,...,tagN[:brands-brand1,brand2,...,brandN[:order-name,price,brand,date]]]}

{%%productlist:template_name[:tagnames-tag1,tag2,...,tagN[:brands-brand1,brand2,...,brandN[:order-name,price,brand,date]]]}

Creates a list of products using the same tags.

:template_name - template name for the product list

optional parameters:

:tagnames-tag1,tag2,...,tagN - filtering by product tags 

:brands-brand1,brand2,...,brandN - filtering by product brands

:order-name,price,brand,date - sorting of the list by: name, price, brand and date

Product #1
Product #1 $50.00

Responsive navigation plugin without library dependencies and with fast touch screen support. Try it out by resizing this window.

Add to cart
Product #2
Product #2 $50.00

Responsive navigation plugin without library dependencies and with fast touch screen support. Try it out by resizing this window.

Add to cart
{$productlist:products list}

Template example (products list) for product list

<div class="product-item">
    <a href="{$product:url}" class="product-image">
        <img src="{$product:photourl:small}" alt="{$product:name}" />
    </a>
    <a class="product-title" href="{$product:url}">{$product:name}</a>
    <span class="product-price">{$product:price}</span>
    <p class="product-description">{$product:description}</p>
    {$store:addtocart:{$product:id}}
</div>
{%%store:cartblock}

{%%store:cartblock}

Displays information about the state of the shopping cart (the amount of goods, price, etc.) and link to the shopping cart page for the current user.

Products in your cart: 0
Total tax: $0.00
Total price: $0.00
{%%store:addtocart:{%%product:id}[:gotocart]}

{%%store:addtocart:[:gotocart]}

Displays add to cart button

:gotocart - prevent automatically redirect to the cart 

{%%store:checkout[:required-[:pickaddress[:with-password]]]}

{%%store:checkout[:required-[:pichaddress[:with-password]]]]}

This widget adds checkout to a site. 

optional parameters:

:required- - required fields can be specified separated by comma: firstname, lastname, email, phone, mobile, country, city, zip, address1, address2.

:pickaddress - adds possibility for returning customers to select already used address.

:with-password - allows a customer to set their own password during checkout.


{%freebies}...{/freebies}

{%freebies}{%%product:3:product list}
{/freebies}

magicspace  Freebies magicspace is processing all products inside magic space and makes them free.

{%customeronly}...{/customeronly}

{%customeronly}}
{/customeronly}

magicspace  Customeronly magicspace displays content for customers.

{%productset}...{/productset}

{%productset}{%%product:3:product list}
{/productset}

magicspace  creating set of products.

{%related}...{/related}

{%related}{%%product:3:product list}
{/related}

magicspace  assigning related products to the product.

new{%withoutgroups}...{/withoutgroups}
new{%productoptions}...{/productoptions}

{%productoptions}
   {%%product:option:NameOption1}
   {%%product:option:NameOption2}
{/productoptions}

Return wrapper for the single product options on the product page

This magic space works only on a product page( doesn't work in product lists)

Shopping cart

{%%cartitem:photo[:img_size]}

{%%cartitem:photo[:img_size]}

Displays a preview image of the product.

optional parameters:

:img-size - sets the output size of the pre-loaded product image (product|small|medium|large|original).

{%%cartitem:name}

{%%cartitem:name}

Displays the name of the product in the basket.

{%%cartitem:options}

{%%cartitem:options}

Displays the selected product options in the basket.

{%%cartitem:sku}

{%%cartitem:sku}

Displays product SKU (stock keeping unit) in the basket.

 

{%%cartitem:mpn}

{%%cartitem:mpn}

Displays the MPN (manufacture product number) in the basket.

{%%cartitem:description[:desc_size]}

{%%cartitem:description[:desc_size]}

Displays a brief or a full description of the product in the basket.

optional parameters:

:desc_size -  the type of product description output (_short_|full|maximum number of output symbols).

{%%cartitem:tax}

{%%cartitem:tax}

Displays product tax in the basket.

{%%cartitem:weight[:weight_type]}

{%%cartitem:weight[:weight_type]}

Displays the weight of the product for one unit or for a package in the basket.

optional parameters:

:weight_type - output type for package | product unit respectively (_total_|unit).

{%%cartitem:price[:price_type]}

{%%cartitem:price[:price_type]}

Displays the price of one product or a package of products in the basket. 

optional parameters:

:price_type - total price| price for the unit of the product (_total_|unit).

{%%cartitem:qty}

{%%cartitem:qty}

Displays product number field in the basket.

{%%cartitem:remove}

{%%cartitem:remove}

Displays a button that allows you to remove a product from the basket.


{%paymentgateways}...{/paymentgateways}

{%paymentgateways}
    {%%plugin:paypal:creditcard}
{/paymentgateways}

magicspace used to specify a place where payment gateways will be displayed at the checkout.  It displays payment gateways at the latest stage when taxes and shipping was applied to final amount of the purchase

{%toastercart}...{/toastercart}

{%toastercart}
    {%%cartitem:name} {%%cartitem:sku} {%%cartitem:price}
{/toastercart}

magicspace used to specify a place where single cart items will be displayed.  Inside this magic space you can put cartitem widgets

Quote System Tags

{%%quote:form}

{%%quote:form}

Displays a quote form on the check out page (users can request a quote on a few products at the same time) or on the product page template.

{%%quote:search}

{%%quote:search}

Displays the search form on the quote page.

{%%quote:info:billing}

{%%quote:info:billing}

Displays the form to input user's address which is used to receive the bill for selected products.

{%%quote:info:shipping}

{%%quote:info:shipping}

Displays a form to enter the address of the user to deliver paid products.

{%%quote:title}

{%%quote:title}

Displays the quote name.

{%%quote:date:created}

{%%quote:date:created}

Displays the date of quote creation.

{%%quote:date:expires}

{%%quote:date:expires}

Displays the quote expiration date.

{%%quote:total[:grand]}

{%%quote:total[:grand]}

Displays the total product quote in the basket. If the option :grand is set the discount, the shipping will be added to the price.

 

{%%quote:shipping}

{%%quote:shipping}

Displays the shipping price.

 

{%%quote:discount}

{%%quote:discount}

Displays the product discount field.

{%%quote:controls}

{%%quote:controls}

Displays buttons "add product", "save the quote", "save and send the quote".

{%%quote:item:name}

{%%quote:item:name}

Displays the product name added to the quote.

{%%quote:item:options}

{%%quote:item:options}

Displays options of the product added to the quote. 

{%%quote:item:id}

{%%quote:item:id}

Displays the id of the product added to the quote.

{%%quote:item:qty}

{%%quote:item:qty}

Displays the number of products of the same name added to the quote.

{%%quote:item:price[:unit]}

{%%quote:item:price[:unit]}

Displays the price of one product added to the quote.

:unit - output of product package price

{%%quote:item:remove}

{%%quote:item:remove}

Displays the button to remove the product from the quote.

{%%quote:editquoteowner}

{%%quote:editquoteowner}

Displays edit quote owner dropdown.


{%customersonly}...{/customersonly}

{%customersonly}
 

 

billing address

{%%quote:address:billing:firstname} {%%quote:address:billing:lastname}

{%%quote:address:billing:company}

{%%quote:address:billing:address1} {%%quote:address:billing:address2}

{%%quote:address:billing:city} {%%quote:address:billing:state} {%%quote:address:billing:zip}

{%%quote:address:billing:country}

{%%quote:address:billing:email}

{%%quote:address:billing:phone}

shipping address

{%%quote:address:shipping:firstname} {%%quote:address:shipping:lastname}

{%%quote:address:shipping:company}

{%%quote:address:shipping:address1} {%%quote:address:shipping:address2}

{%%quote:address:shipping:city} {%%quote:address:shipping:state} {%%quote:address:shipping:zip}

{%%quote:address:shipping:country}

{%%quote:address:shipping:email}

{%%quote:address:shipping:phone}

 

 
{/customersonly}

magicspace - return content for everyone who not have access to the storemanagement resource Ex: guest, customer, member

{%quoteexpired}...{/quoteexpired}

{%quoteexpired}
    {/quoteexpired}

magicspace display content if quote have status lost.

{%quoteexpired:not}
    {/quoteexpired}

magicspace display content if quote doesn't have status lost.

{%toasterquote}...{/toasterquote}

{%toasterquote}

{%%quote:item:photo}

{%%quote:item:name}

{%%quote:item:shortDescription}

Item ID: {%%quote:item:sku}

{%%quote:item:options}

{%%quote:item:qty}{%%quote:item:price:unit}{%%quote:item:price}{%%quote:item:remove}

 
{/toasterquote}

magicspace - Renders magic space using quote template. Here you can put quote item widgets

Invoice To Pdf

{%%plugin:invoicetopdf:invoiceDate}

{%%plugin:invoicetopdf:invoiceDate}

Display date of creation invoice.

{%%plugin:invoicetopdf:invoiceNumber}

{%%plugin:invoicetopdf:invoiceNumber}

Cart id

{%%plugin:invoicetopdf:created}

{%%plugin:invoicetopdf:created}

Display date when purchase was done

{%%plugin:invoicetopdf:customer:shipping|billing:lastname|firstname|address1|address2|city|state|zip|country|phone|mobile|email}

{%%plugin:invoicetopdf:customer:[:shipping|billing[:lastname|firstname|address1|address2|city|state|zip|country|phone|mobile|email]]}

Display shipping or billing information about purchase

:shipping - shipping address

:billing - billing address

:lastname - last name

:firtstname - first name

:address1 - address

:address2 - address

:city - city

:state - state

:zip - zip

:country - country

:phone - phone

:mobile - mobile

:email - email

Shopping: post purchase


General info

This type of widgets you can use at the post purchase page(page with option Post purchase "Thank you" page). Also you can use this widgets inside email templates (action email trigger "new order is placed").


{%%postpurchase:ipAddress}

{%%postpurchase:ipAddress}

ip address

{%%postpurchase:userId}

{%%postpurchase:userId}

System user id

{%%postpurchase:status}

{organization:lat} 

organization coordinates latitude

{%%postpurchase:gateway}

{%%postpurchase:gateway}

Payment gateway name

{%%postpurchase:shippingPrice[:clean[:withouttax]]}

{%%postpurchase:shippingPrice[:clean[:withouttax]]}

shipping price (with tax if tax enabled)

:clean - without html, currency etc.. 

:withouttax - without tax 

{%%postpurchase:shippingService}

{%%postpurchase:shippingService

Shipping service name

{%%postpurchase:subTotal[:clean[:withouttax]]}

{%%postpurchase:subTotal[:clean[:withouttax]]}

subtotal price (with tax if tax enabled)

:clean - without html, currency etc.. 

:withouttax - without tax 

{%%postpurchase:totalTax[:clean]}

{%%postpurchase:totalTax[:clean]}

total tax

:clean - without html, currency etc.. 

{%%postpurchase:total[:clean]}

{%%postpurchase:total[:clean]}

Total

:clean - without html, currency etc.. 

{%%postpurchase:referer}

{%%postpurchase:referer}

Referer link

{%%postpurchase:Created}

{%%postpurchase:Created}

date when purchase created in d-M-Y format

{%%postpurchase:Updated}

{%%postpurchase:Updated}

date when purchase updated in d-M-Y format

{%%postpurchase:notes}

{%%postpurchase:notes}

customer notes

{%%postpurchase:discount[:clean[:withouttax]]}

{%%postpurchase:discount[:clean[:withouttax]]}

purchase discount (with tax if tax enabled)

:clean - without html, currency etc.. 

:withouttax - without tax 

{%%postpurchase:shippingTax[:clean]}

{%%postpurchase:shippingTax[:clean]}

shipping tax

:clean - without html, currency etc.. 

{%%postpurchase:discountTax[:clean]}

{%%postpurchase:discountTax[:clean]}

discount tax

:clean - without html, currency etc.. 

{%%postpurchase:subTotalTax[:clean]}

{%%postpurchase:subTotalTax[:clean]}

subtotal tax

:clean - without html, currency etc.. 

{%%postpurchase:id}

{%%postpurchase:id}

Cart id

{%%postpurchase:billing:lastname}

{%%postpurchase:billing:lastname}

Billing lastname

{%%postpurchase:billing:firstname}

{%%postpurchase:billing:firstname}

Billing lastname

{%%postpurchase:billing:company}

{%%postpurchase:billing:company}

billing company

{%%postpurchase:billing:address1}

{%%postpurchase:billing:address1}

billing address

{%%postpurchase:billing:address2}

{%%postpurchase:billing:address2}

billing address

{%%postpurchase:billing:city}

{%%postpurchase:billing:city}

billing city

{%%postpurchase:billing:state}

{%%postpurchase:billing:state}

billing state

{%%postpurchase:billing:zip}

{%%postpurchase:billing:zip}

billing zip

{%%postpurchase:billing:country}

{%%postpurchase:billing:country}

billing country

{%%postpurchase:billing:phone}

{%%postpurchase:billing:phone}

billing phone

{%%postpurchase:billing:mobile}

{%%postpurchase:billing:mobile}

billing mobile phone

{%%postpurchase:billing:email}

{%%postpurchase:billing:email}

billing email address

{%%postpurchase:shipping:lastname}

{%%postpurchase:shipping:lastname}

shipping last name

{%%postpurchase:shipping:firstname}

{%%postpurchase:shipping:firstname}

shipping first name

{%%postpurchase:shipping:company}

{%%postpurchase:shipping:company}

shipping company

{%%postpurchase:shipping:address1}

{%%postpurchase:shipping:address1}

shipping address

{%%postpurchase:shipping:address2}

{%%postpurchase:shipping:address2}

shipping address

{%%postpurchase:shipping:city}

{%%postpurchase:shipping:city}

shipping city

{%%postpurchase:shipping:state}

{%%postpurchase:shipping:state}

shipping state

{%%postpurchase:shipping:zip}

{%%postpurchase:shipping:zip}

shipping zip

{%%postpurchase:shipping:country}

{%%postpurchase:shipping:country}

shipping country

{%%postpurchase:shipping:phone}

{%%postpurchase:shipping:phone}

shipping phone

{%%postpurchase:shipping:mobile}

{%%postpurchase:shipping:mobile}

shipping mobile phone

{%%postpurchase:shipping:email}

{%%postpurchase:shipping:email}

shipping email address

{%%postpurchase:cartitem:photo[:small|medium|large|original|product]}

{%%postpurchase:cartitem:photo[:_product_|small|medium|large|original|}

product photo

{%%postpurchase:cartitem:price[:clean]}

{%%postpurchase:cartitem:price[:clean]}

product price without tax (if product freebies return text 'freebies')

:clean - without html, currency etc.. 

{%%postpurchase:cartitem:tax[:clean]}

{%%postpurchase:cartitem:tax[:clean]}

product tax

:clean - without html, currency etc.. 

{%%postpurchase:cartitem:taxprice[:clean]}

{%%postpurchase:cartitem:taxprice[:clean]}

product price with tax

:clean - without html, currency etc.. 

{%%postpurchase:cartitem:sku}

{%%postpurchase:cartitem:sku}

product sku

{%%postpurchase:cartitem:mpn}

{%%postpurchase:cartitem:mpn}

product mpn

{%%postpurchase:cartitem:name}

{%%postpurchase:cartitem:name}

product name

{%%postpurchase:cartitem:qty}

{%%postpurchase:cartitem:qty}

product quantity

{%%postpurchase:cartitem:cartId}

{customer:shipping_email}

shipping email

{%%postpurchase:cartitem:total[:clean]}

{%%postpurchase:cartitem:total[:clean]}

total price with tax

:clean - without html, currency etc.. 

{%%postpurchase:cartitem:options[:email[:cleanOptionPrice]}

{%%postpurchase:cartitem:options[:email[:cleanOptionPrice]}

Product options info

:email - with html and styles for email template 

:cleanOptionPrice - without html, currency etc.. 

{%%postpurchase:cartitem:producturl}

{%%postpurchase:cartitem:producturl}

Product url

{%$postpurchase:quoteid}{%$postpurchase:quoteid}
{%$postpurchase:quotetitle}{%$postpurchase:quotetitle}
{%$postpurchase:quotecreatedat[:Y-m-d]}{%$postpurchase:quotecreatedat[:Y-m-d]}
 

{%postpurchasecode}...{/postpurchasecode}

{%postpurchasecode}
{/postpurchasecode}

magicspace  Postpurchasecartcontent magic space is used to specify a place where will be displayed information about purchase.

{%postpurchasecartcontent}...{/postpurchasecartcontent}

{postpurchasecartcontent[:somename] {/postpurchasecartcontent} magicspace

Postpurchasecartcontent magic space is used to specify a place where will be displayed information about each element of purchase. You should provide optional name if you want use several magicspaces on one page. If you want to use it with action email system add param 'email' for magic space {postpurchasecartcontent:email}

Shopping: User profile

{%%user:name}

{%%user:name}

User full name.

{%%user:registration}

{%%user:registration}

Registration date.

{%%user:lastlogin}

{%%user:lastlogin}

Last login date.

{%%user:email}

{user:email}

Brings up the user's email address

{%%user:account}

{%%user:account}

Form for editing user's data

{%%user:tabs:tab1,tab2,...,tabN}

{%%user:tabs:tab1,tab2,...,tabN}

Tabs with containers

{%%user:grid}

{%%user:grid}

Grid with information about purchases for current logged user

Inventory notification widget

{%%notifyme:addTonotificationlist:{%%product:id}[:htmlclass:class class2 class3[:btnname:sometext[:profile]]]}

{%%notifyme:addTonotificationlist:{%%product:id}[:htmlclass:class class2 class3[:btnname:sometext[:profile]]]]}

htmlclass:class class2 class3 - added html classes, where classX is name of html class. 

btnname:sometext - where sometext is custom text for button name.

profile - redirected user on profile after add product to notification list.

{%%notifyme:notifylist:_products notification list[:limit[:10]]}

{%%notifyme:notifylist:_products notification list[:limit[:10]]}

Option _products notification list template - used for show product on page.

Into this template you can use any product and store widgets and magicspases.

Option limit you can set custom limit before pagination "show more" for product list ex.

{%%notifyme:_products notification list:limit:10}

where 10 - is count of products. By default limit is 20.

{%%notifyme:removeproduct:{%%product:id}[htmlclass:class class2 class3[:btnname:sometext]]}

{%%notifyme:removeproduct:{%%product:id}[htmlclass:class class2 class3[:btnname:sometext]]}

htmlclass:class class2 class3 - added html classes, where classX is name of html class. 

btnname:sometext - where sometext is custom text for button name.

{%%notifyme:isnotified:{%%product:id}}

Display if customer already have the notification by email.

Action emails lexems:
{%notify:productname}

Display product name.

{%notify:productdescription}

Display product short description.

{%customer:fullname}

{customer:fullname}

Display customer full name.

{%notify:producturl}

Display link to product page.

Plugins Shortcuts

Payment plugins


{%%plugin:securepay:creditcard}

{%%plugin:securepay:creditcard}

Displays the form of payment system Securepay on the page.


{%%plugin:elavon:creditcard}

{%%plugin:elavon:creditcard}

Displays the form of payment system Elavon on the page. 


{%%plugin:eway:creditcard}

{%%plugin:eway:creditcard}

Displays the form of payment system Eway on the page.


{%%plugin:paybox}

{%%plugin:paybox}

 Displays the payment system PayBox button on the page.


{%%plugin:authorize:button}

{%%plugin:authorize:button}

Displays Authorize payment system button on the page.

{%%plugin:authorize:creditcard}

{%%plugin:authorize:creditcard}

Displays a form of payment system Authorize on the page.


{%%plugin:paypal:button}

{%%plugin:paypal:button}

Displays a PayPal button on the page.

{%%plugin:paypal:creditcard}

{%%plugin:paypal:creditcard}

Displays the form of PayPal payment system on the page.

{%%plugin:paypal:cardbutton}

{%%plugin:paypal:cardbutton}

Displays the switch between the button and the form of PayPal payment system on this page.

WebBuilder

{%%directupload:folder_name:image_name:thumb_size:[relgall]:[img_size[crop_size]][:static[:nolink]]}

{%%directupload:folder_name:image_name:thumb_size:[relgall]:[img_size[crop_size]][:static[:nolink]]}

This widget is used to load images directly on the page without  storing them in a separate folder in the media.

:folder_name - the name of the folder where all the loaded images will be stored automatically.

:image_name - name of the image.

:thumb_size - width and height of the preview image.

optional parameters:

:relgall - specifying this tag to the set of images, we automatically put them in the gallery. When you click on one of the images with this tag you´ll get access to the whole gallery.

:small|medium|large|original|crop - type of image size ( the image can be small, medium, large, of original size or cropped).

crop_size -  - a proportion by which the image is cropped.
(Example: crop-WxH where W - width, H - height)

:static - if you add this parameter, it will signify that widget is not related to a specific page. When you insert it on any page, it will display the same content.

:nolink - the image is displayed without putting it in the tag <a> . This means that when clicking on the image, it will not be opened in a new window and a larger version of the picture will not be displayed.

 
{%%imageonly:XYZ:thumb_size[:static]}

{%%imageonly:XYZ:width[:static]}

Inserts only the image on the page.

:XYZ - unique name of the widget

:width - width of the image inserted on the page 
Takes values​​: any number or small|medium|large|original

optional parameters:

:static - widget is not related to a specific page and when you insert it on any page, it shows the same content.

{%%textonly:XYZ[:static]}

{%%textonly:XYZ[:static]}

This widget is used only to insert text on the page.

:XYZ - unique name of the widget.

optional parameters:

:static - widget is not related to a specific page and when you insert it on any page, it shows the same content.

{%%featuredonly:XYZ[:disablelazy][:static]}

{%%featuredonly:XYZ[:static]}

This widget is used to add only a list of pages that are unified by tag.

:XYZ - unique name of the widget.

optional parameters:

:static - widget is not related to a specific page and when you insert it on any page, it shows the same content.

{%%galleryonly:XYZ[:static]}

{%%galleryonly:XYZ[:static]}

This widget is used only to insert picture gallery on the page.

:XYZ - unique name of the widget.

optional parameters:

:static - widget is not related to a specific page and when you insert it on any page, it shows the same content.

{%%videolink:XYZ[:inline[:static]]}

{%%videolink:XYZ[:inline[:static]]}

This widget allows you to embed videos from YouTube, Google video, Vimeo, Dailymotion on the page.

:XYZ - unique name of the widget

:inline - direct editing of links to video only for Super Admin

optional parameters:

:static -  widget is not related to a specific page and when you insert it on any page, it shows the same content.

CodeExample

{%%codeexample:XYZ:content,code,button[:nonums[:static]]}

{%%codeexample:XYZ:content,code,button[:nonums[:static]]}

Displays the version of the code that has been used and its example.

:XYZ - unique name of the widget

:code,content,button - output options on the page. The output order will comply with the below-mentioned options. 

  • :code - code example
  • :content - code that has been used
  • :button - buttons to insert code

optional parameters:

:nonums - code sample without pagination

:static -  widget is not related to a specific page and when you insert it on any page, it shows the same content.

Quizz

{%%quizz:XYZ:title:questions_num:questions_num_per_page}

{%%quizz:XYZ:title:questions_num:questions_num_per_page}

Creates a questionnaire on the site.

:XYZ - unique name of the widget.

:title - header of the questionnaire.

:questions_num - number of questions.

:questions_num_per_page - number of questions displayed on the page. If there are a lot of questions - pagination will be created.

Youtubefeed

{%%plugin:youtubefeed:thumbs:keyword}

 {%%plugin:youtubefeed:thumbs:keyword}

Displays a list of videos from Youtube, that match the keywords.

:keyword - keyword for videos from YouTube.

{%%plugin:youtubefeed:player}

{%%plugin:youtubefeed:player}

Adds a video player that appears after clicking on one of these videos({%%plugin:youtubefeed:thumbs:keyword}).

News & Blog

{%%news:id}

{%%news:id}

Displays the ID of the news

{%%news:title}

{%%news:title}

Displays the name of the news

{%%news:teaser}

{%%news:teaser}

Displays teaser (short description) of a news item.

{%%news:tags[:nolinks]}

{%%news:tags}

Displays news tags. Displayed tags are wrapped in links <a> with filtering functionality. Includes tag "All".

optional parameters:

:nolinks - displays news tags in text format, separated by comma.

{%%news:date[:format]}

{%%news:date[:format]}

Displays the date of news creation.

optional parameters:

:format - additional formats to display the date. The format may be one of the stated here [http://php.net/manual/en/function.date.php]

 

{%%news:preview[:crop][:WIDTHxHEIGHT]}

{%%news:preview[:crop][:WIDTHxHEIGHT]}

Displays news image for preview. 

optional parameters:

:crop - image cropping.

:WIDTHxHEIGHT - the parameters of width and height. According to them the image will be cropped.

{%%news:actions}

{%%news:actions}

Widget only for admin! Displays control elements for news editing / deleting. 

 

{%%news:url}

{%%news:url}

Displays the URL for the news page.

{%%news:gplus[:link_title]}

{%%news:gplus[:link_title]}

Displays a link to profile Gplus (if it is set in Settings). If no profile is specified, the widget will display a blank value.

optional parameters:

:link_title  - parameter, which any line can take. It will be posted as Gplus link title.

 

{%%newslist:template_name[:news_items_qty[:order_direction[:tags:tag_to_filter1,tag_to_filter2,...,tag_to_filterN]]]]}

{%%newslist:template_name[:news_items_qty[:order_direction[:tags:tag_to_filter1,tag_to_filter2,...,tag_to_filterN[:showmore]]]]}

Displays a list of news items on this page, depending on the given parameters :

:template_name - (mandatory) template name for the newslist. Useful if you're using one newslist on multiple pages.

optional parameters:

:news_items_qty - amount of news items that will be displayed on a page.

:order_direction - (optional)  news sorting in the list, can be sorted in ascending or descending order (asc/desc).

:tags - this parameter should come along with tags list, separated by comma. If this parameter specifies news list, only those news items will be displayed, that have those tags.

:showmore - this parameter is used instead of pagination. The "show more" button will appear at the bottom of the news list and will open next set of posts underneath.  

  • News 2 News 2

    Daddy Bender, we're hungry. Um, is this the boring, peaceful kind of taking to the streets? No! I want to live! There are still too many things I don't own! Pansy. I just want to talk. It has nothing to do with mating. Fry, that doesn't make sense.

    May 06, 2014

    All, css, html

  • News 1 News 1

    Ah, computer dating. It's like pimping, but you rarely have to use the phrase "upside your head." What are their names? Large bet on myself in round one. Leela's gonna kill me.

    May 06, 2014

    All, js, html

<ul class="news-list list-unstyled">
    {$newslist:news list:2:desc}
</ul>

Template example for news list:

<li class="news-list-item clearfix">
    {$news:actions}
    <a class="page-teaser-image text-center grid_3 alpha" href="{$news:url}">
        <img src="{$news:preview}" alt="{$news:title}"/>
    </a>
    <a class="page-title large grid_9 omega" href="{$news:url}">{$news:title}</a>
    <p class="news-item-description grid_9 omega small mb10px">{$news:teaser}</p>
    <span class="news-item-date icon-calendar2 grid_6 alpha">{$news:date: M d, Y}</span>
    <p class="news-item-tags text-right grid_6 omega">{$news:tags}</p>
</li>

 

 

{%newslist:XYZ[:news_items_qty[:order_direction[:tags:tag_to_filter1,tag_to_filter2,...,tag_to_filterN]]]]}...{/newslist}

{newslist:XYZ[:news_items_qty[:order_direction[:tags:tag_to_filter1,tag_to_filter2,...,tag_to_filterN]]]}
    ... news list markup here ... 
{/newslist}

Displays a list of news items on this page, depending on the given parameters :

:XYZ - the name of the news list. This widget is useful if you use more than one news list  on the same page.

optional parameters:

:news_items_qty -  amount of news items that will be displayed on a page.

:order_direction - (optional)  news sorting in the list, can be sorted in ascending or descending order (asc/desc).

:tags -  this parameter should come along with tags list, separated by comma. If this parameter specifies news list, only those news items will be displayed, that have those tags.

  • News 2 News 2

    Daddy Bender, we're hungry. Um, is this the boring, peaceful kind of taking to the streets? No! I want to live! There are still too many things I don't own! Pansy. I just want to talk. It has nothing to do with mating. Fry, that doesn't make sense.

    May 06, 2014

    Allcsshtml

  • News 1 News 1

    Ah, computer dating. It's like pimping, but you rarely have to use the phrase "upside your head." What are their names? Large bet on myself in round one. Leela's gonna kill me.

    May 06, 2014

    Alljshtml

<ul class="news-list list-unstyled">
{//newslist:mainList:2:desc}
    <li class="news-list-item clearfix">
        {$news:actions}
        <a class="page-teaser-image text-center grid_3 alpha" href="{$news:url}">
            <img src="{$news:preview}" alt="{$news:title}"/>
        </a>
        <a class="page-title large grid_9 omega" href="{$news:url}">{$news:title}</a>
        <p class="news-item-description grid_9 omega small mb10px">{$news:teaser}</p>
        <span class="news-item-date icon-calendar2 grid_6 alpha">{$news:date: M d, Y}</span>
        <p class="news-item-tags text-right grid_6 omega">{$news:tags}</p>
    </li>
{/newslist}
</ul>

{%newscontent}...{/newscontent}

{%newscontent}
    ... 
{/newscontent}

Newscontent magic space is used to specify the display location (and input location, if the news is created locally) of news content. If the news was published by mojo, then all the magic space will be replaced by the content coming from mojo.

edit  content

edit  content
edit  content - just regular container that hosts the content of the news, if it was created locally
{//newscontent}
    <h3>{$header:newsContent}</h3>
    {$content:newsContent1}
    {$content:newsContent2} - just regular container that hosts the content of the news, if it was created locally
{/newscontent}
new{%%news:tagcloud[:newslist_name]}

{%%news:tagcloud[:newslist_name]}

Displays all news tags. Displayed tags are wrapped in links <a> with filtering functionality.

optional parameters:

:newslist_name - the name of news list that has to be filtered. 

new{%%news:event:date[:date_format]}

{%%news:event:date[:date_format]}

Displays date when an event takes place.  

optional parameters:

:date_format - format of the date. 

new{%%news:event:location}

{%%news:event:location}

Displays location where event will be held. 

Youtubeupload

{%%plugin:youtubeupload:tags:category}

{%%plugin:youtubeupload:tags:category}

This plug-in is required to download YouTube videos via Apikey. You can add tags and category for this video. 

:tags - tags by which your video will be found.

:category - category to which the video corresponds. Possible categories:"Autos", "Comedy", "Education", "Entertainment", "Film", "Games", "Howto", "Music", "News", "Nonprofit", "People", "Animals", "Tech", "Sports", "Travel".

Gmaps

{%%plugin:gmaps:places:map_name:width:height:zoom}

{%%plugin:gmaps:places:map_name:width:height:zoom}

The widget allows to display google map of any size and any zoom on the page.

:places - displays the textual field for cities and places input on the map.
All addresses are separated by - |.

:map_name - unique name specified when creating the tag for the pages.

:width:height - map size in pixels (px).

:zoom - map scale. From 1 - the furthest distance to 17 - the closest distance. 

{%%plugin:gmaps:geogal:map_name:width:height:small|medium|large|original}

{%%plugin:gmaps:geogal:map_name:width:height:small|medium|large|original}

Displays a map with images markers on the site that have geo-data.

:geogal - mandatory unchangeable parameter.

:width:height - map size in pixels (px).

:small|medium|large|original - type of image size (small, medium, large, original).

{%%plugin:gmaps:pages:thispagemap:width:height:zoom}

{order:totaltax}

order total tax

{%%plugin:gmaps:pages:allpagesmap:width:height:zoom}

{%%plugin:gmaps:pages:allpagesmap:width:height:zoom}

Displays on the page the map with all markers that were specified using thispagelocation.

:allpagesmap - mandatory unchangeable parameter.

:width:height - map size in pixels (px).

:zoom - map scale. From 1 - the furthest distance to 17 - the closest distance. 

{%%plugin:gmaps:pages:thispagelocation}

{%%plugin:gmaps:pages:thispagelocation}

Displays the form with fields to specify the address or the coordinates on the page. Works together with allpagesmap and thispagemap.

:thispagelocation - mandatory unchangeable parameter.

 
{%%plugin:gmaps:bizlocation:width:height:zoom}

{%%plugin:gmaps:bizlocation:width:height:zoom}

The widget allows to display google map of any size and with any zoom on the page.

:bizlocation - means that the same address will be displayed as the one indicated in the Website ID Card.

:width:height - map size in pixels (px).

:zoom - map scale. From 1 - the furthest distance to 17 - the closest distance. 

Website Id Card

{%%plugin:widcard:bizLogo}

{%%plugin:widcard:bizLogo[:url]}

Displays the site logo.

Parameter :url allows us to dispaly a direct link without any tags.

{%%plugin:widcard:BizOrgName}

{%%plugin:widcard:bizOrgName}

Is used to display the name of the site.

{%%plugin:widcard:BizOrgDesc}

{%%plugin:widcard:bizOrgDesc}

Is used to display a description of the resource or organization.

{%%plugin:widcard:BizState}

{%%plugin:widcard:bizState}

Displays the name of the state, which is indicated in the parameters provided that the country has the administrative and territorial units. Otherwise, the state selection is inactive.

 

{%%plugin:widcard:BizCountry}

{%%plugin:widcard:bizCountry}

Displays the name of the country. 

{%%plugin:widcard:BizCity}

{%%plugin:widcard:bizCity}

Dispalys the name of the city.

{%%plugin:widcard:BizAddress1}

{%%plugin:widcard:bizAddress1}

Displays the part of the address. Usually is used to indicate apartment number, the name of the residential complex or a street.

 

{%%plugin:widcard:BizAddress2}

{%%plugin:widcard:bizAddress2}

Displays an additional part of the address. Is used to display additional information about the address: name of the neighborhood or district.

{%%plugin:widcard:BizEmail}

{%%plugin:widcard:bizEmail}

Is used to display email address.

{%%plugin:widcard:BizTelephone}

{%%plugin:widcard:bizTelephone}

Displays the phone number.

{%%plugin:widcard:BizZip}

{%%plugin:widcard:bizZip}

Displays postcode.

{%%plugin:widcard:BizFbAccount}

{%%plugin:widcard:BizFbAccount:notag}

Is used to display a direct link to your Facebook company page or personal account that you have added to your Website ID card.

{%%plugin:widcard:BizTwitterAccount}

{%%plugin:widcard:BizTwitterAccount:notag}

Is used to display a direct link to your Twitter account that you have added to your Website ID card.

{%%plugin:widcard:BizLinkedInAccount}

{%%plugin:widcard:bizLinkedInAccount:notag}

Is used to display a direct link to your LinkedIn account that you have added to your Website ID card.

{%%plugin:widcard:BizInstagramAccount}

{%%plugin:widcard:bizInstagramAccount:notag}

Is used to display a direct link to your Instagram account that you have added to your Website ID card.

{%%plugin:widcard:BizVimeoChannel}

{%%plugin:widcard:bizVimeoChannel:notag}

Is used to display a direct link to your Vimeo channel that you have added to your Website ID card.

{%%plugin:widcard:BizYelp}

{%%plugin:widcard:bizYelp:notag}

Is used to display a direct link to your Yelp listing that you have added to your Website ID card.

{%%plugin:widcard:BizGmbusiness}

{%%plugin:widcard:BizGmbusiness:notag}

Is used to display a direct link to your Google My Business listing that you have added to your Website ID card.

{%%plugin:widcard:BizMsa}

{%%plugin:widcard:BizMsa}

Is used to display a direct link to your Metropolitan Statistical Area that you have added to your Website ID card.

{%%plugin:widcard:BizRssChannel}

{%%plugin:widcard:BizRssChannel}

Is used to display a direct link to the page with rss-tape.

{%%plugin:widcard:OPTION[:notag][:href]}

{%%plugin:widcard:OPTION[:notag]}

Additional parameter:notag is intended for use in cases when it is necessary to withdraw only the text information without the possibility of quick editing of content by administrator.

Parameter :href - returns encoded line format to the URL 

SeoToaster Documentation icon
{$plugin:widcard:bizOrgName}
SeoToaster Documentation
{$plugin:widcard:bizOrgName:notag}

Productonly

{%%plugin:productonly:name[:static]}

{%%plugin:productonly:XYZ[:static]}

This widget is only used to display a list of products.

:XYZ - unique name of the widget

optional parameters:

:static - widget is not connected to a specific page, and when you make the insert on any page, it shows the same content.

Downloader

{%%plugin:downloader:tracking}

{%%plugin:downloader:tracking}

This widget is used to track files download and to create statistics.

 

{%%plugin:downloader:handler}

{%%plugin:downloader:handler}

Creates a form that the user has to fill in before downloading a file.

Pagerating

{%%plugin:pagerating:stars[:{%%product:id}]}

{%%plugin:pagerating:stars[:sample_identification]}

Displays stars rating that allows any user to vote. 

:sample_identification - the unique identificator which is used to re-output the same ranking on several pages or in a single list.

AVERAGE RATING:

out of 2 ratings

{$plugin:pagerating:stars}
{%%plugin:pagerating:review[:modereted]}

{%%plugin:pagerating:review[:modereted[:nocaptcha]]}

This widget displays a form for comments / reviews besides rankings. 

optional parameters:

:modereted - includes the ability to premoderate comments by the resource administrator, allowing to monitor them. 

:nocaptcha - allows to remove the captures dispaly, but makes the form vulnerable to spam.

Franchiseandstorelocator

{%%plugin:franchiseandstorelocator:sform}

{%%plugin:franchiseandstorelocator:sform}

This plugin adds the franchisor (dealer) search form by his zip code. After research the plugin redirects the user to the franchisor page.

 

{%%plugin:franchiseandstorelocator:dform}

{%%plugin:franchiseandstorelocator:dform}

This plugin adds a form to enter a new franchisor (dealer) on the page.

 

Exceltable

{%%plugin:exceltable:XYZ}

{%%plugin:exceltable:XYZ}

Creates an HTML table from Excel CSV file.

:XYZ - unique name of the widget

Googlecalendar

{%%calendar:Mycalendar:width:height:Calendar ID}

{%%calendar:MyCalendar:width:height:Calendar ID}

This plugin displays Google Calendar with all of your Events, you can connect custom styles and style it to fit your needs.

 

{%%event:MyEvent:Calendar Id}

{%%event:MyEvent:Calendar ID}

This plugin displays a string with the nearest event date in your calendar.

 

Toastauth

{%%auth:facebook}
{%%auth:google}
{%%auth:linkedin}

Apps

{%%clicktocall:call::}

{%%clicktocall:call::}

is used to receive a phone call from the client and call him back automatically by answering the incoming call

Notifier

{%%plugin:notifier:subscribeButton[:buttonName]}

{%%plugin:notifier:subscribeButton[:buttonName]}

if you wish to have users click a button to subscribe to your updates.

 

{%%plugin:notifier:subscribe}

{%%plugin:notifier:subscribe}

if you wish to prompt users to subscribe to your updates on page load.

 

Action Emails Shortcuts

Feedback form sent

New member registered

{user:email}

{user:email}

Brings up the user's email address

{user:roleid}

{%%user:roleid}

Brings up the user's role id

{user:fullname}

{user:fullname}

Brings up the user's full name

{user:mobilephone}

{%%user:mobilephone}

Brings up the user's mobile phone

{user:notes}

{%%user:notes}

Brings up the user's notes

{user:timezone}

{%%user:timezone}

Brings up the user's timezone

{user:mobilecountrycode}

{%%user:mobilecountrycode}

Brings up the user's mobile country code

{user:mobilecountrycodevalue}

{%%user:mobilecountrycodevalue}

Brings up the user's mobile country code value

{user:desktopphone}

{%%user:desktopphone}

Brings up the user's desktop phone

{user:desktopcountrycode}

{%%user:desktopcountrycode}

Brings up the user's desktop country code

{user:desktopcountrycodevalue}

{%%user:desktopcountrycodevalue}

Brings up the user's user desktop value

{user:signature}

{%%user:signature}

Brings up the user's signature

{user:prefix}

{%%user:eprefix}

Brings up the user's prefix

{user:personalcalendarurl}

{%%user:personalcalendarurl}

Brings up the user's personal calendar url

{user:avatarlink}

{%%user:avatarlink}

Brings up the user's avatar link

{user:id}

{%%user:id}

Brings up the user's id

{user:passwordLink}

{%%user:passwordLink}

Brings up the user's reset link

{user:passwordLinkRaw}

{%%user:passwordLinkRaw}

Reset url (without a html tag)

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

Password reset request

{reset:link}

{%%reset:link}

reset link

{reset:url}

{%%reset:url}

reset url (without a html tag)

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

Password changed

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

System notification

Invitation email

{user:email}

{user:email}

Brings up the user's email address

{user:roleid}

{%%user:roleid}

Brings up the user's role id

{user:fullname}

{user:fullname}

Brings up the user's full name

{user:mobilephone}

{%%user:mobilephone}

Brings up the user's mobile phone

{user:notes}

{%%user:notes}

Brings up the user's notes

{user:timezone}

{%%user:timezone}

Brings up the user's timezone

{user:mobilecountrycode}

{%%user:mobilecountrycode}

Brings up the user's mobile country code

{user:mobilecountrycodevalue}

{%%user:mobilecountrycodevalue}

Brings up the user's mobile country code value

{user:desktopphone}
{user:desktopcountrycode}
{user:desktopcountrycodevalue}

{%%user:desktopcountrycodevalue}

Brings up the user's user desktop value

{user:signature}

{%%user:signature}

Brings up the user's signature

{user:prefix}

{%%user:eprefix}

Brings up the user's prefix

{user:personalcalendarurl}

{%%user:personalcalendarurl}

Brings up the user's personal calendar url

{user:avatarlink}

{%%user:avatarlink}

Brings up the user's avatar link

{user:id}

{%%user:id}

Brings up the user's id

{reset:link}

{%%reset:link}

reset link

{reset:url}

{%%reset:url}

reset url (without a html tag)

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

New order is placed

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{customer:groupid}

{customer:groupid}

customer group id

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{order:ipaddress}

{order:ipaddress}

order ip address

{order:userid}

{order:userid}

order user id

{order:status}

{order:status}

order status

{order:gateway}

{order:gateway}

order gateway

{order:shippingprice}

{order:shippingprice}

order shipping price

{order:shippingtype}

{order:shippingtype}

order shipping type

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{order:subtotal}

{order:subtotal}

order subtotal

{order:totaltax}

{lead:leadSource}

lead source

{order:total}

{order:total}

order total

{order:createdat}

{order:createdat}

order create dat

{order:notes}

{order:notes}

order notes

{order:discount}

{order:discount}

order discount

{order:shippingtax}

{order:shippingtax}

order shipping tax

{order:discounttax}

{order:discounttax}

order:discount tax

{order:subtotaltax}

{order:subtotaltax}

order subtotal tax

{order:id}

{order:id}

order id

{order:billingprefix}

{order:billingprefix}

order billing prefix

{order:billingfirstname}

{order:billingfirstname}

order billingfirstname

{order:billinglastname}

{order:billinglastname}

order billing lastname

{order:billingcompany}

{order:billingcompany}

order billing company

{order:billingemail}

{order:billingemail}

order billing email 

{order:billingaddress1}

{order:billingaddress1}

order billing address1

{order:billingaddress2}

{order:billingaddress2}

order billing address2

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcity}

{leadsmeeting:endtimedate}

meeting end time date

{order:billingzip}

{task:id}

task ID

{order:billingphone}

{order:billingphone}

order billing phone

{order:billingmobile}

{order:billingmobile}

order billing mobile

{order:billingmobilecountrycode}

{order:billingmobilecountrycode}

order billing mobile country code

{order:billingmobile_country_code_value}

{order:billingmobile_country_code_value}

order billing mobile country code value

{order:billingphonecountrycode}

{order:billingphonecountrycode}

order billing phone country code

{order:billingphone_country_code_value}

{order:billingphone_country_code_value}

order shipping phone country code

{order:billingcustomer_notes}

{order:billingcustomer_notes}

order billing notes

{order:billingposition}

{order:billingposition}

order billing position

{order:shippingprefix}

{order:shippingprefix}

order shipping prefix

{order:shippingfirstname}

{order:shippingfirstname}

order shipping firstname

{order:shippinglastname}

{order:shippinglastname}

order shipping lastname

{order:shippingcompany}

{order:shippingcompany}

order shipping company

{order:shippingemail}

{order:shippingemail}

order shipping email

{order:shippingaddress1}

{order:shippingaddress1}

order shipping address1

{order:shippingaddress2}

{order:shippingaddress2}

order shipping address2

{order:shippingcountry}

{order:shippingcountry}

order shipping country

{order:shippingcity}

{order:shippingcity}

order shipping city

{order:shippingzip}

{organization:organizationStateCode}

organization state code

{order:shippingphone}

{order:shippingphone}

order shipping phone

{order:shippingmobile}

{order:shippingmobile}

order shipping mobile

{order:shippingmobilecountrycode}

{order:shippingmobilecountrycode}

order shipping mobile country code

{order:shippingphonecountrycod}

{order:shippingphonecountrycode}

order shipping phone country code 

{order:shippingphone_country_code_value}
{order:shippingcustomer_note}
{order:shippingposition}

{order:shippingposition}

order shipping position

{order:billingaddress}

{order:billingaddress}

order billing address

{order:shippingaddress}

{order:shippingaddress}

order shipping address

{order:currency}

{order:currency}

order currency symbol

{store:name}

{store:name}

store name

New customer registered

{customer:groupid}

{customer:groupid}

customer group id

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{store:name}

{store:name}

store name

{website:url}
{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

Shipping tracking code updated

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{order:ipaddress}

{order:ipaddress}

order ip address

{order:userid}

{order:userid}

order user id

{order:status}

{order:status}

order status

{order:gateway}

{order:gateway}

order gateway

{order:shippingprice}

{order:shippingprice}

order shipping price

{order:shippingtype}

{order:shippingtype}

order shipping type

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{order:subtotal}

{order:subtotal}

order subtotal

{order:totaltax}

{lead:leadSource}

lead source

{order:total}

{order:total}

order total

{order:createdat}
{order:notes}

{order:notes}

order notes

{order:discount}

{order:discount}

order discount

{order:shippingtax}

{order:shippingtax}

order shipping tax

{order:discounttax}

{order:discounttax}

order:discount tax

{order:subtotaltax}

{order:subtotaltax}

order subtotal tax

{order:id}

{order:id}

order id

{order:billingprefix}

{order:billingprefix}

order billing prefix

{order:billingfirstname}

{order:billingfirstname}

order billingfirstname

{order:billinglastname}

{order:billinglastname}

order billing lastname

{order:billingcompany}

{order:billingcompany}

order billing company

{order:billingemail}

{order:billingemail}

order billing email 

{order:billingaddress1}

{order:billingaddress1}

order billing address1

{order:billingaddress2}

{order:billingaddress2}

order billing address2

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcity}

{leadsmeeting:endtimedate}

meeting end time date

{order:billingzip}

{task:id}

task ID

{order:billingphone}

{order:billingphone}

order billing phone

{order:billingmobile}

{order:billingmobile}

order billing mobile

{order:billingmobilecountrycode}
{order:billingmobile_country_code_value}

{order:billingmobile_country_code_value}

order billing mobile country code value

{order:billingphonecountrycode}

{order:billingphonecountrycode}

order billing phone country code

{order:billingphone_country_code_value}

{order:billingphone_country_code_value}

order shipping phone country code

{order:billingcustomer_notes}

{order:billingcustomer_notes}

order billing notes

{order:billingposition}

{order:billingposition}

order billing position

{order:shippingprefix}

{order:shippingprefix}

order shipping prefix

{order:shippingfirstname}

{order:shippingfirstname}

order shipping firstname

{order:shippinglastname}

{order:shippinglastname}

order shipping lastname

{order:shippingcompany}

{order:shippingcompany}

order shipping company

{order:shippingemail}

{order:shippingemail}

order shipping email

{order:shippingaddress1}

{order:shippingaddress1}

order shipping address1

{order:shippingaddress2}

{order:shippingaddress2}

order shipping address2

{order:shippingcountry}

{order:shippingcountry}

order shipping country

{order:shippingcity}

{order:shippingcity}

order shipping city

{order:shippingzip}

{organization:organizationStateCode}

organization state code

{order:shippingphone}

{order:shippingphone}

order shipping phone

{order:shippingmobile}

{order:shippingmobile}

order shipping mobile

{order:shippingmobilecountrycode}

{order:shippingmobilecountrycode}

order shipping mobile country code

{order:shippingmobile_country_code_value}

{order:shippingmobile_country_code_value}

order shipping mobile country code value

{order:shippingphonecountrycode}

{order:shippingphonecountrycode}

order shipping phone country code

{order:shippingphone_country_code_value}

{order:shippingphone_country_code_value}

order shipping country code value

{order:shippingcustomer_notes}

{order:shippingcustomer_notes}

order shipping customer notes

{order:shippingposition}

{order:shippingposition}

order shipping position

{order:billingaddress}

{order:billingaddress}

order billing address

{order:shippingaddress}

{order:shippingaddress}

order shipping address

{order:currency}

{order:currency}

order currency symbol

{store:name}

{store:name}

store name

{order:shippingtrackingurl}

New user account information

{user:email}

{user:email}

Brings up the user's email address

{user:roleid}

{%%user:roleid}

Brings up the user's role id

{user:fullname}

{user:fullname}

Brings up the user's full name

{user:ipaddress}
{user:mobilephone}

{%%user:mobilephone}

Brings up the user's mobile phone

{user:notes}

{%%user:notes}

Brings up the user's notes

{user:timezone}

{%%user:timezone}

Brings up the user's timezone

{user:mobilecountrycode}

{%%user:mobilecountrycode}

Brings up the user's mobile country code

{user:mobilecountrycodevalue}

{%%user:mobilecountrycodevalue}

Brings up the user's mobile country code value

{user:desktopphone}
{user:desktopcountrycode}
{user:desktopcountrycodevalue}

{%%user:desktopcountrycodevalue}

Brings up the user's user desktop value

{user:signature}

{%%user:signature}

Brings up the user's signature

{user:prefix}

{%%user:eprefix}

Brings up the user's prefix

{user:personalcalendarurl}

{%%user:personalcalendarurl}

Brings up the user's personal calendar url

{user:avatarlink}

{%%user:avatarlink}

Brings up the user's avatar link

{user:prefix}

{%%user:eprefix}

Brings up the user's prefix

{user:id}

{%%user:id}

Brings up the user's id

{user:passwordLink}

{%%user:passwordLink}

Brings up the user's reset link

{user:passwordLinkRaw}

{%%user:passwordLinkRaw}

Reset url (without a html tag)

{user:regdate}
{user:referer}
{user:gplusprofile}

Order refund

{refund:message}
{refund:notes}

Order delivered

{customer:groupid}

{customer:groupid}

customer group id

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{order:ipaddress}

{order:ipaddress}

order ip address

{order:userid}

{order:userid}

order user id

{order:status}

{order:status}

order status

{order:gateway}

{order:gateway}

order gateway

{order:shippingprice}

{order:shippingprice}

order shipping price

{order:shippingtype}

{order:shippingtype}

order shipping type

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{order:subtotal}

{order:subtotal}

order subtotal

{order:totaltax}

{lead:leadSource}

lead source

{order:total}

{order:total}

order total

{order:createdat}

{order:createdat}

order create dat

{order:notes}

{order:notes}

order notes

{order:discount}

{order:discount}

order discount

{order:shippingtax}

{order:shippingtax}

order shipping tax

{order:discounttax}

{order:discounttax}

order:discount tax

{order:subtotaltax}

{order:subtotaltax}

order subtotal tax

{order:id}

{order:id}

order id

{order:billingprefix}

{order:billingprefix}

order billing prefix

{order:billingfirstname}

{order:billingfirstname}

order billingfirstname

{order:billinglastname}

{order:billinglastname}

order billing lastname

{order:billingcompany}

{order:billingcompany}

order billing company

{order:billingemail}

{order:billingemail}

order billing email 

{order:billingaddress1}

{order:billingaddress1}

order billing address1

{order:billingaddress2}

{order:billingaddress2}

order billing address2

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcity}

{leadsmeeting:endtimedate}

meeting end time date

{order:billingzip}

{task:id}

task ID

{order:billingphone}

{order:billingphone}

order billing phone

{order:billingmobile}

{order:billingmobile}

order billing mobile

{order:billingmobilecountrycode}
{order:billingmobile_country_code_value}

{order:billingmobile_country_code_value}

order billing mobile country code value

{order:billingphonecountrycode}

{order:billingphonecountrycode}

order billing phone country code

{order:billingphone_country_code_value}

{order:billingphone_country_code_value}

order shipping phone country code

{order:billingcustomer_notes}

{order:billingcustomer_notes}

order billing notes

{order:billingposition}

{order:billingposition}

order billing position

{order:shippingprefix}

{order:shippingprefix}

order shipping prefix

{order:shippingfirstname}

{order:shippingfirstname}

order shipping firstname

{order:shippinglastname}

{order:shippinglastname}

order shipping lastname

{order:shippingcompany}

{order:shippingcompany}

order shipping company

{order:shippingemail}

{order:shippingemail}

order shipping email

{order:shippingaddress1}

{order:shippingaddress1}

order shipping address1

{order:shippingaddress2}

{order:shippingaddress2}

order shipping address2

{order:shippingcountry}

{order:shippingcountry}

order shipping country

{order:shippingcity}

{order:shippingcity}

order shipping city

{order:shippingzip}

{organization:organizationStateCode}

organization state code

{order:shippingphone}

{order:shippingphone}

order shipping phone

{order:shippingmobile}

{order:shippingmobile}

order shipping mobile

{order:shippingmobilecountrycode}

{order:shippingmobilecountrycode}

order shipping mobile country code

{order:shippingmobile_country_code_value}

{order:shippingmobile_country_code_value}

order shipping mobile country code value

{order:shippingphonecountrycode}

{order:shippingphonecountrycode}

order shipping phone country code

{order:shippingphone_country_code_value}

{order:shippingphone_country_code_value}

order shipping country code value

{order:shippingcustomer_notes}

{order:shippingcustomer_notes}

order shipping customer notes

{order:shippingposition}

{order:shippingposition}

order shipping position

{order:billingaddress}

{order:billingaddress}

order billing address

{order:shippingaddress}

{order:shippingaddress}

order shipping address

{store:name}

{store:name}

store name

Supplier order completed

{%%order:shippingservice}

{%%order:shippingservice}

shipping service label

{customer:groupid}

{customer:groupid}

customer group id

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{order:ipaddress}

{order:ipaddress}

order ip address

{order:userid}

{order:userid}

order user id

{order:status}

{order:status}

order status

{order:gateway}

{order:gateway}

order gateway

{order:shippingprice}

{order:shippingprice}

order shipping price

{order:shippingtype}

{order:shippingtype}

order shipping type

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{order:subtotal}

{order:subtotal}

order subtotal

{order:totaltax}

{lead:leadSource}

lead source

{order:total}

{order:total}

order total

{order:createdat}

{order:createdat}

order create dat

{order:notes}

{order:notes}

order notes

{order:discount}

{order:discount}

order discount

{order:shippingtax}

{order:shippingtax}

order shipping tax

{order:discounttax}

{order:discounttax}

order:discount tax

{order:subtotaltax}

{order:subtotaltax}

order subtotal tax

{order:id}

{order:id}

order id

{order:billingprefix}

{order:billingprefix}

order billing prefix

{order:billingfirstname}

{order:billingfirstname}

order billingfirstname

{order:billinglastname}

{order:billinglastname}

order billing lastname

{order:billingcompany}

{order:billingcompany}

order billing company

{order:billingemail}

{order:billingemail}

order billing email 

{order:billingaddress1}

{order:billingaddress1}

order billing address1

{order:billingaddress2}

{order:billingaddress2}

order billing address2

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcity}

{leadsmeeting:endtimedate}

meeting end time date

{order:billingzip}

{task:id}

task ID

{order:billingphone}

{order:billingphone}

order billing phone

{order:billingmobile}

{order:billingmobile}

order billing mobile

{order:billingmobilecountrycode}

{order:billingmobilecountrycode}

order billing mobile country code

{order:billingmobile_country_code_value}

{order:billingmobile_country_code_value}

order billing mobile country code value

{order:billingphonecountrycode}

{order:billingphonecountrycode}

order billing phone country code

{order:billingphone_country_code_value}

{order:billingphone_country_code_value}

order shipping phone country code

{order:billingcustomer_notes}

{order:billingcustomer_notes}

order billing notes

{order:billingposition}

{order:billingposition}

order billing position

{order:shippingprefix}

{order:shippingprefix}

order shipping prefix

{order:shippingfirstname}

{order:shippingfirstname}

order shipping firstname

{order:shippinglastname}

{order:shippinglastname}

order shipping lastname

{order:shippingcompany}

{order:shippingcompany}

order shipping company

{order:shippingemail}

{order:shippingemail}

order shipping email

{order:shippingaddress1}

{order:shippingaddress1}

order shipping address1

{order:shippingaddress2}

{order:shippingaddress2}

order shipping address2

{order:shippingcountry}

{order:shippingcountry}

order shipping country

{order:shippingcity}

{order:shippingcity}

order shipping city

{order:shippingzip}

{organization:organizationStateCode}

organization state code

{order:shippingphone}

{order:shippingphone}

order shipping phone

{order:shippingmobile}

{order:shippingmobile}

order shipping mobile

{order:shippingmobilecountrycode}

{order:shippingmobilecountrycode}

order shipping mobile country code

{order:shippingmobile_country_code_value}

{order:shippingmobile_country_code_value}

order shipping mobile country code value

{order:shippingphonecountrycode}

{order:shippingphonecountrycode}

order shipping phone country code

{order:shippingphone_country_code_value}

{order:shippingphone_country_code_value}

order shipping country code value

{order:shippingcustomer_notes}

{order:shippingcustomer_notes}

order shipping customer notes

{order:shippingposition}

{order:shippingposition}

order shipping position

{order:billingaddress}

{order:billingaddress}

order billing address

{order:shippingaddress}

{order:shippingaddress}

order shipping address

{product:urls}

{product:urls}

product urls

{widcard:BizEmail}

{%%plugin:widcard:OPTION[:notag]}

Additional parameter:notag is intended for use in cases when it is necessary to withdraw only the text information without the possibility of quick editing of content by administrator.

Parameter :href - returns encoded line format to the URL 

SeoToaster Documentation icon
{$plugin:widcard:bizOrgName}
SeoToaster Documentation
{$plugin:widcard:bizOrgName:notag}

Supplier order delivered

Gift order info

{widcard:BizEmail}

{organization:organizationPhoneCountryCode}

organization phone country code

{customer:groupid}

{customer:groupid}

customer group id

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{order:ipaddress}

{order:ipaddress}

order ip address

{order:userid}

{order:userid}

order user id

{order:status}

{order:status}

order status

{order:gateway}

{order:gateway}

order gateway

{order:shippingprice}

{order:shippingprice}

order shipping price

{order:shippingtype}

{order:shippingtype}

order shipping type

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{order:subtotal}

{order:subtotal}

order subtotal

{order:totaltax}

{lead:leadSource}

lead source

{order:total}

{order:total}

order total

{order:createdat}

{order:createdat}

order create dat

{order:notes}

{order:notes}

order notes

{order:discount}

{order:discount}

order discount

{order:shippingtax}

{order:shippingtax}

order shipping tax

{order:discounttax}

{order:discounttax}

order:discount tax

{order:subtotaltax}

{order:subtotaltax}

order subtotal tax

{order:id}

{order:id}

order id

{order:billingprefix}

{order:billingprefix}

order billing prefix

{order:billingfirstname}

{order:billingfirstname}

order billingfirstname

{order:billinglastname}

{order:billinglastname}

order billing lastname

{order:billingcompany}

{order:billingcompany}

order billing company

{order:billingemail}

{order:billingemail}

order billing email 

{order:billingaddress1}

{order:billingaddress1}

order billing address1

{order:billingaddress2}

{order:billingaddress2}

order billing address2

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcity}

{leadsmeeting:endtimedate}

meeting end time date

{order:billingzip}

{task:id}

task ID

{order:billingphone}

{order:billingphone}

order billing phone

{order:billingmobile}

{order:billingmobile}

order billing mobile

{order:billingmobilecountrycode}

{order:billingmobilecountrycode}

order billing mobile country code

{order:billingmobile_country_code_value}

{order:billingmobile_country_code_value}

order billing mobile country code value

{order:billingphonecountrycode}

{order:billingphonecountrycode}

order billing phone country code

{order:billingphone_country_code_value}

{order:billingphone_country_code_value}

order shipping phone country code

{order:billingcustomer_notes}

{order:billingcustomer_notes}

order billing notes

{order:billingposition}

{order:billingposition}

order billing position

{order:shippingprefix}

{order:shippingprefix}

order shipping prefix

{order:shippingfirstname}

{order:shippingfirstname}

order shipping firstname

{order:shippinglastname}

{order:shippinglastname}

order shipping lastname

{order:shippingcompany}

{order:shippingcompany}

order shipping company

{order:shippingemail}

{order:shippingemail}

order shipping email

{order:shippingaddress1}

{order:shippingaddress1}

order shipping address1

{order:shippingaddress2}

{order:shippingaddress2}

order shipping address2

{order:shippingcountry}

{order:shippingcountry}

order shipping country

{order:shippingcity}

{order:shippingcity}

order shipping city

{order:shippingzip}

{organization:organizationStateCode}

organization state code

{order:shippingphone}

{order:shippingphone}

order shipping phone

{order:shippingmobile}

{order:shippingmobile}

order shipping mobile

{order:shippingmobilecountrycode}

{order:shippingmobilecountrycode}

order shipping mobile country code

{order:shippingmobile_country_code_value}

{order:shippingmobile_country_code_value}

order shipping mobile country code value

{order:shippingphonecountrycode}

{order:shippingphonecountrycode}

order shipping phone country code

{order:shippingphone_country_code_value}

{order:shippingphone_country_code_value}

order shipping country code value

{order:shippingcustomer_notes}

{order:shippingcustomer_notes}

order shipping customer notes

{order:shippingposition}

{order:shippingposition}

order shipping position

{order:billingaddress}

{order:billingaddress}

order billing address

{order:shippingaddress}

{order:shippingaddress}

order shipping address

{store:name}

{store:name}

store name

Product inventory notification

{notify:productname}

{{notify:productname}

product name

{notify:productdescription}

{notify:productdescription}

product description

{notify:productqty}

{notify:productqty}

product quantity

{customer:fullname}

{customer:full_name}

customer full name

{notify:producturl}

{notify:producturl}

product url

Partial payment received

{customer:groupid}

{customer:groupid}

customer group id

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{order:ipaddress}

{order:ipaddress}

order ip address

{order:userid}

{order:userid}

order user id

{order:status}

{order:status}

order status

{order:gateway}

{order:gateway}

order gateway

{order:shippingprice}

{order:shippingprice}

order shipping price

{order:shippingtype}

{order:shippingtype}

order shipping type

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{order:subtotal}

{order:subtotal}

order subtotal

{order:totaltax}

{lead:leadSource}

lead source

{order:total}

{order:total}

order total

{order:createdat}

{order:createdat}

order create dat

{order:notes}

{order:notes}

order notes

{order:discount}

{order:discount}

order discount

{order:shippingtax}

{order:shippingtax}

order shipping tax

{order:discounttax}

{order:discounttax}

order:discount tax

{order:subtotaltax}

{order:subtotaltax}

order subtotal tax

{order:id}

{order:id}

order id

{order:billingprefix}

{order:billingprefix}

order billing prefix

{order:billingfirstname}

{order:billingfirstname}

order billingfirstname

{order:billinglastname}

{order:billinglastname}

order billing lastname

{order:billingcompany}

{order:billingcompany}

order billing company

{order:billingemail}

{order:billingemail}

order billing email 

{order:billingaddress1}

{order:billingaddress1}

order billing address1

{order:billingaddress2}

{order:billingaddress2}

order billing address2

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcity}

{leadsmeeting:endtimedate}

meeting end time date

{order:billingzip}

{task:id}

task ID

{order:billingphone}

{order:billingphone}

order billing phone

{order:billingmobile}

{order:billingmobile}

order billing mobile

{order:billingmobilecountrycode}

{order:billingmobilecountrycode}

order billing mobile country code

{order:billingmobile_country_code_value}

{order:billingmobile_country_code_value}

order billing mobile country code value

{order:billingphonecountrycode}

{order:billingphonecountrycode}

order billing phone country code

{order:billingphone_country_code_value}

{order:billingphone_country_code_value}

order shipping phone country code

{order:billingcustomer_notes}

{order:billingcustomer_notes}

order billing notes

{order:billingposition}

{order:billingposition}

order billing position

{order:shippingprefix}

{order:shippingprefix}

order shipping prefix

{order:shippingfirstname}

{order:shippingfirstname}

order shipping firstname

{order:shippinglastname}

{order:shippinglastname}

order shipping lastname

{order:shippingcompany}

{order:shippingcompany}

order shipping company

{order:shippingemail}

{order:shippingemail}

order shipping email

{order:shippingaddress1}

{order:shippingaddress1}

order shipping address1

{order:shippingaddress2}

{order:shippingaddress2}

order shipping address2

{order:shippingcountry}

{order:shippingcountry}

order shipping country

{order:shippingcity}

{order:shippingcity}

order shipping city

{order:shippingzip}

{organization:organizationStateCode}

organization state code

{order:shippingphone}

{order:shippingphone}

order shipping phone

{order:shippingmobile}

{order:shippingmobile}

order shipping mobile

{order:shippingmobilecountrycode}

{order:shippingmobilecountrycode}

order shipping mobile country code

{order:shippingmobile_country_code_value}

{order:shippingmobile_country_code_value}

order shipping mobile country code value

{order:shippingphonecountrycode}

{order:shippingphonecountrycode}

order shipping phone country code

{order:shippingphone_country_code_value}

{order:shippingphone_country_code_value}

order shipping country code value

{order:shippingcustomer_notes}

{order:shippingcustomer_notes}

order shipping customer notes

{order:shippingposition}

{order:shippingposition}

order shipping position

{order:billingaddress}

{order:billingaddress}

order billing address

{order:shippingaddress}

{order:shippingaddress}

order shipping address

{store:name}

{store:name}

store name

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{quote:userid}

{quote:userid}

user id

Payment completion request

{customer:groupid}

{customer:groupid}

customer group id

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{order:ipaddress}

{order:ipaddress}

order ip address

{order:userid}

{order:userid}

order user id

{order:status}

{order:status}

order status

{order:gateway}

{order:gateway}

order gateway

{order:shippingprice}

{order:shippingprice}

order shipping price

{order:shippingtype}

{order:shippingtype}

order shipping type

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{order:subtotal}

{order:subtotal}

order subtotal

{order:totaltax}

{lead:leadSource}

lead source

{order:total}

{order:total}

order total

{order:createdat}

{order:createdat}

order create dat

{order:notes}

{order:notes}

order notes

{order:discount}

{order:discount}

order discount

{order:shippingtax}

{order:shippingtax}

order shipping tax

{order:discounttax}

{order:discounttax}

order:discount tax

{order:subtotaltax}

{order:subtotaltax}

order subtotal tax

{order:id}

{order:id}

order id

{order:billingprefix}

{order:billingprefix}

order billing prefix

{order:billingfirstname}

{order:billingfirstname}

order billingfirstname

{order:billinglastname}

{order:billinglastname}

order billing lastname

{order:billingcompany}

{order:billingcompany}

order billing company

{order:billingemail}

{order:billingemail}

order billing email 

{order:billingaddress1}

{order:billingaddress1}

order billing address1

{order:billingaddress2}

{order:billingaddress2}

order billing address2

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcity}

{leadsmeeting:endtimedate}

meeting end time date

{order:billingzip}

{task:id}

task ID

{order:billingphone}

{order:billingphone}

order billing phone

{order:billingmobile}

{order:billingmobile}

order billing mobile

{order:billingmobilecountrycode}

{order:billingmobilecountrycode}

order billing mobile country code

{order:billingmobile_country_code_value}
{order:billingphonecountrycode}

{order:billingphonecountrycode}

order billing phone country code

{order:billingphone_country_code_value}

{order:billingphone_country_code_value}

order shipping phone country code

{order:billingcustomer_notes}

{order:billingcustomer_notes}

order billing notes

{order:billingposition}

{order:billingposition}

order billing position

{order:shippingprefix}

{order:shippingprefix}

order shipping prefix

{order:shippingfirstname}

{order:shippingfirstname}

order shipping firstname

{order:shippinglastname}

{order:shippinglastname}

order shipping lastname

{order:shippingcompany}

{order:shippingcompany}

order shipping company

{order:shippingemail}

{order:shippingemail}

order shipping email

{order:shippingaddress1}

{order:shippingaddress1}

order shipping address1

{order:shippingaddress2}

{order:shippingaddress2}

order shipping address2

{order:shippingcountry}

{order:shippingcountry}

order shipping country

{order:shippingcity}

{order:shippingcity}

order shipping city

{order:shippingzip}

{organization:organizationStateCode}

organization state code

{order:shippingphone}

{order:shippingphone}

order shipping phone

{order:shippingmobile}

{order:shippingmobile}

order shipping mobile

{order:shippingmobilecountrycode}

{order:shippingmobilecountrycode}

order shipping mobile country code

{order:shippingmobile_country_code_value}

{order:shippingmobile_country_code_value}

order shipping mobile country code value

{order:shippingphonecountrycode}

{order:shippingphonecountrycode}

order shipping phone country code

{order:shippingphone_country_code_value}

{order:shippingphone_country_code_value}

order shipping country code value

{order:shippingcustomer_notes}

{order:shippingcustomer_notes}

order shipping customer notes

{order:shippingposition}

{order:shippingposition}

order shipping position

{order:billingaddress}

{order:billingaddress}

order billing address

{order:shippingaddress}

{order:shippingaddress}

order shipping address

{store:name}

{store:name}

store name

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{quote:userid}

{quote:userid}

user id

Completion Payment Received

{customer:groupid}

{customer:groupid}

customer group id

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:roleid}

{customer:roleidl}

customer role id

{customer:fullname}

{customer:full_name}

customer full name

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycodevalue}

customer mobile country code value

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:prefix}

{customer:prefix}

customer prefix

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

{order:ipaddress}

{order:ipaddress}

order ip address

{order:userid}

{order:userid}

order user id

{order:status}

{order:status}

order status

{order:gateway}

{order:gateway}

order gateway

{order:shippingprice}

{order:shippingprice}

order shipping price

{order:shippingtype}

{order:shippingtype}

order shipping type

{order:shippingservice}

{%%order:shippingservice}

shipping service label

{order:subtotal}

{order:subtotal}

order subtotal

{order:totaltax}

{lead:leadSource}

lead source

{order:total}

{order:total}

order total

{order:createdat}

{order:createdat}

order create dat

{order:notes}

{order:notes}

order notes

{order:discount}

{order:discount}

order discount

{order:shippingtax}

{order:shippingtax}

order shipping tax

{order:discounttax}

{order:discounttax}

order:discount tax

{order:subtotaltax}

{order:subtotaltax}

order subtotal tax

{order:id}

{order:id}

order id

{order:billingprefix}

{order:billingprefix}

order billing prefix

{order:billingfirstname}

{order:billingfirstname}

order billingfirstname

{order:billinglastname}

{order:billinglastname}

order billing lastname

{order:billingcompany}

{order:billingcompany}

order billing company

{order:billingemail}

{order:billingemail}

order billing email 

{order:billingaddress1}

{order:billingaddress1}

order billing address1

{order:billingaddress2}

{order:billingaddress2}

order billing address2

{order:billingcountry}

{order:billingcountry}

order billing country

{order:billingcity}

{leadsmeeting:endtimedate}

meeting end time date

{order:billingzip}

{task:id}

task ID

{order:billingphone}

{order:billingphone}

order billing phone

{order:billingmobile}

{order:billingmobile}

order billing mobile

{order:billingmobilecountrycode}

{order:billingmobilecountrycode}

order billing mobile country code

{order:billingmobile_country_code_value}

{order:billingmobile_country_code_value}

order billing mobile country code value

{order:billingphonecountrycode}

{order:billingphonecountrycode}

order billing phone country code

{order:billingphone_country_code_value}

{order:billingphone_country_code_value}

order shipping phone country code

{order:billingcustomer_notes}

{order:billingcustomer_notes}

order billing notes

{order:billingposition}

{order:billingposition}

order billing position

{order:shippingprefix}

{order:shippingprefix}

order shipping prefix

{order:shippingfirstname}

{order:shippingfirstname}

order shipping firstname

{order:shippinglastname}

{order:shippinglastname}

order shipping lastname

{order:shippingcompany}

{order:shippingcompany}

order shipping company

{order:shippingemail}

{order:shippingemail}

order shipping email

{order:shippingaddress1}

{order:shippingaddress1}

order shipping address1

{order:shippingaddress2}

{order:shippingaddress2}

order shipping address2

{order:shippingcountry}

{order:shippingcountry}

order shipping country

{order:shippingcity}

{order:shippingcity}

order shipping city

{order:shippingzip}

{organization:organizationStateCode}

organization state code

{order:shippingphone}

{order:shippingphone}

order shipping phone

{order:shippingmobile}

{order:shippingmobile}

order shipping mobile

{order:shippingmobilecountrycode}

{order:shippingmobilecountrycode}

order shipping mobile country code

{order:shippingmobile_country_code_value}

{order:shippingmobile_country_code_value}

order shipping mobile country code value

{order:shippingphonecountrycode}

{order:shippingphonecountrycode}

order shipping phone country code

{order:shippingphone_country_code_value}

{order:shippingphone_country_code_value}

order shipping country code value

{order:shippingcustomer_notes}

{order:shippingcustomer_notes}

order shipping customer notes

{order:shippingposition}

{order:shippingposition}

order shipping position

{order:billingaddress}

{order:billingaddress}

order billing address

{order:shippingaddress}

{order:shippingaddress}

order shipping address

{store:name}

{store:name}

store name

{order:currency}

{order:currency}

order currency symbol

New quote created

{emailmessage}

{emailmessage}

predefined message

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{customer:full_name}

{customer:full_name}

customer full name

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{quoteowner:email}

{quoteowner:email}

quote owner email

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

Quote updated

{emailmessage}

{emailmessage}

predefined message

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{customer:full_name}

{customer:full_name}

customer full name

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{quoteowner:email}

{quoteowner:email}

quote owner email

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{customer:id}

{customer:id}

customer id

{customer:ip_address}

{customer:ip_address}

customer IP address

{customer:sub_total}

{customer:sub_total}

 

{customer:shipping_tax}

{customer:shipping_tax}

 

{customer:discount_tax}

{customer:discount_tax}

 

{customer:sub_total_tax}

{customer:sub_total_tax}

 

{customer:total_tax}

{customer:total_tax}

 

{customer:shipping_prefix}

{customer:shipping_prefix}

 

{customer:total}

{customer:total}

 

{customer:shipping_firstname}

{organization:organizationStateCode}

organization state code 

{customer:shipping_lastname}

{customer:shipping_lastname}

 

{customer:shipping_company}

{customer:shipping_company}

 

{customer:shipping_email}

{customer:shipping_email}

 

{customer:shipping_phone}

{customer:shipping_phone}

 

{customer:shipping_mobile}

{customer:shipping_mobile}

 

{customer:shipping_country}

{customer:shipping_country}

 

{customer:shipping_city}

{customer:shipping_city}

 

{customer:shipping_zip}

{customer:shipping_zip}

 

{customer:shipping_address1}

{customer:shipping_address1}

 

{customer:shipping_address2}

{customer:shipping_address2}

 

{customer:billing_prefix}

{customer:billing_prefix}

 

{customer:billing_firstname}

{customer:billing_firstname}

 

{customer:billing_lastname}

{customer:billing_lastname}

 

{customer:billing_company}

{customer:billing_company}

 

{customer:billing_email}

{customer:billing_email}

 

{customer:billing_phone}

{customer:billing_phone}

 

{customer:billing_mobile}

{customer:billing_mobile}

 

{customer:billing_country}

{customer:billing_country}

 

{customer:billing_city}

{customer:billing_city}

 

{customer:billing_zip}

{customer:billing_zip}

 

{customer:billing_address1}

{customer:billing_address1}

 

{customer:billing_address2}

{customer:billing_address2}

 

{customer:full_name}

{customer:full_name}

customer full name

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:originalTotal}

{customer:originalTotal}

 

Quote signed

{emailmessage}

{emailmessage}

predefined message

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{customer:full_name}

{customer:full_name}

customer full name

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{quoteowner:email}

{quoteowner:email}

quote owner email

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{customer:id}

{customer:id}

customer id

{customer:ip_address}

{customer:ip_address}

customer IP address

{customer:sub_total}

{customer:sub_total}

 

{customer:shipping_tax}

{customer:shipping_tax}

 

{customer:discount_tax}

{customer:discount_tax}

 

{customer:sub_total_tax}

{customer:sub_total_tax}

 

{customer:total_tax}

{customer:total_tax}

 

{customer:shipping_prefix}

{customer:shipping_prefix}

 

{customer:total}

{customer:total}

 

{customer:shipping_firstname}

{organization:organizationStateCode}

organization state code 

{customer:shipping_lastname}

{customer:shipping_lastname}

 

{customer:shipping_company}

{customer:shipping_company}

 

{customer:shipping_email}

{customer:shipping_email}

 

{customer:shipping_phone}

{customer:shipping_phone}

 

{customer:shipping_mobile}

{customer:shipping_mobile}

 

{customer:shipping_country}

{customer:shipping_country}

 

{customer:shipping_city}

{customer:shipping_city}

 

{customer:shipping_zip}

{customer:shipping_zip}

 

{customer:shipping_address1}

{customer:shipping_address1}

 

{customer:shipping_address2}

{customer:shipping_address2}

 

{customer:billing_prefix}

{customer:billing_prefix}

 

{customer:billing_firstname}

{customer:billing_firstname}

 

{customer:billing_lastname}

{customer:billing_lastname}

 

{customer:billing_company}

{customer:billing_company}

 

{customer:billing_email}

{customer:billing_email}

 

{customer:billing_phone}

{customer:billing_phone}

 

{customer:billing_mobile}

{customer:billing_mobile}

 

{customer:billing_country}

{customer:billing_country}

 

{customer:billing_city}

{customer:billing_city}

 

{customer:billing_zip}

{customer:billing_zip}

 

{customer:billing_address1}

{customer:billing_address1}

 

{customer:billing_address2}

{customer:billing_address2}

 

{customer:full_name}

{customer:full_name}

customer full name

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:originalTotal}

{customer:originalTotal}

 

{quote:signature}

{quote:signature}

quote signature base64

{quote:signatureinfofield}

{quote:signatureinfofield}

quote signature info field

Expiry quote notification

{emailmessage}

{emailmessage}

predefined message

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{customer:full_name}

{customer:full_name}

customer full name

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{quoteowner:email}

{quoteowner:email}

quote owner email

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

Invoice

{customer:email}

{leadsmeeting:starttimedate}

meeting start time date

{customer:full_name}

{customer:fullname}

customer full name

{customer:lastlogin}

{customer:lastlogin}

customer last login date

{customer:regdate}

<p class="example">{customer:regdate}</p>
<p>customer registration date</p>

{customer:ipaddress}

{customer:ip_address}

customer IP address

{customer:mobilephone}

{customer:mobilephone}

customer mobile phone

{customer:notes}

{customer:notes}

customer notes

{customer:timezone}

{customer:timezone}

customer timezone

{customer:mobilecountrycode}

{customer:mobilecountrycode}

customer mobile country code

{customer:mobilecountrycodevalue}

{customer:mobilecountrycode}

customer mobile country code

{customer:desktopphone}

{customer:desktopphone}

customer desktop phone

{customer:desktopcountrycode}

{customer:desktopcountrycode}

customer desktop country code

{customer:desktopcountrycodevalue}

{customer:desktopcountrycodevalue}

customer desktop country code value

{customer:signature}

{customer:signature}

customer signature

{customer:voipphone}

{customer:voipphone}

customer voip phone

{customer:prefix}

{customer:prefix}

customer prefix

{customer:remoteauthorizationinfo}

{customer:remoteauthorizationinfo}

customer remote authorization info

{customer:personalcalendarurl}

{customer:personalcalendarurl}

customer personal calendar url

{customer:avatarlink}

{customer:avatarlink}

customer personal avatar url

{customer:id}

{customer:id}

customer id

Lead Dashboard email

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{lead:id}

{lead:id}

lead ID

{lead:leadfirstname}

{lead:leadfirstname}

lead first name

{lead:leadlastname}

{lead:leadlastname}

lead last name

{lead:leademail}

{lead:leademail}

lead email

{lead:leadphone}

{lead:leadphone}

lead phone

{lead:leadsource}

{lead:leadsource}

lead source

{lead:leadnotes}

{lead:leadnotes}

lead notes

{lead:createdat}

{lead:createdat}

lead created at date

{lead:updatedat}

{lead:updatedat}

lead updated at date

{lead:leadzip}

{lead:leadzip}

lead zip

{lead:leadaddress}

{lead:leadaddress}

lead address

{lead:leadaddress1}

{lead:leadaddress1}

lead address1

{lead:lastactivity}

{lead:lastactivity}

last activity date

{lead:leadmobile}

{lead:leadmobile}

lead mobile

{lead:leadcountrycode}

{lead:leadcountrycode}

lead country code

{lead:leadstatecode}

{lead:leadstatecode}

lead state code

{lead:middlename}

{lead:middlename}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadphonecountrycode}

{lead:leadphonecountrycode}

lead phone country code

{lead:leadphonecountrycodevalue}

{lead:leadphonecountrycodevalue}

lead phone country code value

{lead:leadmobilecountrycode}

{lead:score}

lead score

{lead:leadmobilecountrycodevalue}

{lead:leadmobilecountrycodevalue}

lead mobile country code value

{lead:leadphoneextension}

{lead:leadphoneextension}

lead phone extension

{lead:leadcity}

{lead:leadcity}

lead city

{lead:score}

{lead:score}

lead score

{lead:leadsecondaryemail}

{lead:leadsecondaryemail}

lead secondary email

{lead:emailvalidatedstatus}

{lead:emailvalidatedstatus}

lead email validated status

{lead:emailvalidateddate}

{lead:emailvalidateddate}

lead email validated date

{lead:emailvalidatedscore}

{lead:emailvalidatedscore}

lead email validated score

{lead:additionalinfo}

{lead:additionalinfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

Task created

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{task:assignedFullName}

{task:assignedFullName}

task assigned full name

{task:creatorFullName}

{task:creatorFullName}

task creator full name

{task:startDate}

{task:startDate}

task start date

{task:title}

{task:title}

task title

{task:notes}

{task:notes}

task notes

{task:expiredat}

{task:expiredat}

task expired at date

{task:duedate}

{task:duedate}

task due date

{task:leadid}

{task:leadid}

task lead ID

{task:creationtype}

{task:creationtype}

task creation type

{task:istaskcompleted}

{task:istaskcompleted}

is task completed

{task:completioncomment}

{task:completioncomment}

task completion comment

{task:istaskoverdue}

{task:istaskoverdue}

is task over due

{task:id}

{task:id}

task ID

{lead:leadFirstName}

{lead:leadFirstName}

lead first name

{lead:leadLastName}

{lead:leadLastName}

lead last name

{lead:leadEmail}

{lead:leadEmail}

lead email

{lead:leadPhone}

{lead:leadPhone}

lead phone

{lead:leadSource}

{lead:leadSource}

lead source

{lead:leadNotes}

{lead:leadNotes}

lead notes

{lead:organizationId}

{lead:organizationId}

lead organization ID

{lead:createdAt}

{lead:createdAt}

lead created at

{lead:updatedAt}

{lead:updatedAt}

lead updated at

{lead:leadZip}

{lead:leadZip}

lead zip

{lead:leadAddress}

{lead:leadAddress}

lead address

{lead:leadAddress1}

{lead:leadAddress1}

lead address1

{lead:lastActivity}

{lead:lastActivity}

last activity date

{lead:leadMobile}

{lead:leadMobile}

lead mobile

{lead:leadPosition}

{lead:leadPosition}

lead position

{lead:leadCountryCode}

{lead:leadCountryCode}

lead country code

{lead:leadStateCode}

{lead:leadStateCode}

lead state code

{lead:middleName}

{lead:middleName}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadPhoneCountryCode}

{lead:leadPhoneCountryCode}

lead phone country code

{lead:leadPhoneCountryCodeValue}

{lead:leadPhoneCountryCodeValue}

lead phone country code value

{lead:leadMobileCountryCode}

{lead:leadMobileCountryCode}

lead mobile country code

{lead:leadMobileCountryCodeValue}

{lead:leadMobileCountryCodeValue}

lead mobile country code value

{lead:leadPhoneExtension}

{lead:leadPhoneExtension}

lead phone extension

{lead:leadCity}

{lead:leadCity}

lead city

{lead:creationType}

{lead:leadCity}

lead city

{lead:score}

{lead:score}

lead score

{lead:scoreprocessedat}

{lead:scoreprocessedat}

lead score processed at date

{lead:leadSecondaryEmail}

{lead:leadSecondaryEmail}

lead secondary email

{lead:emailValidatedStatus}

{lead:emailValidatedStatus}

lead email validated status

{lead:emailValidatedDate}

{lead:emailValidatedDate}

lead email validated date

{lead:emailValidatedScore}

{lead:emailValidatedScore}

lead email validated score

{lead:additionalInfo}

{lead:additionalInfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

{lead:lastCoordinatesProcessedDate}

{lead:lastCoordinatesProcessedDate}

last coordinates processed date

{lead:id}

{lead:id}

lead ID

{lead:leadlink}

{lead:leadlink}

lead link without HTML

{organization:organizationName}

{organization:organizationName}

organization name

{organization:organizationAddress}

{organization:organizationAddress}

organization address

{organization:organizationAddress1}

{organization:organizationAddress1}

organization address 1

{organization:organizationCity}

{organization:organizationCity}

organization city

{organization:organizationZip}

{organization:organizationZip}

organization zip

{organization:organizationCountryCode}

{organization:organizationCountryCode}

organization country code

{organization:organizationUrl}

{organization:organizationUrl}

organization url

{organization:organizationWebsite}

{organization:organizationWebsite}

organization website

{organization:organizationWebsite1}

{organization:organizationWebsite1}

organization website1

{organization:createdAt}

{organization:createdAt}

organization created at date

{organization:updatedAt}

{organization:updatedAt}

organization updated at date

{organization:organizationPhone}

{organization:organizationPhone}

organization phone

{organization:organizationEmail}

{organization:organizationEmail}

organization email

{organization:organizationEmployees}

{organization:organizationEmployees}

organization employees

{organization:organizationDomain}

{organization:organizationDomain}

organization domain

{organization:organizationDomain1}

{organization:organizationDomain1}

organization domain1

{organization:organizationStateCode}

{organization:organizationStateCode}

organization state code

{organization:organizationPhoneCountryCode}

{organization:organizationPhoneCountryCode}

organization phone country code

{organization:organizationPhoneCountryCodeValue}

{organization:organizationPhoneCountryCodeValue}

organization phone country code value

{organization:organizationPhoneExtension}

{organization:organizationPhoneExtension}

organization phone extension

{organization:organizationMobile}

{organization:organizationMobile}

organization mobile

{organization:organizationMobileCountryCode}

{organization:organizationMobileCountryCode}

organization mobile country code

{organization:organizationMobileCountryCodeValue}

{organization:organizationMobileCountryCodeValue}

organization mobile country code value

{organization:organizationNotes}

{organization:organizationNotes}

organization notes

{organization:creationType}

{organization:creationType}

organization creation type

{organization:firstContactCreationDate}

{organization:firstContactCreationDate}

organization first contact creation date

{organization:lat}

{organization:lat}

organization coordinates latitude

{organization:lng}

{organization:lng}

organization coordinates longitude

{organization:lastCoordinatesProcessedDate}

{organization:lastCoordinatesProcessedDate}

organization last coordinates processed date

{organization:id}

{organization:id}

organization ID

{organization:orglink}

{organization:orglink}

organization link without HTML

Task Start Reminder

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{task:assignedFullName}

{task:assignedFullName}

task assigned full name

{task:creatorFullName}

{task:creatorFullName}

task creator full name

{task:startDate}

{task:startDate}

task start date

{task:title}

{task:title}

task title

{task:notes}

{task:notes}

task notes

{task:expiredat}

{task:expiredat}

task expired at date

{task:duedate}

{task:duedate}

task due date

{task:dueDate}

{task:dueDate}

task due date

{task:leadid}

{task:leadid}

task lead ID

{task:creationtype}

{task:creationtype}

task creation type

{task:istaskcompleted}

{task:istaskcompleted}

is task completed

{task:completioncomment}

{task:completioncomment}

task completion comment

{task:istaskoverdue}

{task:istaskoverdue}

is task over due

{task:id}

{task:id}

task ID

{lead:leadFirstName}

{lead:leadFirstName}

lead first name

{lead:leadLastName}

{lead:leadLastName}

lead last name

{lead:leadEmail}

{lead:leadEmail}

lead email

{lead:leadPhone}

{lead:leadPhone}

lead phone

{lead:leadSource}

{lead:leadSource}

lead source

{lead:leadNotes}

{lead:leadNotes}

lead notes

{lead:organizationId}

{lead:organizationId}

lead organization ID

{lead:createdAt}

{lead:createdAt}

lead created at

{lead:updatedAt}

{lead:updatedAt}

lead updated at

{lead:leadZip}

{lead:leadZip}

lead zip

{lead:leadAddress}

{lead:leadAddress}

lead address

{lead:leadAddress1}

{lead:leadAddress1}

lead address1

{lead:lastActivity}

{lead:lastActivity}

last activity date

{lead:leadMobile}

{lead:leadMobile}

lead mobile

{lead:leadPosition}

{lead:leadPosition}

lead position

{lead:leadCountryCode}

{lead:leadCountryCode}

lead country code

{lead:leadStateCode}

{lead:leadStateCode}

lead state code

{lead:middleName}

{lead:middleName}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadPhoneCountryCode}

{lead:leadPhoneCountryCode}

lead phone country code

{lead:leadPhoneCountryCodeValue}

{lead:leadPhoneCountryCodeValue}

lead phone country code value

{lead:leadMobileCountryCode}

{lead:leadMobileCountryCode}

lead mobile country code

{lead:leadMobileCountryCodeValue}

{lead:leadMobileCountryCodeValue}

lead mobile country code value

{lead:leadPhoneExtension}

{lead:leadPhoneExtension}

lead phone extension

{lead:leadCity}

{lead:leadCity}

lead city

{lead:creationType}

{lead:creationType}

lead creation type

{lead:score}

{lead:score}

lead score

{lead:scoreprocessedat}

{lead:scoreprocessedat}

lead score processed at date

{lead:leadSecondaryEmail}

{lead:leadSecondaryEmail}

lead secondary email

{lead:emailValidatedStatus}

{lead:emailValidatedStatus}

lead email validated status

{lead:emailValidatedDate}

{lead:emailValidatedDate}

lead email validated date

{lead:emailValidatedScore}

{lead:emailValidatedScore}

lead email validated score

{lead:additionalInfo}

{lead:additionalInfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

{lead:lastCoordinatesProcessedDate}

{lead:lastCoordinatesProcessedDate}

last coordinates processed date

{lead:id}

{lead:id}

lead ID

{lead:leadlink}

{lead:leadlink}

lead link without HTML

{organization:organizationName}

{organization:organizationName}

organization name

{organization:organizationAddress}

{organization:organizationAddress}

organization address

{organization:organizationAddress1}

{organization:organizationAddress1}

organization address 1

{organization:organizationCity}

{organization:organizationCity}

organization city

{organization:organizationZip}

{organization:organizationZip}

organization zip

{organization:organizationCountryCode}

{organization:organizationCountryCode}

organization country code

{organization:organizationUrl}

{organization:organizationUrl}

organization url

{organization:organizationWebsite}

{organization:organizationWebsite}

organization website

{organization:organizationWebsite1}

{organization:organizationWebsite1}

organization website1

{organization:createdAt}

{organization:createdAt}

organization created at date

{organization:updatedAt}

{organization:updatedAt}

organization updated at date

{organization:organizationPhone}

{organization:organizationPhone}

organization phone

{organization:organizationEmail}

{organization:organizationEmail}

organization email

{organization:organizationEmployees}

{organization:organizationEmployees}

organization employees

{organization:organizationDomain}

{organization:organizationDomain}

organization domain

{organization:organizationDomain1}

{organization:organizationDomain1}

organization domain1

{organization:organizationStateCode}

{organization:organizationStateCode}

organization state code

{organization:organizationPhoneCountryCode}

{organization:organizationPhoneCountryCode}

organization phone country code

{organization:organizationPhoneCountryCodeValue}

{organization:organizationPhoneCountryCodeValue}

organization phone country code value

{organization:organizationPhoneExtension}

{organization:organizationPhoneExtension}

organization phone extension

{organization:organizationMobile}

{organization:organizationMobile}

organization mobile

{organization:organizationMobileCountryCode}

{organization:organizationMobileCountryCode}

organization mobile country code

{organization:organizationMobileCountryCodeValue}

{organization:organizationMobileCountryCodeValue}

organization mobile country code value

{organization:organizationNotes}

{organization:organizationNotes}

organization notes

{organization:creationType}

{organization:creationType}

organization creation type

{organization:firstContactCreationDate}

{organization:firstContactCreationDate}

organization first contact creation date

{organization:lat}

{organization:lat}

organization coordinates latitude

{organization:lng}

{organization:lng}

organization coordinates longitude

{organization:lastCoordinatesProcessedDate}

{organization:lastCoordinatesProcessedDate}

organization last coordinates processed date

{organization:id}

{organization:id}

organization ID

{organization:orglink}

{organization:orglink}

organization link without HTML

Task Due Reminder

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{task:assignedFullName}

{task:assignedFullName}

task assigned full name

{task:creatorFullName}

{task:creatorFullName}

task creator full name

{task:startdate}

{task:startdate}

task start date

{task:title}

{task:title}

task title

{task:notes}

{task:notes}

task notes

{task:expiredat}

{task:expiredat}

task expired at date

{task:dueDate}

{task:dueDate}

task due date

{task:leadid}

{task:leadid}

task lead ID

{task:creationtype}

{task:creationtype}

task creation type

{task:istaskcompleted}

{task:istaskcompleted}

is task completed

{task:completioncomment}

{task:completioncomment}

task completion comment

{task:istaskoverdue}

{task:istaskoverdue}

is task over due

{task:id}

{task:id}

task ID

{lead:leadFirstName}

{lead:leadFirstName}

lead first name

{lead:leadLastName}

{lead:leadLastName}

lead last name

{lead:leadEmail}

{lead:leadEmail}

lead email

{lead:leadPhone}

{lead:leadPhone}

lead phone

{lead:leadSource}

{lead:leadSource}

lead source

{lead:leadNotes}

{lead:leadNotes}

lead notes

{lead:organizationId}

{lead:organizationId}

lead organization ID

{lead:createdAt}

{lead:createdAt}

lead created at

{lead:updatedAt}

{lead:updatedAt}

lead updated at

{lead:leadZip}

{lead:leadZip}

lead zip

{lead:leadAddress}

{lead:leadAddress}

lead address

{lead:leadAddress1}

{lead:leadAddress1}

lead address1

{lead:lastActivity}

{lead:lastActivity}

last activity date

{lead:leadMobile}

{lead:leadMobile}

lead mobile

{lead:leadPosition}

{lead:leadPosition}

lead position

{lead:leadCountryCode}

{lead:leadCountryCode}

lead country code

{lead:leadStateCode}

{lead:leadStateCode}

lead state code

{lead:middleName}

{lead:middleName}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadPhoneCountryCode}

{lead:leadPhoneCountryCode}

lead phone country code

{lead:leadPhoneCountryCodeValue}

{lead:leadPhoneCountryCodeValue}

lead phone country code value

{lead:leadMobileCountryCode}

{lead:leadMobileCountryCode}

lead mobile country code

{lead:leadMobileCountryCodeValue}

{lead:leadMobileCountryCodeValue}

lead mobile country code value

{lead:leadPhoneExtension}

{lead:leadPhoneExtension}

lead phone extension

{lead:leadCity}

{lead:leadCity}

lead city

{lead:creationType}

{lead:creationType}

lead creation type

{lead:score}

{lead:score}

lead score

{lead:scoreprocessedat}

{lead:scoreprocessedat}

lead score processed at date

{lead:leadSecondaryEmail}

{lead:leadSecondaryEmail}

lead secondary email

{lead:emailValidatedStatus}

{lead:emailValidatedStatus}

lead email validated status

{lead:emailValidatedDate}

{lead:emailValidatedDate}

lead email validated date

{lead:emailValidatedScore}

{lead:emailValidatedScore}

lead email validated score

{lead:additionalInfo}

{lead:additionalInfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

{lead:lastCoordinatesProcessedDate}

{lead:lastCoordinatesProcessedDate}

last coordinates processed date

{lead:id}

{lead:id}

lead ID

{organization:organizationName}

{organization:organizationName}

organization name

{organization:organizationAddress}

{organization:organizationAddress}

organization address

{organization:organizationAddress1}

{organization:organizationAddress1}

organization address 1

{organization:organizationCity}

{organization:organizationCity}

organization city

{organization:organizationZip}

{organization:organizationZip}

organization zip

{organization:organizationCountryCode}

{organization:organizationCountryCode}

organization country code

{organization:organizationUrl}

{organization:organizationUrl}

organization url

{organization:organizationWebsite}

{organization:organizationWebsite}

organization website

{organization:organizationWebsite1}

{organization:organizationWebsite1}

organization website1

{organization:createdAt}

{organization:createdAt}

organization created at date

{organization:updatedAt}

{organization:updatedAt}

organization updated at date

{organization:organizationPhone}

{organization:organizationPhone}

organization phone

{organization:organizationEmail}

{organization:organizationEmail}

organization email

{organization:organizationEmployees}

{organization:organizationEmployees}

organization employees

{organization:organizationDomain}

{organization:organizationDomain}

organization domain

{organization:organizationDomain1}

{organization:organizationDomain1}

organization domain1

{organization:organizationStateCode}

{organization:organizationStateCode}

organization state code

{organization:organizationPhoneCountryCode}

{organization:organizationPhoneCountryCode}

organization phone country code

{organization:organizationPhoneCountryCodeValue}

{organization:organizationPhoneCountryCodeValue}

organization phone country code value

{organization:organizationPhoneExtension}

{organization:organizationPhoneExtension}

organization phone extension

{organization:organizationMobile}

{organization:organizationMobile}

organization mobile

{organization:organizationMobileCountryCode}

{organization:organizationMobileCountryCode}

organization mobile country code

{organization:organizationMobileCountryCodeValue}

{organization:organizationMobileCountryCodeValue}

organization mobile country code value

{organization:organizationNotes}

{organization:organizationNotes}

organization notes

{organization:creationType}

{organization:creationType}

organization creation type

{organization:firstContactCreationDate}

{organization:firstContactCreationDate}

organization first contact creation date

{organization:lat}

{organization:lat}

organization coordinates latitude

{organization:lng}

{organization:lng}

organization coordinates longitude

{organization:lastCoordinatesProcessedDate}

{organization:lastCoordinatesProcessedDate}

organization last coordinates processed date

{organization:id}

{organization:id}

organization ID

Task completed

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{task:assignedFullName}

{task:assignedFullName}

task assigned full name

{task:creatorFullName}

{task:creatorFullName}

task creator full name

{task:startDate}

{task:startDate}

task start date

{task:dueDate}

{task:dueDate}

task due date

{task:taskCompletedBy}

{task:taskCompletedBy}

task completed by (user name)

{task:taskCompletedDate}

{task:taskCompletedDate}

task completed date

{task:title}

{task:title}

task title

{task:notes}

{task:notes}

task notes

{task:expiredat}

{task:expiredat}

task expired at date

{task:leadid}

{task:leadid}

task lead ID

{task:creationtype}

{task:creationtype}

task creation type

{task:istaskcompleted}

{task:istaskcompleted}

is task completed

{task:completioncomment}

{task:completioncomment}

task completion comment

{task:istaskoverdue}

{task:istaskoverdue}

is task over due

{task:id}

{task:id}

task ID

{lead:leadFirstName}

{lead:leadFirstName}

lead first name

{lead:leadLastName}

{lead:leadLastName}

lead last name

{lead:leadEmail}

{lead:leadEmail}

lead email

{lead:leadPhone}

{lead:leadPhone}

lead phone

{lead:leadSource}

{lead:leadSource}

lead source

{lead:leadNotes}

{lead:leadNotes}

lead notes

{lead:organizationId}

{lead:organizationId}

lead organization ID

{lead:createdAt}

{lead:createdAt}

lead created at

{lead:updatedAt}

{lead:updatedAt}

lead updated at

{lead:leadZip}

{lead:leadZip}

lead zip

{lead:leadAddress}

{lead:leadAddress}

lead address

{lead:leadAddress1}

{lead:leadAddress1}

lead address1

{lead:lastActivity}

{lead:lastActivity}

last activity date

{lead:leadMobile}

{lead:leadMobile}

lead mobile

{lead:leadPosition}

{lead:leadPosition}

lead position

{lead:leadCountryCode}

{lead:leadCountryCode}

lead country code

{lead:leadStateCode}

{lead:leadStateCode}

lead state code

{lead:middleName}

{lead:middleName}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadPhoneCountryCode}

{lead:leadPhoneCountryCode}

lead phone country code

{lead:leadPhoneCountryCodeValue}

{lead:leadPhoneCountryCodeValue}

lead phone country code value

{lead:leadMobileCountryCode}

{lead:leadMobileCountryCode}

lead mobile country code

{lead:leadMobileCountryCodeValue}

{lead:leadMobileCountryCodeValue}

lead mobile country code value

{lead:leadPhoneExtension}

{lead:leadPhoneExtension}

lead phone extension

{lead:leadCity}

{lead:leadCity}

lead city

{lead:creationType}

{lead:creationType}

lead creation type

{lead:score}

{lead:score}

lead score

{lead:scoreprocessedat}

{lead:scoreprocessedat}

lead score processed at date

{lead:leadSecondaryEmail}

{lead:leadSecondaryEmail}

lead secondary email

{lead:emailValidatedStatus}

{lead:emailValidatedStatus}

lead email validated status

{lead:emailValidatedDate}

{lead:emailValidatedDate}

lead email validated date

{lead:emailValidatedScore}

{lead:emailValidatedScore}

lead email validated score

{lead:additionalInfo}

{lead:additionalInfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

{lead:lastCoordinatesProcessedDate}

{lead:lastCoordinatesProcessedDate}

last coordinates processed date

{lead:id}

{lead:id}

lead ID

{organization:organizationName}

{organization:organizationName}

organization name

{organization:organizationAddress}

{organization:organizationAddress}

organization address

{organization:organizationAddress1}

{organization:organizationAddress1}

organization address 1

{organization:organizationCity}

{organization:organizationCity}

organization city

{organization:organizationZip}

{organization:organizationZip}

organization zip

{organization:organizationCountryCode}

{organization:organizationCountryCode}

organization country code

{organization:organizationUrl}

{organization:organizationUrl}

organization url

{organization:organizationWebsite}

{organization:organizationWebsite}

organization website

{organization:organizationWebsite1}

{organization:organizationWebsite1}

organization website1

{organization:createdAt}

{organization:createdAt}

organization created at date

{organization:updatedAt}

{organization:updatedAt}

organization updated at date

{organization:organizationPhone}

{organization:organizationPhone}

organization phone

{organization:organizationEmail}

{organization:organizationEmail}

organization email

{organization:organizationEmployees}

{organization:organizationEmployees}

organization employees

{organization:organizationDomain}

{organization:organizationDomain}

organization domain

{organization:organizationDomain1}

{organization:organizationDomain1}

organization domain1

{organization:organizationStateCode}

{organization:organizationStateCode}

organization state code

{organization:organizationPhoneCountryCode}

{organization:organizationPhoneCountryCode}

organization phone country code

{organization:organizationPhoneCountryCodeValue}

{organization:organizationPhoneCountryCodeValue}

organization phone country code value

{organization:organizationPhoneExtension}

{organization:organizationPhoneExtension}

organization phone extension

{organization:organizationMobile}

{organization:organizationMobile}

organization mobile

{organization:organizationMobileCountryCode}

{organization:organizationMobileCountryCode}

organization mobile country code

{organization:organizationMobileCountryCodeValue}

{organization:organizationMobileCountryCodeValue}

organization mobile country code value

{organization:organizationNotes}

{organization:organizationNotes}

organization notes

{organization:creationType}

{organization:creationType}

organization creation type

{organization:firstContactCreationDate}

{organization:firstContactCreationDate}

organization first contact creation date

{organization:lat}

{organization:lat}

organization coordinates latitude

{organization:lng}

{organization:lng}

organization coordinates longitude

{organization:lastCoordinatesProcessedDate}

{organization:lastCoordinatesProcessedDate}

organization last coordinates processed date

{organization:id}

{organization:id}

organization ID

Task Reopened

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{task:assignedFullName}

{task:assignedFullName}

task assigned full name

{task:creatorFullName}

{task:creatorFullName}

task creator full name

{task:startDate}

{task:startDate}

task start date

{task:dueDate}

{task:dueDate}

task due date

{task:reopenedBy}

{task:reopenedBy}

task reopened by (user name)

{task:title}

{task:title}

task title

{task:notes}

{task:notes}

task notes

{task:expiredat}

{task:expiredat}

task expired at date

{task:leadid}

{task:leadid}

task lead ID

{task:creationtype}

{task:creationtype}

task creation type

{task:istaskcompleted}

{task:istaskcompleted}

is task completed

{task:completioncomment}

{task:completioncomment}

task completion comment

{task:istaskoverdue}

{task:istaskoverdue}

is task over due

{task:id}

{task:id}

task ID

{lead:leadFirstName}

{lead:leadFirstName}

lead first name

{lead:leadLastName}

{lead:leadLastName}

lead last name

{lead:leadEmail}

{lead:leadEmail}

lead email

{lead:leadPhone}

{lead:leadPhone}

lead phone

{lead:leadSource}

{lead:leadSource}

lead source

{lead:leadNotes}

{lead:leadNotes}

lead notes

{lead:organizationId}

{lead:organizationId}

lead organization ID

{lead:createdAt}

{lead:createdAt}

lead created at

{lead:updatedAt}

{lead:updatedAt}

lead updated at

{lead:leadZip}

{lead:leadZip}

lead zip

{lead:leadAddress}

{lead:leadAddress}

lead address

{lead:leadAddress1}

{lead:leadAddress1}

lead address1

{lead:lastActivity}

{lead:lastActivity}

last activity date

{lead:leadMobile}

{lead:leadMobile}

lead mobile

{lead:leadPosition}

{lead:leadPosition}

lead position

{lead:leadCountryCode}

{lead:leadCountryCode}

lead country code

{lead:leadStateCode}

{lead:leadStateCode}

lead state code

{lead:middleName}

{lead:middleName}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadPhoneCountryCode}

{lead:leadPhoneCountryCode}

lead phone country code

{lead:leadPhoneCountryCodeValue}

{lead:leadPhoneCountryCodeValue}

lead phone country code value

{lead:leadMobileCountryCode}

{lead:leadMobileCountryCode}

lead mobile country code

{lead:leadMobileCountryCodeValue}

{lead:leadMobileCountryCodeValue}

lead mobile country code value

{lead:leadPhoneExtension}

{lead:leadPhoneExtension}

lead phone extension

{lead:leadCity}

{lead:leadCity}

lead city

{lead:creationType}

{lead:creationType}

lead creation type

{lead:score}

{lead:score}

lead score

{lead:scoreprocessedat}

{lead:scoreprocessedat}

lead score processed at date

{lead:leadSecondaryEmail}

{lead:leadSecondaryEmail}

lead secondary email

{lead:emailValidatedStatus}

{lead:emailValidatedStatus}

lead email validated status

{lead:emailValidatedDate}

{lead:emailValidatedDate}

lead email validated date

{lead:emailValidatedScore}

{lead:emailValidatedScore}

lead email validated score

{lead:additionalInfo}

{lead:additionalInfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

{lead:lastCoordinatesProcessedDate}

{lead:lastCoordinatesProcessedDate}

last coordinates processed date

{lead:id}

{lead:id}

lead ID

{organization:organizationName}

{organization:organizationName}

organization name

{organization:organizationAddress}

{organization:organizationAddress}

organization address

{organization:organizationAddress1}

{organization:organizationAddress1}

organization address 1

{organization:organizationCity}

{organization:organizationCity}

organization city

{organization:organizationZip}

{organization:organizationZip}

organization zip

{organization:organizationCountryCode}

{organization:organizationCountryCode}

organization country code

{organization:organizationUrl}

{organization:organizationUrl}

organization url

{organization:organizationWebsite}

{organization:organizationWebsite}

organization website

{organization:organizationWebsite1}

{organization:organizationWebsite1}

organization website1

{organization:createdAt}

{organization:createdAt}

organization created at date

{organization:updatedAt}

{organization:updatedAt}

organization updated at date

{organization:organizationPhone}

{organization:organizationPhone}

organization phone

{organization:organizationEmail}

{organization:organizationEmail}

organization email

{organization:organizationEmployees}

{organization:organizationEmployees}

organization employees

{organization:organizationDomain}

{organization:organizationDomain}

organization domain

{organization:organizationDomain1}

{organization:organizationDomain1}

organization domain1

{organization:organizationStateCode}

{organization:organizationStateCode}

organization state code

{organization:organizationPhoneCountryCode}

{organization:organizationPhoneCountryCode}

organization phone country code

{organization:organizationPhoneCountryCodeValue}

{organization:organizationPhoneCountryCodeValue}

organization phone country code value

{organization:organizationPhoneExtension}

{organization:organizationPhoneExtension}

organization phone extension

{organization:organizationMobile}

{organization:organizationMobile}

organization mobile

{organization:organizationMobileCountryCode}

{organization:organizationMobileCountryCode}

organization mobile country code

{organization:organizationMobileCountryCodeValue}

{organization:organizationMobileCountryCodeValue}

organization mobile country code value

{organization:organizationNotes}

{organization:organizationNotes}

organization notes

{organization:creationType}

{organization:creationType}

organization creation type

{organization:firstContactCreationDate}

{organization:firstContactCreationDate}

organization first contact creation date

{organization:lat}

{organization:lat}

organization coordinates latitude

{organization:lng}

{organization:lng}

organization coordinates longitude

{organization:lastCoordinatesProcessedDate}

{organization:lastCoordinatesProcessedDate}

organization last coordinates processed date

{organization:id}

{organization:id}

organization ID

Task overdue

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{task:assignedFullName}

{task:assignedFullName}

task assigned full name

{task:creatorFullName}

{task:creatorFullName}

task creator full name

{task:startDate}

{task:startDate}

task start date

{task:dueDate}

{task:dueDate}

task due date

{task:title}

{task:title}

task title

{task:notes}

{task:notes}

task notes

{task:expiredat}

{task:expiredat}

task expired at date

{task:leadid}

{task:leadid}

task lead ID

{task:creationtype}

{task:creationtype}

task creation type

{task:istaskcompleted}

{task:istaskcompleted}

is task completed

{task:completioncomment}

{task:completioncomment}

task completion comment

{task:istaskoverdue}

{task:istaskoverdue}

is task over due

{task:id}

{task:id}

task ID

{lead:leadFirstName}

{lead:leadFirstName}

lead first name

{lead:leadLastName}

{lead:leadLastName}

lead last name

{lead:leadEmail}

{lead:leadEmail}

lead email

{lead:leadPhone}

{lead:leadPhone}

lead phone

{lead:leadSource}

{lead:leadSource}

lead source

{lead:leadNotes}

{lead:leadNotes}

lead notes

{lead:organizationId}

{lead:organizationId}

lead organization ID

{lead:createdAt}

{lead:createdAt}

lead created at

{lead:updatedAt}

{lead:updatedAt}

lead updated at

{lead:leadZip}

{lead:leadZip}

lead zip

{lead:leadAddress}

{lead:leadAddress}

lead address

{lead:leadAddress1}

{lead:leadAddress1}

lead address1

{lead:lastActivity}

{lead:lastActivity}

last activity date

{lead:leadMobile}

{lead:leadMobile}

lead mobile

{lead:leadPosition}

{lead:leadPosition}

lead position

{lead:leadCountryCode}

{lead:leadCountryCode}

lead country code

{lead:leadStateCode}

{lead:leadStateCode}

lead state code

{lead:middleName}

{lead:middleName}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadPhoneCountryCode}

{lead:leadPhoneCountryCode}

lead phone country code

{lead:leadPhoneCountryCodeValue}

{lead:leadPhoneCountryCodeValue}

lead phone country code value

{lead:leadMobileCountryCode}

{lead:leadMobileCountryCode}

lead mobile country code

{lead:leadMobileCountryCodeValue}

{lead:leadMobileCountryCodeValue}

lead mobile country code value

{lead:leadPhoneExtension}

{lead:leadPhoneExtension}

lead phone extension

{lead:leadCity}

{lead:leadCity}

lead city

{lead:creationType}

{lead:creationType}

lead creation type

{lead:score}

{lead:score}

lead score

{lead:scoreprocessedat}

{lead:scoreprocessedat}

lead score processed at date

{lead:leadSecondaryEmail}

{lead:leadSecondaryEmail}

lead secondary email

{lead:emailValidatedStatus}

{lead:emailValidatedStatus}

lead email validated status

{lead:emailValidatedDate}

{lead:emailValidatedDate}

lead email validated date

{lead:emailValidatedScore}

{lead:emailValidatedScore}

lead email validated score

{lead:additionalInfo}

{lead:additionalInfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

{lead:lastCoordinatesProcessedDate}

{lead:lastCoordinatesProcessedDate}

last coordinates processed date

{lead:id}

{lead:id}

lead ID

{organization:organizationName}

{organization:organizationName}

organization name

{organization:organizationAddress}

{organization:organizationAddress}

organization address

{organization:organizationAddress1}

{organization:organizationAddress1}

organization address 1

{organization:organizationCity}

{organization:organizationCity}

organization city

{organization:organizationZip}

{organization:organizationZip}

organization zip

{organization:organizationCountryCode}

{organization:organizationCountryCode}

organization country code

{organization:organizationUrl}

{organization:organizationUrl}

organization url

{organization:organizationWebsite}

{organization:organizationWebsite}

organization website

{organization:organizationWebsite1}

{organization:organizationWebsite1}

organization website1

{organization:createdAt}

{organization:createdAt}

organization created at date

{organization:updatedAt}

{organization:updatedAt}

organization updated at date

{organization:organizationPhone}

{organization:organizationPhone}

organization phone

{organization:organizationEmail}

{organization:organizationEmail}

organization email

{organization:organizationEmployees}

{organization:organizationEmployees}

organization employees

{organization:organizationDomain}

{organization:organizationDomain}

organization domain

{organization:organizationDomain1}

{organization:organizationDomain1}

organization domain1

{organization:organizationStateCode}

{organization:organizationStateCode}

organization state code

{organization:organizationPhoneCountryCode}

{organization:organizationPhoneCountryCode}

organization phone country code

{organization:organizationPhoneCountryCodeValue}

{organization:organizationPhoneCountryCodeValue}

organization phone country code value

{organization:organizationPhoneExtension}

{organization:organizationPhoneExtension}

organization phone extension

{organization:organizationMobile}

{organization:organizationMobile}

organization mobile

{organization:organizationMobileCountryCode}

{organization:organizationMobileCountryCode}

organization mobile country code

{organization:organizationMobileCountryCodeValue}

{organization:organizationMobileCountryCodeValue}

organization mobile country code value

{organization:organizationNotes}

{organization:organizationNotes}

organization notes

{organization:creationType}

{organization:creationType}

organization creation type

{organization:firstContactCreationDate}

{organization:firstContactCreationDate}

organization first contact creation date

{organization:lat}

{organization:lat}

organization coordinates latitude

{organization:lng}

{organization:lng}

organization coordinates longitude

{organization:lastCoordinatesProcessedDate}

{organization:lastCoordinatesProcessedDate}

organization last coordinates processed date

{organization:id}

{organization:id}

organization ID

Meeting Created

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{leadsmeeting:leadid}

{leadsmeeting:leadid}

meeting lead ID

{leadsmeeting:starttimedate}

{leadsmeeting:starttimedate}

meeting start time date

{leadsmeeting:endtimedate}

{leadsmeeting:endtimedate}

meeting end time date

{leadsmeeting:location}

{leadsmeeting:location}

meeting location

{leadsmeeting:inviteattendees}

{leadsmeeting:inviteattendees}

meeting invite attendees emails

{leadsmeeting:period}

{leadsmeeting:period}

meeting period

{leadsmeeting:subject}

{lead:leadPhone}

lead phone

{leadsmeeting:details}

{leadsmeeting:details}

meeting details

{leadsmeeting:firstnotificationdate}

{leadsmeeting:firstnotificationdate}

meeting first notification date

{leadsmeeting:firstnotificationsentdate}

{leadsmeeting:firstnotificationsentdate}

meeting first notification sent date

{leadsmeeting:secondnotificationdate}

{leadsmeeting:secondnotificationdate}

meeting second notification date

{leadsmeeting:secondnotificationsentdate}

{leadsmeeting:secondnotificationsentdate}

meeting second notification sent date

{leadsmeeting:id}

{leadsmeeting:id}

meeting ID

Meeting Notification

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{leadsmeeting:leadid}

{leadsmeeting:leadid}

meeting lead ID

{leadsmeeting:starttimedate}

{leadsmeeting:starttimedate}

meeting start time date

{leadsmeeting:endtimedate}

{leadsmeeting:endtimedate}

meeting end time date

{leadsmeeting:location}

{leadsmeeting:location}

meeting location

{leadsmeeting:inviteattendees}

{leadsmeeting:inviteattendees}

meeting invite attendees emails

{leadsmeeting:period}

{leadsmeeting:period}

meeting period

{leadsmeeting:subject}

{lead:leadPhone}

lead phone

{leadsmeeting:details}

{leadsmeeting:details}

meeting details

{leadsmeeting:firstnotificationdate}

{leadsmeeting:firstnotificationdate}

meeting first notification date

{leadsmeeting:firstnotificationsentdate}

{leadsmeeting:firstnotificationsentdate}

meeting first notification sent date

{leadsmeeting:secondnotificationdate}

{leadsmeeting:secondnotificationdate}

meeting second notification date

{leadsmeeting:secondnotificationsentdate}

{leadsmeeting:secondnotificationsentdate}

meeting second notification sent date

{leadsmeeting:id}

{leadsmeeting:id}

meeting ID

CRM subscription limit

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{lead:subscriptionlink}

{lead:subscriptionlink}

lead subscription link

Imap credentials notification

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{user:userEmail}

{user:userEmail}

IMAP user email

NPS rating request

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{lead:leadFirstName}

{lead:leadFirstName}

lead first name

{lead:leadLastName}

{lead:leadLastName}

lead last name

{lead:leadEmail}

{lead:leadEmail}

lead email

{lead:leadPhone}

{lead:leadPhone}

lead phone

{lead:leadSource}

{lead:leadSource}

lead source

{lead:leadNotes}

{lead:leadNotes}

lead notes

{lead:organizationId}

{lead:organizationId}

lead organization ID

{lead:createdAt}

{lead:createdAt}

lead created at

{lead:updatedAt}

{lead:updatedAt}

lead updated at

{lead:leadZip}

{lead:leadZip}

lead zip

{lead:leadAddress}

{lead:leadAddress}

lead address

{lead:leadAddress1}

{lead:leadAddress1}

lead address1

{lead:lastActivity}

{lead:lastActivity}

last activity date

{lead:leadMobile}

{lead:leadMobile}

lead mobile

{lead:leadPosition}

{lead:leadPosition}

lead position

{lead:leadCountryCode}

{lead:leadCountryCode}

lead country code

{lead:leadStateCode}

{lead:leadStateCode}

lead state code

{lead:middleName}

{lead:middleName}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadPhoneCountryCode}

{lead:leadPhoneCountryCode}

lead phone country code

{lead:leadPhoneCountryCodeValue}

{lead:leadPhoneCountryCodeValue}

lead phone country code value

{lead:leadMobileCountryCode}

{lead:leadMobileCountryCode}

lead mobile country code

{lead:leadMobileCountryCodeValue}

{lead:leadMobileCountryCodeValue}

lead mobile country code value

{lead:leadPhoneExtension}

{lead:leadPhoneExtension}

lead phone extension

{lead:leadCity}

{lead:leadCity}

lead city

{lead:creationType}

{lead:creationType}

lead creation type

{lead:score}

{lead:score}

lead score

{lead:scoreprocessedat}

{lead:scoreprocessedat}

lead score processed at date

{lead:leadSecondaryEmail}

{lead:leadSecondaryEmail}

lead secondary email

{lead:emailValidatedStatus}

{lead:emailValidatedStatus}

lead email validated status

{lead:emailValidatedDate}

{lead:emailValidatedDate}

lead email validated date

{lead:emailValidatedScore}

{lead:emailValidatedScore}

lead email validated score

{lead:additionalInfo}

{lead:additionalInfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

{lead:lastCoordinatesProcessedDate}

{lead:lastCoordinatesProcessedDate}

last coordinates processed date

{lead:id}

{lead:id}

lead ID

Review request

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{reviewlink:facebook}

{reviewlink:facebook}

facebook review link

{reviewlink:gmb}

{reviewlink:gmb}

google my business review link

{lead:leadFirstName}

{lead:leadFirstName}

lead first name

{lead:leadLastName}

{lead:leadLastName}

lead last name

{lead:leadEmail}

{lead:leadEmail}

lead email

{lead:leadPhone}

{lead:leadPhone}

lead phone

{lead:leadSource}

{lead:leadSource}

lead source

{lead:leadNotes}

{lead:leadNotes}

lead notes

{lead:organizationId}

{lead:organizationId}

lead organization ID

{lead:createdAt}

{lead:createdAt}

lead created at

{lead:updatedAt}

{lead:updatedAt}

lead updated at

{lead:leadZip}

{lead:leadZip}

lead zip

{lead:leadAddress}

{lead:leadAddress}

lead address

{lead:leadAddress1}

{lead:leadAddress1}

lead address1

{lead:lastActivity}

{lead:lastActivity}

last activity date

{lead:leadMobile}

{lead:leadMobile}

lead mobile

{lead:leadPosition}

{lead:leadPosition}

lead position

{lead:leadCountryCode}

{lead:leadCountryCode}

lead country code

{lead:leadStateCode}

{lead:leadStateCode}

lead state code

{lead:middleName}

{lead:middleName}

lead middle name

{lead:prefix}

{lead:prefix}

lead prefix

{lead:leadPhoneCountryCode}

{lead:leadPhoneCountryCode}

lead phone country code

{lead:leadPhoneCountryCodeValue}

{lead:leadPhoneCountryCodeValue}

lead phone country code value

{lead:leadMobileCountryCode}

{lead:leadMobileCountryCode}

lead mobile country code

{lead:leadMobileCountryCodeValue}

{lead:leadMobileCountryCodeValue}

lead mobile country code value

{lead:leadPhoneExtension}

{lead:leadPhoneExtension}

lead phone extension

{lead:leadCity}

{lead:leadCity}

lead city

{lead:creationType}

{lead:creationType}

lead creation type

{lead:score}

{lead:score}

lead score

{lead:scoreprocessedat}

{lead:scoreprocessedat}

lead score processed at date

{lead:leadSecondaryEmail}

{lead:leadSecondaryEmail}

lead secondary email

{lead:emailValidatedStatus}

{lead:emailValidatedStatus}

lead email validated status

{lead:emailValidatedDate}

{lead:emailValidatedDate}

lead email validated date

{lead:emailValidatedScore}

{lead:emailValidatedScore}

lead email validated score

{lead:additionalInfo}

{lead:additionalInfo}

lead additional info

{lead:lat}

{lead:lat}

lead coordinates latitude

{lead:lng}

{lead:lng}

lead coordinates longitude

{lead:lastCoordinatesProcessedDate}

{lead:lastCoordinatesProcessedDate}

last coordinates processed date

{lead:id}

{lead:id}

lead ID

Abandoned carts

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

New Quote

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{quote:expiresat}

{quote:expiresat}

quote expires at date

{quote:createdat}

{quote:createdat}

quote created at date

{quote:updatedat}

{quote:updatedat}

quote updated at date

{quote:deliverytype}

{quote:deliverytype}

quote delivery type

{quote:ownername}

{quote:ownername}

quote owner name

{quote:customername}

{quote:customername}

quote customer name

{quote:paymenttype}

{quote:paymenttype}

quote payment type

{quote:signature}

{quote:signature}

quote signature base64

{quote:quotesignedat}

{quote:quotesignedat}

quote signed at date

{quote:signatureinfofield}

{quote:signatureinfofield}

quote signature info field

Quote Sent

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{quote:expiresat}

{quote:expiresat}

quote expires at date

{quote:createdat}

{quote:createdat}

quote created at date

{quote:updatedat}

{quote:updatedat}

quote updated at date

{quote:deliverytype}

{quote:deliverytype}

quote delivery type

{quote:ownername}

{quote:ownername}

quote owner name

{quote:customername}

{quote:customername}

quote customer name

{quote:paymenttype}

{quote:paymenttype}

quote payment type

{quote:signature}

{quote:signature}

quote signature base64

{quote:quotesignedat}

{quote:quotesignedat}

quote signed at date

{quote:signatureinfofield}

{quote:signatureinfofield}

quote signature info field

Payment Received

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

Items Shipped

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

Items Delivered

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

Refunded purchase

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

Action required

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

Technical processing

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

Lost opportunity

{cart:recovery}

{cart:recovery}

recovery link for cart

{cart:basket}

{cart:basket}

basket info

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

{quote:id}

{quote:id}

quote id

{quote:title}

{quote:title}

quote title

{quote:status}

{quote:status}

quote status

{quote:disclaimer}

{quote:disclaimer}

quote disclaimer notes

{quote:internalnote}

{quote:internalnote}

quote internal note 

{quote:internalmessage}

{quote:internalmessage}

quote internal message 

{quote:cartid}

{quote:cartid}

cart id

{quote:editedby}

{quote:editedby}

edited by

{quote:expiresat}

{quote:expiresat}

quote expires at date

{quote:createdat}

{quote:createdat}

quote created at date

{quote:updatedat}

{quote:updatedat}

quote updated at date

{quote:deliverytype}

{quote:deliverytype}

quote delivery type

{quote:ownername}

{quote:ownername}

quote owner name

{quote:customername}

{quote:customername}

quote customer name

{quote:paymenttype}

{quote:paymenttype}

quote payment type

{quote:signature}

{quote:signature}

quote signature base64

{quote:quotesignedat}

{quote:quotesignedat}

quote signed at date

{quote:signatureinfofield}

{quote:signatureinfofield}

quote signature info field

No cart

{user:fullname}

{user:fullname}

Brings up the user's full name

{unsubscribe:link}

{unsubscribe:link}

link for unsubscribe

Unsubscribe report

Recurring payment received

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{user:email}

{user:email}

Brings up the user's email address

{user:fullName}

{user:fullName}}

user full name

{profile:startDate}

{profile:startDate}

paypal recurring start date

{profile:nextPaymentDate}

{profile:nextPaymentDate}

paypal recurring next payment date

{profile:lastPaymentDate}

{profile:lastPaymentDate}

paypal recurring last payment date

{profile:finalPaymentDate}

{profile:finalPaymentDate}

paypal recurring final payment date

{profile:status}

{profile:status}

paypal recurring status

{profile:autobilloutamt}

{profile:autobilloutamt}

paypal recurring auto billing out amount

{profile:desc}

{profile:desc}

paypal recurring description

{profile:outstandingbalance}

{profile:outstandingbalance}

paypal recurring outstanding balance

{profile:lastpaymentamt}

{profile:lastpaymentamt}

paypal recurring last payment amount

{profile:aggregateamt}

{profile:aggregateamt}

paypal recurring aggregate amount

{profile:aggregateoptionalamt}

{profile:aggregateoptionalamt}

paypal recurring aggregate optional amount

{profile:billingperiod}

{profile:billingperiod}

paypal recurring billing period

{profile:amt}

{profile:amt}

paypal recurring amount

{profile-shippingamt}

{profile:shippingamt}

paypal recurring shipping amount

{profile:taxamt}

{profile:taxamt}

paypal recurring tax amount

{profile:email}

{profile:email}

paypal recurring email

{profile:street}

{profile:street}

paypal recurring street

{profile:city}

{profile:city}

paypal recurring city

{profile:zip}

{profile:zip}

paypal recurring zip

{profile:countrycode}

{profile:countrycode}

paypal recurring country code

{profile:country}

{profile:country}

paypal recurring country

{profile:addressowner}

{profile:addressowner}

paypal recurring address owner

{profile:addressstatus}

{profile:addressstatus}

paypal recurring address status

{profile:payerstatus}

{profile:payerstatus}

paypal recurring payer status

Recurring payment failed

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{user:email}

{user:email}

Brings up the user's email address

{user:fullName}

{user:fullName}}

user full name

{profile:startDate}

{profile:startDate}

paypal recurring start date

{profile:nextPaymentDate}

{profile:nextPaymentDate}

paypal recurring next payment date

{profile:lastPaymentDate}

{profile:lastPaymentDate}

paypal recurring last payment date

{profile:finalPaymentDate}

{profile:finalPaymentDate}

paypal recurring final payment date

{profile:status}

{profile:status}

paypal recurring status

{profile:autobilloutamt}

{profile:autobilloutamt}

paypal recurring auto billing out amount

{profile:desc}

{profile:desc}

paypal recurring description

{profile:outstandingbalance}

{profile:outstandingbalance}

paypal recurring outstanding balance

{profile:lastpaymentamt}

{profile:lastpaymentamt}

paypal recurring last payment amount

{profile:aggregateamt}

{profile:aggregateamt}

paypal recurring aggregate amount

{profile:aggregateoptionalamt}

{profile:aggregateoptionalamt}

paypal recurring aggregate optional amount

{profile:billingperiod}

{profile:billingperiod}

paypal recurring billing period

{profile:amt}

{profile:amt}

paypal recurring amount

{profile-shippingamt}

{profile:shippingamt}

paypal recurring shipping amount

{profile:taxamt}

{profile:taxamt}

paypal recurring tax amount

{profile:email}

{profile:email}

paypal recurring email

{profile:street}

{profile:street}

paypal recurring street

{profile:city}

{profile:city}

paypal recurring city

{profile:zip}

{profile:zip}

paypal recurring zip

{profile:countrycode}

{profile:countrycode}

paypal recurring country code

{profile:country}

{profile:country}

paypal recurring country

{profile:addressowner}

{profile:addressowner}

paypal recurring address owner

{profile:addressstatus}

{profile:addressstatus}

paypal recurring address status

{profile:payerstatus}

{profile:payerstatus}

paypal recurring payer status

Recurring payment cancelled

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{user:email}

{user:email}

Brings up the user's email address

{user:fullName}

{user:fullName}}

user full name

{profile:startDate}

{profile:startDate}

paypal recurring start date

{profile:nextPaymentDate}

{profile:nextPaymentDate}

paypal recurring next payment date

{profile:lastPaymentDate}

{profile:lastPaymentDate}

paypal recurring last payment date

{profile:finalPaymentDate}

{profile:finalPaymentDate}

paypal recurring final payment date

{profile:status}

{profile:status}

paypal recurring status

{profile:autobilloutamt}

{profile:autobilloutamt}

paypal recurring auto billing out amount

{profile:desc}

{profile:desc}

paypal recurring description

{profile:outstandingbalance}

{profile:outstandingbalance}

paypal recurring outstanding balance

{profile:lastpaymentamt}

{profile:lastpaymentamt}

paypal recurring last payment amount

{profile:aggregateamt}

{profile:aggregateamt}

paypal recurring aggregate amount

{profile:aggregateoptionalamt}

{profile:aggregateoptionalamt}

paypal recurring aggregate optional amount

{profile:billingperiod}

{profile:billingperiod}

paypal recurring billing period

{profile:amt}

{profile:amt}

paypal recurring amount

{profile-shippingamt}

{profile:shippingamt}

paypal recurring shipping amount

{profile:taxamt}

{profile:taxamt}

paypal recurring tax amount

{profile:email}

{profile:email}

paypal recurring email

{profile:street}

{profile:street}

paypal recurring street

{profile:city}

{profile:city}

paypal recurring city

{profile:zip}

{profile:zip}

paypal recurring zip

{profile:countrycode}

{profile:countrycode}

paypal recurring country code

{profile:country}

{profile:country}

paypal recurring country

{profile:addressowner}

{profile:addressowner}

paypal recurring address owner

{profile:addressstatus}

{profile:addressstatus}

paypal recurring address status

{profile:payerstatus}

{profile:payerstatus}

paypal recurring payer status

Recurring payment suspended

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{user:email}

{user:email}

Brings up the user's email address

{user:fullName}

{user:fullName}}

user full name

{profile:startDate}

{profile:startDate}

paypal recurring start date

{profile:nextPaymentDate}

{profile:nextPaymentDate}

paypal recurring next payment date

{profile:lastPaymentDate}

{profile:lastPaymentDate}

paypal recurring last payment date

{profile:finalPaymentDate}

{profile:finalPaymentDate}

paypal recurring final payment date

{profile:status}

{profile:status}

paypal recurring status

{profile:autobilloutamt}

{profile:autobilloutamt}

paypal recurring auto billing out amount

{profile:desc}

{profile:desc}

paypal recurring description

{profile:outstandingbalance}

{profile:outstandingbalance}

paypal recurring outstanding balance

{profile:lastpaymentamt}

{profile:lastpaymentamt}

paypal recurring last payment amount

{profile:aggregateamt}

{profile:aggregateamt}

paypal recurring aggregate amount

{profile:aggregateoptionalamt}

{profile:aggregateoptionalamt}

paypal recurring aggregate optional amount

{profile:billingperiod}

{profile:billingperiod}

paypal recurring billing period

{profile:amt}

{profile:amt}

paypal recurring amount

{profile-shippingamt}

{profile:shippingamt}

paypal recurring shipping amount

{profile:taxamt}

{profile:taxamt}

paypal recurring tax amount

{profile:email}

{profile:email}

paypal recurring email

{profile:street}

{profile:street}

paypal recurring street

{%%profile:city}

{profile:city}

paypal recurring city

{%%profile:zip}

{profile:zip}

paypal recurring zip

{%%profile:countrycode}

{profile:countrycode}

paypal recurring country code

{%%profile:country}

{profile:country}

paypal recurring country

{%%profile:addressowner}

{profile:addressowner}

paypal recurring address owner

{%%profile:addressstatus}

{profile:addressstatus}

paypal recurring address status

{%%profile:payerstatus}

{profile:payerstatus}

paypal recurring payer status

Recurring payment reactivated

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{user:email}

{user:email}

Brings up the user's email address

{user:fullName}

{user:fullName}}

user full name

{profile:startDate}

{profile:startDate}

paypal recurring start date

{profile:nextPaymentDate}

{profile:nextPaymentDate}

paypal recurring next payment date

{profile:lastPaymentDate}

{profile:lastPaymentDate}

paypal recurring last payment date

{profile:finalPaymentDate}

{profile:finalPaymentDate}

paypal recurring final payment date

{profile:status}

{profile:status}

paypal recurring status

{profile:autobilloutamt}

{profile:autobilloutamt}

paypal recurring auto billing out amount

{profile:desc}

{profile:desc}

paypal recurring description

{profile:outstandingbalance}

{profile:outstandingbalance}

paypal recurring outstanding balance

{profile:lastpaymentamt}

{profile:lastpaymentamt}

paypal recurring last payment amount

{profile:aggregateamt}

{profile:aggregateamt}

paypal recurring aggregate amount

{profile:aggregateoptionalamt}

{profile:aggregateoptionalamt}

paypal recurring aggregate optional amount

{profile:billingperiod}

{profile:billingperiod}

paypal recurring billing period

{profile:amt}

{profile:amt}

paypal recurring amount

{profile-shippingamt}

{profile:shippingamt}

paypal recurring shipping amount

{profile:taxamt}

{profile:taxamt}

paypal recurring tax amount

{profile:email}

{profile:email}

paypal recurring email

{profile:street}

{profile:street}

paypal recurring street

{profile:city}

{profile:city}

paypal recurring city

{profile:zip}

{profile:zip}

paypal recurring zip

{profile:countrycode}

{profile:countrycode}

paypal recurring country code

{profile:country}

{profile:country}

paypal recurring country

{profile:addressowner}

{profile:addressowner}

paypal recurring address owner

{profile:addressstatus}

{profile:addressstatus}

paypal recurring address status

{profile:payerstatus}

{profile:payerstatus}

paypal recurring payer status

New review posted

{review:name}

{review:name}

 Brings up name of the topic.

{review:author}

{review:author}

 Brings up name of author who left a review.

{review:email}

{review:email}

  Brings up the email of the person that left a review.

{review:ratingvalue}

{review:ratingvalue}

  Brings up the ratingvalue.

{review:datepublished}

{review:datepublished}

  Brings up date when the review was left.

{review:pageurl}

{review:pageurl}

Brings up url to the page where review was left.

Send reply to comment

Member registered

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{membership:firstname}

{membership:firstname}

member first name

{membership:lastname}

{membership:lastname}

member last name

{membership:email}

{membership:email}

member email

{membership:mobile}

{membership:mobile}

member mobile

{membership:custom-field}

{membership:custom-field}

custom-field=social or second_filed, or ... ex: {membership:social}

{reset:link}

{%%reset:link}

reset link

{reset:url}

{%%reset:url}

reset url (without a html tag)

{member:email}

{member:email}

member email

{member:password}

{member:password}

member password

{member:roleId}

{member:roleId}

member roleId (member)

{member:fullname}

{member:fullname}

member full name

{member:lastlogin}

{member:lastlogin}

member last login date

{member:regdate}

{member:regdate}

member registration date

{member:ipaddress}

{member:ipaddress}

member ip address

{member:mobilephone}

{member:mobilephone}

member mobile phone

{member:notes}

{member:notes}

member notes

{member:timezone}

{member:timezone}

member timezone (Europe/Kiev)

{member:mobilecountrycode}

{member:mobilecountrycode}

member mobile country code (UA)

{member:mobilecountrycodevalue}

{member:mobilecountrycodevalue}

member mobile country code value (+380)

{member:desktopphone}

{member:desktopphone}

member desktop phone

{member:desktopcountrycode}

{member:desktopcountrycode}

member desktop country code (UA)

{member:desktopcountrycodevalue}

{member:desktopcountrycodevalue}

member desktop country code value (+380)

{member:signature}

{member:signature}

 member signature

{member:voipPhone}

{member:voipPhone}

member voip phone

{member:prefix}

{member:prefix}

member prefix (Mr or Mrs or ...)

{member:personalcalendarurl}

{member:personalcalendarurl}

member personal calendar url

{member:avatarlink}

{member:avatarlink}

member avatar link

{memberpage:templateid}

{memberpage:templateid}

page template name

{memberpage:navname}

{memberpage:navname}

page nav name

{memberpage:metadescription}

{memberpage:metadescription}

page meta description

{memberpage:metakeywords}

{memberpage:metakeywords}

page meta keywords

{memberpage:headertitle}

{memberpage:headertitle}

page header title

{memberpage:url}

{memberpage:url}

member profile url

{memberpage:h1}

{memberpage:h1}

page h1

{memberpage:teasertext}

{memberpage:teasertext}

page teaser text

{memberpage:lastupdate}

{memberpage:lastupdate}

page last update date

{memberpage:content}

{memberpage:content}

page content

{memberpage:publishat}

{memberpage:publishat}

page publish at date

{memberpage:previewimage}

{memberpage:previewimage}

page preview image

{memberpage:externallink}

{memberpage:externallink}

page external url

Member validation

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{membership:firstname}

{membership:firstname}

member first name

{membership:lastname}

{membership:lastname}

member last name

{membership:email}

{membership:email}

member email

{membership:mobile}

{membership:mobile}

member mobile

{membership:custom-field}

{membership:custom-field}

custom-field=social or second_filed, or ... ex: {membership:social}

Member verified

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{reset:link}

{%%reset:link}

reset link

{reset:url}

{%%reset:url}

reset url (without a html tag)

Membership subscription expiration notification

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{product:sku}

{product:sku}

product sku

{product:name}

{product:name}

product name

{product:mpn}

{product:mpn}

product mpn

{product:weight}

{product:weight}

product weight

{product:brand}

{product:brand}

product brand

{product:shortdescription}

{product:shortdescription}

product short description

{product:fulldescription}

{product:fulldescription}

product full description

{product:price}

{product:price}

product price

{product:createdat}

{product:createdat}

product created at

{product:updatedat}

{product:updatedat}

product updated at

{product:inventory}

{product:inventory}

product inventory

{product:prodlength}

{product:prodlength}

product length

{product:prodwidth}

{product:prodwidth}

product width

{product:proddepth}

{product:proddepth}

product depth

{memberpage:templateid}

{memberpage:templateid}

page template name

{memberpage:navname}

{memberpage:navname}

page nav name

{memberpage:metadescription}

{memberpage:metadescription}

page meta description

{memberpage:metakeywords}

{memberpage:metakeywords}

page meta keywords

{memberpage:headertitle}

{memberpage:headertitle}

page header title

{memberpage:url}

{memberpage:url}

member profile url

{memberpage:h1}

{memberpage:h1}

page h1

{memberpage:teasertext}

{memberpage:teasertext}

page teaser text

{memberpage:lastupdate}

{memberpage:lastupdate}

page last update date

{memberpage:content}

{memberpage:content}

page content

{memberpage:publishat}

{memberpage:publishat}

page publish at date

{memberpage:previewimage}

{memberpage:previewimage}

page preview image

{memberpage:externallink}

{memberpage:externallink}

page external url

{memberpage:profilepageurl}

{memberpage:profilepageurl}

member profile page url

{membership:firstname}

{membership:firstname}

member first name

{membership:lastname}

{membership:lastname}

member last name

{membership:email}

{membership:email}

member email

{membership:mobile}

{membership:mobile}

member mobile

{membership:custom-field}

{membership:custom-field}

custom-field=social or second_filed, or ... ex: {membership:social}

{subscription:expirationDate}

{subscription:expirationDate}

subscription expiration date

Membership subscription expired

{widcard:BizEmail}

{widcard:BizEmail}

widcard email (if not specified then admin email from the main config will be used)

{product:sku}

{product:sku}

product sku

{product:name}

{product:name}

product name

{product:mpn}

{product:mpn}

product mpn

{product:weight}

{product:weight}

product weight

{product:brand}

{product:brand}

product brand

{product:shortdescription}

{product:shortdescription}

product short description

{product:fulldescription}

{product:fulldescription}

product full description

{product:price}

{product:price}

product price

{product:createdat}

{product:createdat}

product created at

{product:updatedat}

{product:updatedat}

product updated at

{product:inventory}

{product:inventory}

product inventory

{product:prodlength}

{product:prodlength}

product length

{product:prodwidth}

{product:prodwidth}

product width

{product:proddepth}

{product:proddepth}

product depth

{memberpage:templateid}

{memberpage:templateid}

page template name

{memberpage:navname}

{memberpage:navname}

page nav name

{memberpage:metadescription}

{memberpage:metadescription}

page meta description

{memberpage:metakeywords}

{memberpage:metakeywords}

page meta keywords

{memberpage:headertitle}

{memberpage:headertitle}

page header title

{memberpage:url}

{memberpage:url}

member profile url

{memberpage:h1}

{memberpage:h1}

page h1

{memberpage:teasertext}

{memberpage:teasertext}

page teaser text

{memberpage:lastupdate}

{memberpage:lastupdate}

page last update date

{memberpage:content}

{memberpage:content}

page content

{memberpage:publishat}

{memberpage:publishat}

page publish at date

{memberpage:previewimage}

{memberpage:previewimage}

page preview image

{memberpage:externallink}

{memberpage:externallink}

page external url

{memberpage:profilepageurl}

{memberpage:profilepageurl}

member profile page url

{membership:firstname}

{membership:firstname}

member first name

{membership:lastname}

{membership:lastname}

member last name

{membership:email}

{membership:email}

member email

{membership:mobile}

{membership:mobile}

member mobile

{membership:custom-field}

{membership:custom-field}

custom-field=social or second_filed, or ... ex: {membership:social}

Cheat Sheet
No template with name "_social share"