Files
drmaterac.pl/modules/ets_promotion/views/templates/hook/render-js.tpl
2025-01-06 20:47:25 +01:00

68 lines
2.9 KiB
Smarty

{*
* Copyright ETS Software Technology Co., Ltd
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 website only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future.
*
* @author ETS Software Technology Co., Ltd
* @copyright ETS Software Technology Co., Ltd
* @license Valid for 1 website (or project) for each purchase of license
*}
{if isset($hookDisplayProductListHeaderAfter) && $hookDisplayProductListHeaderAfter}
<div id="etsPRhookDisplayProductListHeaderAfter" style="display: none">
{$hookDisplayProductListHeaderAfter nofilter}
</div>
{/if}
{if isset($hookDisplayProductListHeaderBefore) && $hookDisplayProductListHeaderBefore}
<div id="etsPRhookDisplayProductListHeaderBefore" style="display: none">
{$hookDisplayProductListHeaderBefore nofilter}
</div>
{/if}
{if isset($hookDisplayLeftColumnBefore) && $hookDisplayLeftColumnBefore}
<div id="etsPRhookDisplayLeftColumnBefore" style="display: none">
{$hookDisplayLeftColumnBefore nofilter}
</div>
{/if}
{if isset($hookDisplayRightColumnBefore) && $hookDisplayRightColumnBefore}
<div id="etsPRhookDisplayRightColumnBefore" style="display: none">
{$hookDisplayRightColumnBefore nofilter}
</div>
{/if}
{if isset($hookDisplayProductVariantsBefore) && $hookDisplayProductVariantsBefore}
<div id="etsPRhookDisplayProductVariantsBefore" style="display: none">
{$hookDisplayProductVariantsBefore nofilter}
</div>
{/if}
{if isset($hookDisplayProductVariantsAfter) && $hookDisplayProductVariantsAfter}
<div id="etsPRhookDisplayProductVariantsAfter" style="display: none">
{$hookDisplayProductVariantsAfter nofilter}
</div>
{/if}
{if isset($hookDisplayProductCommentsListHeaderBefore) && $hookDisplayProductCommentsListHeaderBefore}
<div id="etsPRhookDisplayProductCommentsListHeaderBefore" style="display: none">
{$hookDisplayProductCommentsListHeaderBefore nofilter}
</div>
{/if}
{if isset($hookDisplayCartGridBodyBefore1) && $hookDisplayCartGridBodyBefore1}
<div id="etsPRhookDisplayCartGridBodyBefore1" style="display: none">
{$hookDisplayCartGridBodyBefore1 nofilter}
</div>
{/if}
{if isset($hookDisplayCartGridBodyBefore2) && $hookDisplayCartGridBodyBefore2}
<div id="etsPRhookDisplayCartGridBodyBefore2" style="display: none">
{$hookDisplayCartGridBodyBefore2 nofilter}
</div>
{/if}
{if isset($hookDisplayCartGridBodyAfter) && $hookDisplayCartGridBodyAfter}
<div id="etsPRhookDisplayCartGridBodyAfter" style="display: none">
{$hookDisplayCartGridBodyAfter nofilter}
</div>
{/if}