HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/cwd/nueva/modules/roja45quotationsprofree/views/templates/hook/PS17_quotecart_modal.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
*}

{if $roja45quotationspro_enablequotecart && $roja45quotationspro_enable_inquotenotify == 1}
    <div id="layer_quote">
        <div class="clearfix">
            <div class="layer_quote_product col-xs-12 col-md-6">
                <span class="cross" title="{l s='Close window' mod='roja45quotationsprofree'}"></span>
                <span class="title">
					<i class="icon-check"></i>{l s='Product successfully added to your quote' mod='roja45quotationsprofree'}
				</span>
                <div class="product-image-container layer_quote_img">
                </div>
                <div class="layer_quote_product_info">
                    <span id="layer_quote_product_title" class="product-name"></span>
                    <span id="layer_quote_product_attributes"></span>
                    <div>
                        <strong class="dark">{l s='Quantity Available' mod='roja45quotationsprofree'}</strong>
                        <span id="layer_quote_product_quantity"></span>
                    </div>
                </div>
            </div>
            <div class="layer_quote_cart col-xs-12 col-md-6">
				<span class="title">
					<!-- Plural Case [both cases are needed because page may be updated in Javascript] -->
					<span class="ajax_quote_product_txt_s {if $nbr_products < 2} unvisible{/if}">
						{l s='There are [1]%d[/1] products in your quote.' mod='roja45quotationsprofree' sprintf=[$nbr_products] tags=['<span class="ajax_quote_quantity">']}
					</span>
                    <!-- Singular Case [both cases are needed because page may be updated in Javascript] -->
					<span class="ajax_quote_product_txt {if $nbr_products > 1} unvisible{/if}">
						{l s='There is 1 product in your quote.' mod='roja45quotationsprofree'}
					</span>
				</span>

                <div class="button-container">
					<span class="continue btn btn-default button exclusive-medium" title="{l s='Continue shopping' mod='roja45quotationsprofree'}">
						<span>
							<i class="icon-chevron-left left"></i>{l s='Continue shopping' mod='roja45quotationsprofree'}
						</span>
					</span>
                    <a class="btn btn-default button button-medium"	href="{$request_link|escape:"html":"UTF-8"}" title="{l s='Request Quote' mod='roja45quotationsprofree'}" rel="nofollow">
						<span>
							{l s='Request Quote' mod='roja45quotationsprofree'}<i class="icon-chevron-right right"></i>
						</span>
                    </a>
                </div>
            </div>
        </div>
        <div class="crossseling"></div>
    </div> <!-- #layer_quote -->
    <div class="layer_quote_overlay"></div>
{/if}
<!-- /MODULE Block cart -->