File: //proc/self/cwd/nueva/modules/roja45quotationsprofree/views/templates/admin/token_panel.tpl
{*
* 2016 ROJA45
* All rights reserved.
*
* DISCLAIMER
*
* Changing this file will render any support provided by us null and void.
*
* @author Roja45
* @copyright 2016 Roja45
* @license /license.txt
*}
<div class="panel" id="fieldset_0">
<div class="panel-heading">
<i class="icon-time"></i>{l s='Replaceable Tokens' mod='roja45quotationsprofree'}
</div>
<div class="alert alert-block">
<p>{l s='The following tokens are available for automatic replacement when you select your fast answer.' mod='roja45quotationsprofree'}</p>
<p></p>
<table class="table">
<thead>
<tr>
<th>{l s='Shop Tokens' mod='roja45quotationsprofree'}</th>
<th>{l s='Description' mod='roja45quotationsprofree'}</th>
</tr>
</thead>
<tbody>
<tr>
<td>{literal}{shop_name}{/literal}</td>
<td>{l s='The name of your store' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{shop_url}{/literal}</td>
<td>{l s='The url of your store' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{shop_logo}{/literal}</td>
<td>{l s='The logo of your store' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{customer_firstname}{/literal}</td>
<td>{l s='The Customer\'s firstname.' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{customer_lastname}{/literal}</td>
<td>{l s='The Customer\'s surname.' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{customer_email}{/literal}</td>
<td>{l s='The Customer\'s email address.' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{customer_company}{/literal}</td>
<td>{l s='The Customer\'s company name.' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{quotation_reference}{/literal}</td>
<td>{l s='Reference ID of the quotation.' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{quotation_received}{/literal}</td>
<td>{l s='Received date of the quotation.' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{quotation_lastupdate}{/literal}</td>
<td>{l s='Last update date of the quotation.' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{quotation_total}{/literal}</td>
<td>{l s='The total value of the quotation (without tax applied).' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{quotation_total_wt}{/literal}</td>
<td>{l s='The total value of the quotation (with tax applied).' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{quotation_summary_html}{/literal}</td>
<td>{l s='A HTML formatted quotation summary, showing all details of the quotations.' mod='roja45quotationsprofree'}</td>
</tr>
<tr>
<td>{literal}{quotation_summary_txt}{/literal}</td>
<td>{l s='A text formatted quotation summary, showing all details of the quotations.' mod='roja45quotationsprofree'}</td>
</tr>
</tbody>
</table>
</div>
<div class="panel-footer">
</div>
</div>