Différents fichiers (ça marche pas sur MacBook)
This commit is contained in:
@@ -1,830 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:28
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/options/options.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a18052a67_76519351',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'00477f4d9eb209f8df397ce8f2f436e8a4574e5b' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/options/options.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a18052a67_76519351 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
|
||||
<div class="leadin"><?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5463714815da83a17f291a2_77259394', "leadin");
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
id_language = Number(<?php echo $_smarty_tpl->tpl_vars['current_id_lang']->value;?>
|
||||
);
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tabs']->value) && count($_smarty_tpl->tpl_vars['tabs']->value)) {?>
|
||||
var helper_tabs= <?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'json_encode' ][ 0 ], array( $_smarty_tpl->tpl_vars['tabs']->value ));?>
|
||||
;
|
||||
var unique_field_id = '<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_';
|
||||
<?php }
|
||||
echo '</script'; ?>
|
||||
>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_16558726225da83a17f2f778_87173860', "defaultOptions");
|
||||
?>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10131247615da83a18050752_38523504', "after");
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block "leadin"} */
|
||||
class Block_5463714815da83a17f291a2_77259394 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'leadin' =>
|
||||
array (
|
||||
0 => 'Block_5463714815da83a17f291a2_77259394',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
}
|
||||
}
|
||||
/* {/block "leadin"} */
|
||||
/* {block "label"} */
|
||||
class Block_2643154655da83a18003104_98465867 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['field']->value['title']) && isset($_smarty_tpl->tpl_vars['field']->value['hint'])) {?>
|
||||
<label class="control-label col-lg-3<?php if (isset($_smarty_tpl->tpl_vars['field']->value['required']) && $_smarty_tpl->tpl_vars['field']->value['required'] && $_smarty_tpl->tpl_vars['field']->value['type'] != 'radio') {?> required<?php }?>">
|
||||
<?php if (!$_smarty_tpl->tpl_vars['categoryData']->value['hide_multishop_checkbox'] && $_smarty_tpl->tpl_vars['field']->value['multishop_default'] && empty($_smarty_tpl->tpl_vars['field']->value['no_multishop_checkbox'])) {?>
|
||||
<input type="checkbox" name="multishopOverrideOption[<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
]" value="1"<?php if (!$_smarty_tpl->tpl_vars['field']->value['is_disabled']) {?> checked="checked"<?php }?> onclick="toggleMultishopDefaultValue(this, '<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
')"/>
|
||||
<?php }?>
|
||||
<span title="" data-toggle="tooltip" class="label-tooltip" data-original-title="
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['field']->value['hint'])) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['hint'], 'hint');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['hint']->value) {
|
||||
?>
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['hint']->value)) {?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['hint']->value['text'],'html','UTF-8' ));?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['hint']->value,'html','UTF-8' ));?>
|
||||
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['field']->value['hint'];?>
|
||||
|
||||
<?php }?>
|
||||
" data-html="true">
|
||||
<?php echo $_smarty_tpl->tpl_vars['field']->value['title'];?>
|
||||
|
||||
</span>
|
||||
</label>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['field']->value['title'])) {?>
|
||||
<label class="control-label col-lg-3">
|
||||
<?php if (!$_smarty_tpl->tpl_vars['categoryData']->value['hide_multishop_checkbox'] && $_smarty_tpl->tpl_vars['field']->value['multishop_default'] && empty($_smarty_tpl->tpl_vars['field']->value['no_multishop_checkbox'])) {?>
|
||||
<input type="checkbox" name="multishopOverrideOption[<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
]" value="1"<?php if (!$_smarty_tpl->tpl_vars['field']->value['is_disabled']) {?> checked="checked"<?php }?> onclick="checkMultishopDefaultValue(this, '<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
')" />
|
||||
<?php }?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['field']->value['title'];?>
|
||||
|
||||
</label>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "label"} */
|
||||
/* {block "input"} */
|
||||
class Block_12938999535da83a1800a7a0_83316984 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/var/www/clients/client1/web14/web/vendor/smarty/smarty/libs/plugins/modifier.replace.php','function'=>'smarty_modifier_replace',),));
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['type'] == 'select') {?>
|
||||
<div class="col-lg-9">
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['list']) {?>
|
||||
<select class="form-control fixed-width-xxl <?php if (isset($_smarty_tpl->tpl_vars['field']->value['class'])) {
|
||||
echo $_smarty_tpl->tpl_vars['field']->value['class'];
|
||||
}?>" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
"<?php if (isset($_smarty_tpl->tpl_vars['field']->value['js'])) {?> onchange="<?php echo $_smarty_tpl->tpl_vars['field']->value['js'];?>
|
||||
"<?php }?> id="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" <?php if (isset($_smarty_tpl->tpl_vars['field']->value['size'])) {?> size="<?php echo $_smarty_tpl->tpl_vars['field']->value['size'];?>
|
||||
"<?php }?>>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['list'], 'option', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['option']->value) {
|
||||
?>
|
||||
<option value="<?php echo $_smarty_tpl->tpl_vars['option']->value[$_smarty_tpl->tpl_vars['field']->value['identifier']];?>
|
||||
"<?php if ($_smarty_tpl->tpl_vars['field']->value['value'] == $_smarty_tpl->tpl_vars['option']->value[$_smarty_tpl->tpl_vars['field']->value['identifier']]) {?> selected="selected"<?php }?>><?php echo $_smarty_tpl->tpl_vars['option']->value['name'];?>
|
||||
</option>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</select>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['input']->value['empty_message'])) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['input']->value['empty_message'];?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'bool') {?>
|
||||
<div class="col-lg-9">
|
||||
<span class="switch prestashop-switch fixed-width-lg">
|
||||
<input type="radio" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" id="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_on" value="1" <?php if ($_smarty_tpl->tpl_vars['field']->value['value']) {?> checked="checked"<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['field']->value['js']['on'])) {?> <?php echo $_smarty_tpl->tpl_vars['field']->value['js']['on'];
|
||||
}
|
||||
if (isset($_smarty_tpl->tpl_vars['field']->value['disabled']) && (bool)$_smarty_tpl->tpl_vars['field']->value['disabled']) {?> disabled="disabled"<?php }?>/><label for="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_on" class="radioCheck"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Yes','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</label><input type="radio" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" id="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_off" value="0" <?php if (!$_smarty_tpl->tpl_vars['field']->value['value']) {?> checked="checked"<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['field']->value['js']['off'])) {?> <?php echo $_smarty_tpl->tpl_vars['field']->value['js']['off'];
|
||||
}
|
||||
if (isset($_smarty_tpl->tpl_vars['field']->value['disabled']) && (bool)$_smarty_tpl->tpl_vars['field']->value['disabled']) {?> disabled="disabled"<?php }?>/><label for="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_off" class="radioCheck"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</label>
|
||||
<a class="slide-button btn"></a>
|
||||
</span>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'radio') {?>
|
||||
<div class="col-lg-9">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['choices'], 'v', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['v']->value) {
|
||||
?>
|
||||
<p class="radio">
|
||||
<label for="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_<?php echo $_smarty_tpl->tpl_vars['k']->value;?>
|
||||
"><input type="radio" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" id="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_<?php echo $_smarty_tpl->tpl_vars['k']->value;?>
|
||||
" value="<?php echo $_smarty_tpl->tpl_vars['k']->value;?>
|
||||
"<?php if ($_smarty_tpl->tpl_vars['k']->value == $_smarty_tpl->tpl_vars['field']->value['value']) {?> checked="checked"<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['field']->value['js'][$_smarty_tpl->tpl_vars['k']->value])) {?> <?php echo $_smarty_tpl->tpl_vars['field']->value['js'][$_smarty_tpl->tpl_vars['k']->value];
|
||||
}?>/><?php echo $_smarty_tpl->tpl_vars['v']->value;?>
|
||||
</label>
|
||||
</p>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'checkbox') {?>
|
||||
<div class="col-lg-9">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['choices'], 'v', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['v']->value) {
|
||||
?>
|
||||
<p class="checkbox">
|
||||
<label class="col-lg-3" for="<?php echo $_smarty_tpl->tpl_vars['key']->value;
|
||||
echo $_smarty_tpl->tpl_vars['k']->value;?>
|
||||
_on"><input type="checkbox" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" id="<?php echo $_smarty_tpl->tpl_vars['key']->value;
|
||||
echo $_smarty_tpl->tpl_vars['k']->value;?>
|
||||
_on" value="<?php echo intval($_smarty_tpl->tpl_vars['k']->value);?>
|
||||
"<?php if ($_smarty_tpl->tpl_vars['k']->value == $_smarty_tpl->tpl_vars['field']->value['value']) {?> checked="checked"<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['field']->value['js'][$_smarty_tpl->tpl_vars['k']->value])) {?> <?php echo $_smarty_tpl->tpl_vars['field']->value['js'][$_smarty_tpl->tpl_vars['k']->value];
|
||||
}?>/><?php echo $_smarty_tpl->tpl_vars['v']->value;?>
|
||||
</label>
|
||||
</p>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'text') {?>
|
||||
<div class="col-lg-9"><?php if (isset($_smarty_tpl->tpl_vars['field']->value['suffix'])) {?><div class="input-group<?php if (isset($_smarty_tpl->tpl_vars['field']->value['class'])) {?> <?php echo $_smarty_tpl->tpl_vars['field']->value['class'];
|
||||
}?>"><?php }?>
|
||||
<input class="form-control <?php if (isset($_smarty_tpl->tpl_vars['field']->value['class'])) {
|
||||
echo $_smarty_tpl->tpl_vars['field']->value['class'];
|
||||
}?>" type="<?php echo $_smarty_tpl->tpl_vars['field']->value['type'];?>
|
||||
"<?php if (isset($_smarty_tpl->tpl_vars['field']->value['id'])) {?> id="<?php echo $_smarty_tpl->tpl_vars['field']->value['id'];?>
|
||||
"<?php }?> size="<?php if (isset($_smarty_tpl->tpl_vars['field']->value['size'])) {
|
||||
echo intval($_smarty_tpl->tpl_vars['field']->value['size']);
|
||||
} else { ?>5<?php }?>" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" value="<?php if (isset($_smarty_tpl->tpl_vars['field']->value['no_escape']) && $_smarty_tpl->tpl_vars['field']->value['no_escape']) {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['field']->value['value'],'UTF-8' ));
|
||||
} else {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['field']->value['value'],'html','UTF-8' ));
|
||||
}?>" <?php if (isset($_smarty_tpl->tpl_vars['field']->value['autocomplete']) && !$_smarty_tpl->tpl_vars['field']->value['autocomplete']) {?>autocomplete="off"<?php }?>/>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['field']->value['suffix'])) {?>
|
||||
<span class="input-group-addon">
|
||||
<?php echo strval($_smarty_tpl->tpl_vars['field']->value['suffix']);?>
|
||||
|
||||
</span>
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['field']->value['suffix'])) {?></div><?php }?>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'password') {?>
|
||||
<div class="col-lg-9"><?php if (isset($_smarty_tpl->tpl_vars['field']->value['suffix'])) {?><div class="input-group<?php if (isset($_smarty_tpl->tpl_vars['field']->value['class'])) {?> <?php echo $_smarty_tpl->tpl_vars['field']->value['class'];
|
||||
}?>"><?php }?>
|
||||
<input type="<?php echo $_smarty_tpl->tpl_vars['field']->value['type'];?>
|
||||
"<?php if (isset($_smarty_tpl->tpl_vars['field']->value['id'])) {?> id="<?php echo $_smarty_tpl->tpl_vars['field']->value['id'];?>
|
||||
"<?php }?> size="<?php if (isset($_smarty_tpl->tpl_vars['field']->value['size'])) {
|
||||
echo intval($_smarty_tpl->tpl_vars['field']->value['size']);
|
||||
} else { ?>5<?php }?>" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" value=""<?php if (isset($_smarty_tpl->tpl_vars['field']->value['autocomplete']) && !$_smarty_tpl->tpl_vars['field']->value['autocomplete']) {?> autocomplete="off"<?php }?> />
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['field']->value['suffix'])) {?>
|
||||
<span class="input-group-addon">
|
||||
<?php echo strval($_smarty_tpl->tpl_vars['field']->value['suffix']);?>
|
||||
|
||||
</span>
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['field']->value['suffix'])) {?></div><?php }?>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'textarea') {?>
|
||||
<div class="col-lg-9">
|
||||
<textarea class="<?php if (isset($_smarty_tpl->tpl_vars['field']->value['autoload_rte']) && $_smarty_tpl->tpl_vars['field']->value['autoload_rte']) {?>rte autoload_rte<?php } else { ?>textarea-autosize<?php }?>" name=<?php echo $_smarty_tpl->tpl_vars['key']->value;
|
||||
ob_start();
|
||||
echo $_smarty_tpl->tpl_vars['field']->value['cols'];
|
||||
$_prefixVariable1 = ob_get_clean();
|
||||
if (isset($_prefixVariable1)) {?> cols="<?php echo $_smarty_tpl->tpl_vars['field']->value['cols'];?>
|
||||
"<?php }
|
||||
ob_start();
|
||||
echo $_smarty_tpl->tpl_vars['field']->value['rows'];
|
||||
$_prefixVariable2 = ob_get_clean();
|
||||
if (isset($_prefixVariable2)) {?> rows="<?php echo $_smarty_tpl->tpl_vars['field']->value['rows'];?>
|
||||
"<?php }?>"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['field']->value['value'],'html','UTF-8' ));?>
|
||||
</textarea>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'file') {?>
|
||||
<div class="col-lg-9"><?php echo $_smarty_tpl->tpl_vars['field']->value['file'];?>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'color') {?>
|
||||
<div class="col-lg-2">
|
||||
<div class="input-group">
|
||||
<input type="color" size="<?php echo $_smarty_tpl->tpl_vars['field']->value['size'];?>
|
||||
" data-hex="true" <?php if (isset($_smarty_tpl->tpl_vars['input']->value['class'])) {?>class="<?php echo $_smarty_tpl->tpl_vars['field']->value['class'];?>
|
||||
" <?php } else { ?>class="color mColorPickerInput"<?php }?> name="<?php echo $_smarty_tpl->tpl_vars['field']->value['name'];?>
|
||||
" class="<?php if (isset($_smarty_tpl->tpl_vars['field']->value['class'])) {
|
||||
echo $_smarty_tpl->tpl_vars['field']->value['class'];
|
||||
}?>" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['field']->value['value'],'html','UTF-8' ));?>
|
||||
" />
|
||||
</div>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'price') {?>
|
||||
<div class="col-lg-9">
|
||||
<div class="input-group fixed-width-lg">
|
||||
<span class="input-group-addon"><?php echo $_smarty_tpl->tpl_vars['currency_left_sign']->value;?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'(tax excl.)'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<input type="text" size="<?php if (isset($_smarty_tpl->tpl_vars['field']->value['size'])) {
|
||||
echo intval($_smarty_tpl->tpl_vars['field']->value['size']);
|
||||
} else { ?>5<?php }?>" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['field']->value['value'],'html','UTF-8' ));?>
|
||||
" />
|
||||
</div>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'textLang' || $_smarty_tpl->tpl_vars['field']->value['type'] == 'textareaLang' || $_smarty_tpl->tpl_vars['field']->value['type'] == 'selectLang') {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['type'] == 'textLang') {?>
|
||||
<div class="col-lg-9">
|
||||
<div class="row">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['languages'], 'value', false, 'id_lang');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['id_lang']->value => $_smarty_tpl->tpl_vars['value']->value) {
|
||||
?>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['field']->value['languages']) > 1) {?>
|
||||
<div class="translatable-field lang-<?php echo $_smarty_tpl->tpl_vars['id_lang']->value;?>
|
||||
" <?php if ($_smarty_tpl->tpl_vars['id_lang']->value != $_smarty_tpl->tpl_vars['current_id_lang']->value) {?>style="display:none;"<?php }?>>
|
||||
<div class="col-lg-9">
|
||||
<?php } else { ?>
|
||||
<div class="col-lg-12">
|
||||
<?php }?>
|
||||
<input type="text"
|
||||
name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_<?php echo $_smarty_tpl->tpl_vars['id_lang']->value;?>
|
||||
"
|
||||
value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['value']->value,'html','UTF-8' ));?>
|
||||
"
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['input']->value['class'])) {?>class="<?php echo $_smarty_tpl->tpl_vars['input']->value['class'];?>
|
||||
"<?php }?>
|
||||
/>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['field']->value['languages']) > 1) {?>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['languages']->value, 'language');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['language']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['language']->value['id_lang'] == $_smarty_tpl->tpl_vars['id_lang']->value) {
|
||||
echo $_smarty_tpl->tpl_vars['language']->value['iso_code'];
|
||||
}?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['languages']->value, 'language');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['language']->value) {
|
||||
?>
|
||||
<li>
|
||||
<a href="javascript:hideOtherLanguage(<?php echo $_smarty_tpl->tpl_vars['language']->value['id_lang'];?>
|
||||
);"><?php echo $_smarty_tpl->tpl_vars['language']->value['name'];?>
|
||||
</a>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'textareaLang') {?>
|
||||
<div class="col-lg-9">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['languages'], 'value', false, 'id_lang');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['id_lang']->value => $_smarty_tpl->tpl_vars['value']->value) {
|
||||
?>
|
||||
<div class="row translatable-field lang-<?php echo $_smarty_tpl->tpl_vars['id_lang']->value;?>
|
||||
" <?php if ($_smarty_tpl->tpl_vars['id_lang']->value != $_smarty_tpl->tpl_vars['current_id_lang']->value) {?>style="display:none;"<?php }?>>
|
||||
<div id="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_<?php echo $_smarty_tpl->tpl_vars['id_lang']->value;?>
|
||||
" class="col-lg-9" >
|
||||
<textarea class="<?php if (isset($_smarty_tpl->tpl_vars['field']->value['autoload_rte']) && $_smarty_tpl->tpl_vars['field']->value['autoload_rte']) {?>rte autoload_rte<?php } else { ?>textarea-autosize<?php }?>" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_<?php echo $_smarty_tpl->tpl_vars['id_lang']->value;?>
|
||||
"><?php echo smarty_modifier_replace($_smarty_tpl->tpl_vars['value']->value,'\r\n',"\n");?>
|
||||
</textarea>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['languages']->value, 'language');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['language']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['language']->value['id_lang'] == $_smarty_tpl->tpl_vars['id_lang']->value) {
|
||||
echo $_smarty_tpl->tpl_vars['language']->value['iso_code'];
|
||||
}?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['languages']->value, 'language');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['language']->value) {
|
||||
?>
|
||||
<li>
|
||||
<a href="javascript:hideOtherLanguage(<?php echo $_smarty_tpl->tpl_vars['language']->value['id_lang'];?>
|
||||
);"><?php echo $_smarty_tpl->tpl_vars['language']->value['name'];?>
|
||||
</a>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$(".textarea-autosize").autosize();
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'selectLang') {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['languages']->value, 'language');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['language']->value) {
|
||||
?>
|
||||
<div id="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_<?php echo $_smarty_tpl->tpl_vars['language']->value['id_lang'];?>
|
||||
" style="display: <?php if ($_smarty_tpl->tpl_vars['language']->value['id_lang'] == $_smarty_tpl->tpl_vars['current_id_lang']->value) {?>block<?php } else { ?>none<?php }?>;" class="col-lg-9">
|
||||
<select name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['language']->value['iso_code'], 'UTF-8');?>
|
||||
">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['list'], 'v', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['v']->value) {
|
||||
?>
|
||||
<option value="<?php if (isset($_smarty_tpl->tpl_vars['v']->value['cast'])) {
|
||||
echo $_smarty_tpl->tpl_vars['v']->value['cast'][$_smarty_tpl->tpl_vars['v']->value[$_smarty_tpl->tpl_vars['field']->value['identifier']]];
|
||||
} else {
|
||||
echo $_smarty_tpl->tpl_vars['v']->value[$_smarty_tpl->tpl_vars['field']->value['identifier']];
|
||||
}?>"
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['value'][$_smarty_tpl->tpl_vars['language']->value['id_lang']] == $_smarty_tpl->tpl_vars['v']->value['name']) {?> selected="selected"<?php }?>>
|
||||
<?php echo $_smarty_tpl->tpl_vars['v']->value['name'];?>
|
||||
|
||||
</option>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</select>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['field']->value['desc']) && !empty($_smarty_tpl->tpl_vars['field']->value['desc'])) {?>
|
||||
<div class="col-lg-9 col-lg-offset-3">
|
||||
<div class="help-block">
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['field']->value['desc'])) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['desc'], 'p');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['p']->value) {
|
||||
?>
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['p']->value)) {?>
|
||||
<span id="<?php echo $_smarty_tpl->tpl_vars['p']->value['id'];?>
|
||||
"><?php echo $_smarty_tpl->tpl_vars['p']->value['text'];?>
|
||||
</span><br />
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['p']->value;?>
|
||||
<br />
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['field']->value['desc'];?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "input"} */
|
||||
/* {block "field"} */
|
||||
class Block_15405608315da83a1800a410_68875186 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_12938999535da83a1800a7a0_83316984', "input", $this->tplIndex);
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['is_invisible']) {?>
|
||||
<div class="col-lg-9 col-lg-offset-3">
|
||||
<p class="alert alert-warning row-margin-top">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'You can\'t change the value of this configuration field in the context of this shop.'),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "field"} */
|
||||
/* {block "footer"} */
|
||||
class Block_19370257115da83a1803ed19_13397329 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['submit']) || isset($_smarty_tpl->tpl_vars['categoryData']->value['buttons'])) {?>
|
||||
<div class="panel-footer">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['submit']) && !empty($_smarty_tpl->tpl_vars['categoryData']->value['submit'])) {?>
|
||||
<button type="<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['submit']['type'])) {
|
||||
echo $_smarty_tpl->tpl_vars['categoryData']->value['submit']['type'];
|
||||
} else { ?>submit<?php }?>" <?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['submit']['id'])) {?>id="<?php echo $_smarty_tpl->tpl_vars['categoryData']->value['submit']['id'];?>
|
||||
"<?php }?> class="btn btn-default pull-right" name="<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['submit']['name'])) {
|
||||
echo $_smarty_tpl->tpl_vars['categoryData']->value['submit']['name'];
|
||||
} else { ?>submitOptions<?php echo $_smarty_tpl->tpl_vars['table']->value;
|
||||
}?>"><i class="process-icon-<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['submit']['imgclass'])) {
|
||||
echo $_smarty_tpl->tpl_vars['categoryData']->value['submit']['imgclass'];
|
||||
} else { ?>save<?php }?>"></i> <?php echo $_smarty_tpl->tpl_vars['categoryData']->value['submit']['title'];?>
|
||||
</button>
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['buttons'])) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['categoryData']->value['buttons'], 'btn', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['btn']->value) {
|
||||
?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['href']) && trim($_smarty_tpl->tpl_vars['btn']->value['href']) != '') {?>
|
||||
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['btn']->value['href'],'html','UTF-8' ));?>
|
||||
" <?php if (isset($_smarty_tpl->tpl_vars['btn']->value['id'])) {?>id="<?php echo $_smarty_tpl->tpl_vars['btn']->value['id'];?>
|
||||
"<?php }?> class="btn btn-default<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['class'])) {?> <?php echo $_smarty_tpl->tpl_vars['btn']->value['class'];
|
||||
}?>" <?php if (isset($_smarty_tpl->tpl_vars['btn']->value['js']) && $_smarty_tpl->tpl_vars['btn']->value['js']) {?> onclick="<?php echo $_smarty_tpl->tpl_vars['btn']->value['js'];?>
|
||||
"<?php }?>><?php if (isset($_smarty_tpl->tpl_vars['btn']->value['icon'])) {?><i class="<?php echo $_smarty_tpl->tpl_vars['btn']->value['icon'];?>
|
||||
" ></i> <?php }
|
||||
echo $_smarty_tpl->tpl_vars['btn']->value['title'];?>
|
||||
</a>
|
||||
<?php } else { ?>
|
||||
<button type="<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['type'])) {
|
||||
echo $_smarty_tpl->tpl_vars['btn']->value['type'];
|
||||
} else { ?>button<?php }?>" <?php if (isset($_smarty_tpl->tpl_vars['btn']->value['id'])) {?>id="<?php echo $_smarty_tpl->tpl_vars['btn']->value['id'];?>
|
||||
"<?php }?> class="<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['class'])) {
|
||||
echo $_smarty_tpl->tpl_vars['btn']->value['class'];
|
||||
} else { ?>btn btn-default<?php }?>" name="<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['name'])) {
|
||||
echo $_smarty_tpl->tpl_vars['btn']->value['name'];
|
||||
} else { ?>submitOptions<?php echo $_smarty_tpl->tpl_vars['table']->value;
|
||||
}?>"<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['js']) && $_smarty_tpl->tpl_vars['btn']->value['js']) {?> onclick="<?php echo $_smarty_tpl->tpl_vars['btn']->value['js'];?>
|
||||
"<?php }?>><?php if (isset($_smarty_tpl->tpl_vars['btn']->value['icon'])) {?><i class="<?php echo $_smarty_tpl->tpl_vars['btn']->value['icon'];?>
|
||||
" ></i> <?php }
|
||||
echo $_smarty_tpl->tpl_vars['btn']->value['title'];?>
|
||||
</button>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "footer"} */
|
||||
/* {block "defaultOptions"} */
|
||||
class Block_16558726225da83a17f2f778_87173860 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'defaultOptions' =>
|
||||
array (
|
||||
0 => 'Block_16558726225da83a17f2f778_87173860',
|
||||
),
|
||||
'label' =>
|
||||
array (
|
||||
0 => 'Block_2643154655da83a18003104_98465867',
|
||||
),
|
||||
'field' =>
|
||||
array (
|
||||
0 => 'Block_15405608315da83a1800a410_68875186',
|
||||
),
|
||||
'input' =>
|
||||
array (
|
||||
0 => 'Block_12938999535da83a1800a7a0_83316984',
|
||||
),
|
||||
'footer' =>
|
||||
array (
|
||||
0 => 'Block_19370257115da83a1803ed19_13397329',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/var/www/clients/client1/web14/web/vendor/smarty/smarty/libs/plugins/function.counter.php','function'=>'smarty_function_counter',),));
|
||||
?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['table_bk']->value) && $_smarty_tpl->tpl_vars['table_bk']->value == $_smarty_tpl->tpl_vars['table']->value) {
|
||||
$_smarty_tpl->smarty->ext->_capture->open($_smarty_tpl, 'table_count', null, null);
|
||||
echo smarty_function_counter(array('name'=>'table_count'),$_smarty_tpl);
|
||||
$_smarty_tpl->smarty->ext->_capture->close($_smarty_tpl);
|
||||
}
|
||||
$_smarty_tpl->_assignInScope('table_bk', $_smarty_tpl->tpl_vars['table']->value ,false ,8);?>
|
||||
<form action="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['current']->value,'html','UTF-8' ));?>
|
||||
&token=<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['token']->value,'html','UTF-8' ));?>
|
||||
" id="<?php if ($_smarty_tpl->tpl_vars['table']->value == null) {?>configuration_form<?php } else {
|
||||
echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_form<?php }
|
||||
if ((($_smarty_tpl->smarty->ext->_capture->getBuffer($_smarty_tpl, 'table_count') !== null )) && $_smarty_tpl->smarty->ext->_capture->getBuffer($_smarty_tpl, 'table_count')) {?>_<?php echo intval($_smarty_tpl->smarty->ext->_capture->getBuffer($_smarty_tpl, 'table_count'));
|
||||
}?>" method="post" enctype="multipart/form-data" class="form-horizontal">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['option_list']->value, 'categoryData', false, 'category');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['category']->value => $_smarty_tpl->tpl_vars['categoryData']->value) {
|
||||
?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['top'])) {
|
||||
echo $_smarty_tpl->tpl_vars['categoryData']->value['top'];
|
||||
}?>
|
||||
<div class="panel <?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['class'])) {
|
||||
echo $_smarty_tpl->tpl_vars['categoryData']->value['class'];
|
||||
}?>" id="<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_fieldset_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
">
|
||||
<div class="panel-heading">
|
||||
<i class="<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['icon'])) {
|
||||
echo $_smarty_tpl->tpl_vars['categoryData']->value['icon'];
|
||||
} else { ?>icon-cogs<?php }?>"></i>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['title'])) {
|
||||
echo $_smarty_tpl->tpl_vars['categoryData']->value['title'];
|
||||
} else {
|
||||
echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Options','d'=>'Admin.Global'),$_smarty_tpl ) );
|
||||
}?>
|
||||
</div>
|
||||
|
||||
|
||||
<?php if ((isset($_smarty_tpl->tpl_vars['categoryData']->value['description']) && $_smarty_tpl->tpl_vars['categoryData']->value['description'])) {?>
|
||||
<div class="alert alert-info"><?php echo $_smarty_tpl->tpl_vars['categoryData']->value['description'];?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ((isset($_smarty_tpl->tpl_vars['categoryData']->value['info']) && $_smarty_tpl->tpl_vars['categoryData']->value['info'])) {?>
|
||||
<div><?php echo $_smarty_tpl->tpl_vars['categoryData']->value['info'];?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (!$_smarty_tpl->tpl_vars['categoryData']->value['hide_multishop_checkbox'] && $_smarty_tpl->tpl_vars['use_multishop']->value) {?>
|
||||
<div class="well clearfix">
|
||||
<label class="control-label col-lg-3">
|
||||
<i class="icon-sitemap"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Multistore'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
<div class="col-lg-9">
|
||||
<span class="switch prestashop-switch fixed-width-lg">
|
||||
<input type="radio" name="<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_multishop_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
" id="<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_multishop_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
_on" value="1" onclick="toggleAllMultishopDefaultValue($('#<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_fieldset_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
'), true)"/><label for="<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_multishop_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
_on"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Yes','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</label><input type="radio" name="<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_multishop_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
" id="<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_multishop_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
_off" value="0" checked="checked" onclick="toggleAllMultishopDefaultValue($('#<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_fieldset_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
'), false)"/><label for="<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_multishop_<?php echo $_smarty_tpl->tpl_vars['category']->value;?>
|
||||
_off"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</label>
|
||||
<a class="slide-button btn"></a>
|
||||
</span>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<p class="help-block">
|
||||
<strong><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Check / Uncheck all'),$_smarty_tpl ) );?>
|
||||
</strong><br />
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'You are editing this page for a specific shop or group. Click "Yes" to check all fields, "No" to uncheck all.'),$_smarty_tpl ) );?>
|
||||
<br />
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.'),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<div class="form-wrapper">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['categoryData']->value['fields'], 'field', false, 'key');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['field']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['type'] == 'hidden') {?>
|
||||
<input type="hidden" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" value="<?php echo $_smarty_tpl->tpl_vars['field']->value['value'];?>
|
||||
" />
|
||||
<?php } else { ?>
|
||||
<div class="form-group<?php if (isset($_smarty_tpl->tpl_vars['field']->value['form_group_class'])) {?> <?php echo $_smarty_tpl->tpl_vars['field']->value['form_group_class'];
|
||||
}?>"<?php if (isset($_smarty_tpl->tpl_vars['tabs']->value) && isset($_smarty_tpl->tpl_vars['field']->value['tab'])) {?> data-tab-id="<?php echo $_smarty_tpl->tpl_vars['field']->value['tab'];?>
|
||||
"<?php }?>>
|
||||
<div id="conf_id_<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
"<?php if ($_smarty_tpl->tpl_vars['field']->value['is_invisible']) {?> class="isInvisible"<?php }?>>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2643154655da83a18003104_98465867', "label", $this->tplIndex);
|
||||
?>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_15405608315da83a1800a410_68875186', "field", $this->tplIndex);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div><!-- /.form-wrapper -->
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['categoryData']->value['bottom'])) {
|
||||
echo $_smarty_tpl->tpl_vars['categoryData']->value['bottom'];
|
||||
}?>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_19370257115da83a1803ed19_13397329', "footer", $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAdminOptions'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['name_controller']->value)) {?>
|
||||
<?php $_smarty_tpl->smarty->ext->_capture->open($_smarty_tpl, 'hookName', 'hookName', null);?>display<?php echo ucfirst($_smarty_tpl->tpl_vars['name_controller']->value);?>
|
||||
Options<?php $_smarty_tpl->smarty->ext->_capture->close($_smarty_tpl);?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>$_smarty_tpl->tpl_vars['hookName']->value),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } elseif (isset($_GET['controller'])) {?>
|
||||
<?php $_smarty_tpl->smarty->ext->_capture->open($_smarty_tpl, 'hookName', 'hookName', null);?>display<?php echo htmlentities(ucfirst($_GET['controller']));?>
|
||||
Options<?php $_smarty_tpl->smarty->ext->_capture->close($_smarty_tpl);?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>$_smarty_tpl->tpl_vars['hookName']->value),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "defaultOptions"} */
|
||||
/* {block "autoload_tinyMCE"} */
|
||||
class Block_18124554415da83a180522c6_45801517 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
tinySetup({
|
||||
editor_selector :"autoload_rte"
|
||||
});
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "autoload_tinyMCE"} */
|
||||
/* {block "after"} */
|
||||
class Block_10131247615da83a18050752_38523504 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'after' =>
|
||||
array (
|
||||
0 => 'Block_10131247615da83a18050752_38523504',
|
||||
),
|
||||
'autoload_tinyMCE' =>
|
||||
array (
|
||||
0 => 'Block_18124554415da83a180522c6_45801517',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tinymce']->value) && $_smarty_tpl->tpl_vars['tinymce']->value) {
|
||||
echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
var iso = '<?php echo addslashes($_smarty_tpl->tpl_vars['iso']->value);?>
|
||||
';
|
||||
var pathCSS = '<?php echo addslashes(@constant('_THEME_CSS_DIR_'));?>
|
||||
';
|
||||
var ad = '<?php echo addslashes($_smarty_tpl->tpl_vars['ad']->value);?>
|
||||
';
|
||||
|
||||
$(document).ready(function(){
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_18124554415da83a180522c6_45801517', "autoload_tinyMCE", $this->tplIndex);
|
||||
?>
|
||||
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
/* {/block "after"} */
|
||||
}
|
||||
@@ -1,707 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:13
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list_header.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a09251b61_19369954',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'0767c2911615f5bdb89336274a3b172dbed1e646' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list_header.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a09251b61_19369954 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/var/www/clients/client1/web14/web/vendor/smarty/smarty/libs/plugins/function.math.php','function'=>'smarty_function_math',),));
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['ajax']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
$(function () {
|
||||
$(".ajax_table_link").click(function () {
|
||||
var link = $(this);
|
||||
$.post($(this).attr('href'), function (data) {
|
||||
if (data.success == 1) {
|
||||
showSuccessMessage(data.text);
|
||||
if (link.hasClass('action-disabled')){
|
||||
link.removeClass('action-disabled').addClass('action-enabled');
|
||||
} else {
|
||||
link.removeClass('action-enabled').addClass('action-disabled');
|
||||
}
|
||||
link.children().each(function () {
|
||||
if ($(this).hasClass('hidden')) {
|
||||
$(this).removeClass('hidden');
|
||||
} else {
|
||||
$(this).addClass('hidden');
|
||||
}
|
||||
});
|
||||
} else {
|
||||
showErrorMessage(data.text);
|
||||
}
|
||||
}, 'json');
|
||||
return false;
|
||||
});
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
if ($_smarty_tpl->tpl_vars['is_order_position']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript" src="../js/jquery/plugins/jquery.tablednd.js"><?php echo '</script'; ?>
|
||||
>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
var come_from = '<?php echo addslashes($_smarty_tpl->tpl_vars['list_id']->value);?>
|
||||
';
|
||||
var alternate = <?php if ($_smarty_tpl->tpl_vars['order_way']->value == 'DESC') {?>'1'<?php } else { ?>'0'<?php }?>;
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript" src="../js/admin/dnd.js"><?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
if (!$_smarty_tpl->tpl_vars['simple_header']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
$(function() {
|
||||
$('table.<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
.filter').keypress(function(e){
|
||||
var key = (e.keyCode ? e.keyCode : e.which);
|
||||
if (key == 13)
|
||||
{
|
||||
e.preventDefault();
|
||||
formSubmit(e, 'submitFilterButton<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
');
|
||||
}
|
||||
})
|
||||
$('#submitFilterButton<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
').click(function() {
|
||||
$('#submitFilter<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
').val(1);
|
||||
});
|
||||
|
||||
if ($("table .datepicker").length > 0) {
|
||||
$("table .datepicker").datepicker({
|
||||
prevText: '',
|
||||
nextText: '',
|
||||
altFormat: 'yy-mm-dd'
|
||||
});
|
||||
}
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }?>
|
||||
|
||||
<?php if (!$_smarty_tpl->tpl_vars['simple_header']->value) {?>
|
||||
<div class="leadin">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_11955451325da83a091eff00_65415483', "leadin");
|
||||
?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10183954355da83a091f05b5_74638345', "override_header");
|
||||
?>
|
||||
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAdminListBefore'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['name_controller']->value)) {?>
|
||||
<?php $_smarty_tpl->smarty->ext->_capture->open($_smarty_tpl, 'hookName', 'hookName', null);?>display<?php echo ucfirst($_smarty_tpl->tpl_vars['name_controller']->value);?>
|
||||
ListBefore<?php $_smarty_tpl->smarty->ext->_capture->close($_smarty_tpl);?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>$_smarty_tpl->tpl_vars['hookName']->value),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } elseif (isset($_GET['controller'])) {?>
|
||||
<?php $_smarty_tpl->smarty->ext->_capture->open($_smarty_tpl, 'hookName', 'hookName', null);?>display<?php echo htmlentities(ucfirst($_GET['controller']));?>
|
||||
ListBefore<?php $_smarty_tpl->smarty->ext->_capture->close($_smarty_tpl);?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>$_smarty_tpl->tpl_vars['hookName']->value),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<div class="alert alert-warning" id="<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
-empty-filters-alert" style="display:none;"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Please fill at least one field to perform a search in this list.'),$_smarty_tpl ) );?>
|
||||
</div>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['sql']->value) && $_smarty_tpl->tpl_vars['sql']->value) {?>
|
||||
<form id="sql_form_<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['list_id']->value,'html','UTF-8' ));?>
|
||||
" action="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminRequestSql',true,array(),array('addrequest_sql'=>1)) ));?>
|
||||
" method="post" class="hide">
|
||||
<input type="hidden" id="sql_query_<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['list_id']->value,'html','UTF-8' ));?>
|
||||
" name="sql" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['sql']->value ));?>
|
||||
"/>
|
||||
<input type="hidden" id="sql_name_<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['list_id']->value,'html','UTF-8' ));?>
|
||||
" name="name" value=""/>
|
||||
</form>
|
||||
<?php }?>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_17875703395da83a091f7cb8_56708149', "startForm");
|
||||
?>
|
||||
|
||||
|
||||
<?php if (!$_smarty_tpl->tpl_vars['simple_header']->value) {?>
|
||||
<input type="hidden" id="submitFilter<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
" name="submitFilter<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
" value="0"/>
|
||||
<input type="hidden" name="page" value="<?php echo intval($_smarty_tpl->tpl_vars['page']->value);?>
|
||||
"/>
|
||||
<input type="hidden" name="selected_pagination" value="<?php echo intval($_smarty_tpl->tpl_vars['selected_pagination']->value);?>
|
||||
"/>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_4128481945da83a091f9cb5_33446861', "override_form_extra");
|
||||
?>
|
||||
|
||||
<div class="panel col-lg-12">
|
||||
<div class="panel-heading">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['icon']->value)) {?><i class="<?php echo $_smarty_tpl->tpl_vars['icon']->value;?>
|
||||
"></i> <?php }
|
||||
if (is_array($_smarty_tpl->tpl_vars['title']->value)) {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( end($_smarty_tpl->tpl_vars['title']->value),'html','UTF-8' ));
|
||||
} else {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['title']->value,'html','UTF-8' ));
|
||||
}?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['toolbar_btn']->value) && count($_smarty_tpl->tpl_vars['toolbar_btn']->value) > 0) {?>
|
||||
<span class="badge"><?php echo $_smarty_tpl->tpl_vars['list_total']->value;?>
|
||||
</span>
|
||||
<span class="panel-heading-action">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['toolbar_btn']->value, 'btn', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['btn']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['k']->value != 'modules-list' && $_smarty_tpl->tpl_vars['k']->value != 'back') {?>
|
||||
<a id="desc-<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
-<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['imgclass'])) {
|
||||
echo $_smarty_tpl->tpl_vars['btn']->value['imgclass'];
|
||||
} else {
|
||||
echo $_smarty_tpl->tpl_vars['k']->value;
|
||||
}?>" class="list-toolbar-btn<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['target']) && $_smarty_tpl->tpl_vars['btn']->value['target']) {?> _blank<?php }?>"<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['href'])) {?> href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['btn']->value['href'],'html','UTF-8' ));?>
|
||||
"<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['btn']->value['js']) && $_smarty_tpl->tpl_vars['btn']->value['js']) {?> onclick="<?php echo $_smarty_tpl->tpl_vars['btn']->value['js'];?>
|
||||
"<?php }?>>
|
||||
<span title="" data-toggle="tooltip" class="label-tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>$_smarty_tpl->tpl_vars['btn']->value['desc']),$_smarty_tpl ) );?>
|
||||
" data-html="true" data-placement="top">
|
||||
<i class="process-icon-<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['imgclass'])) {
|
||||
echo $_smarty_tpl->tpl_vars['btn']->value['imgclass'];
|
||||
} else {
|
||||
echo $_smarty_tpl->tpl_vars['k']->value;
|
||||
}
|
||||
if (isset($_smarty_tpl->tpl_vars['btn']->value['class'])) {?> <?php echo $_smarty_tpl->tpl_vars['btn']->value['class'];
|
||||
}?>"></i>
|
||||
</span>
|
||||
</a>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<a class="list-toolbar-btn" href="javascript:location.reload();">
|
||||
<span title="" data-toggle="tooltip" class="label-tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Refresh list'),$_smarty_tpl ) );?>
|
||||
" data-html="true" data-placement="top">
|
||||
<i class="process-icon-refresh"></i>
|
||||
</span>
|
||||
</a>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['sql']->value) && $_smarty_tpl->tpl_vars['sql']->value) {?>
|
||||
<?php $_smarty_tpl->_assignInScope('sql_manager', Profile::getProfileAccess(Context::getContext()->employee->id_profile,Tab::getIdFromClassName('AdminRequestSql')));?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['sql_manager']->value['view'] == 1) {?>
|
||||
<a class="list-toolbar-btn" href="javascript:void(0);" onclick="$('.leadin').first().append('<div class=\'alert alert-info\'>' + $('#sql_query_<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['list_id']->value,'html','UTF-8' ));?>
|
||||
').val() + '</div>'); $(this).attr('onclick', '');">
|
||||
<span class="label-tooltip" data-toggle="tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Show SQL query'),$_smarty_tpl ) );?>
|
||||
" data-html="true" data-placement="top" >
|
||||
<i class="process-icon-terminal"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a class="list-toolbar-btn" href="javascript:void(0);" onclick="$('#sql_name_<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['list_id']->value,'html','UTF-8' ));?>
|
||||
').val(createSqlQueryName()); $('#sql_query_<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['list_id']->value,'html','UTF-8' ));?>
|
||||
').val($('#sql_query_<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['list_id']->value,'html','UTF-8' ));?>
|
||||
').val().replace(/\s+limit\s+[0-9,\s]+$/ig, '').trim()); $('#sql_form_<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['list_id']->value,'html','UTF-8' ));?>
|
||||
').submit();">
|
||||
<span class="label-tooltip" data-toggle="tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Export to SQL Manager'),$_smarty_tpl ) );?>
|
||||
" data-html="true" data-placement="top" >
|
||||
<i class="process-icon-database"></i>
|
||||
</span>
|
||||
</a>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</span>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_toolbar']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
//<![CDATA[
|
||||
var submited = false;
|
||||
$(function() {
|
||||
//get reference on save link
|
||||
btn_save = $('i[class~="process-icon-save"]').parent();
|
||||
//get reference on form submit button
|
||||
btn_submit = $('#<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_form_submit_btn');
|
||||
if (btn_save.length > 0 && btn_submit.length > 0) {
|
||||
//get reference on save and stay link
|
||||
btn_save_and_stay = $('i[class~="process-icon-save-and-stay"]').parent();
|
||||
//get reference on current save link label
|
||||
lbl_save = $('#desc-<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
-save div');
|
||||
//override save link label with submit button value
|
||||
if (btn_submit.val().length > 0) {
|
||||
lbl_save.html(btn_submit.attr("value"));
|
||||
}
|
||||
if (btn_save_and_stay.length > 0) {
|
||||
//get reference on current save link label
|
||||
lbl_save_and_stay = $('#desc-<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
-save-and-stay div');
|
||||
//override save and stay link label with submit button value
|
||||
if (btn_submit.val().length > 0 && lbl_save_and_stay && !lbl_save_and_stay.hasClass('locked')) {
|
||||
lbl_save_and_stay.html(btn_submit.val() + " <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'and stay'),$_smarty_tpl ) );?>
|
||||
");
|
||||
}
|
||||
}
|
||||
//hide standard submit button
|
||||
btn_submit.hide();
|
||||
//bind enter key press to validate form
|
||||
$('#<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_form').keypress(function (e) {
|
||||
if (e.which == 13 && e.target.localName != 'textarea') {
|
||||
$('#desc-<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
-save').click();
|
||||
}
|
||||
});
|
||||
//submit the form
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6702737855da83a09214a25_88318844', 'formSubmit');
|
||||
?>
|
||||
|
||||
}
|
||||
});
|
||||
//]]>
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
} elseif ($_smarty_tpl->tpl_vars['simple_header']->value) {?>
|
||||
<div class="panel col-lg-12">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['title']->value)) {?><h3><?php if (isset($_smarty_tpl->tpl_vars['icon']->value)) {?><i class="<?php echo $_smarty_tpl->tpl_vars['icon']->value;?>
|
||||
"></i> <?php }
|
||||
if (is_array($_smarty_tpl->tpl_vars['title']->value)) {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( end($_smarty_tpl->tpl_vars['title']->value),'html','UTF-8' ));
|
||||
} else {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['title']->value,'html','UTF-8' ));
|
||||
}?></h3><?php }
|
||||
}?>
|
||||
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['bulk_actions']->value && $_smarty_tpl->tpl_vars['has_bulk_actions']->value) {?>
|
||||
<?php $_smarty_tpl->_assignInScope('y', 2);?>
|
||||
<?php } else { ?>
|
||||
<?php $_smarty_tpl->_assignInScope('y', 1);?>
|
||||
<?php }?>
|
||||
<style>
|
||||
@media (max-width: 992px) {
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['fields_display']->value, 'param', false, NULL, 'params', array (
|
||||
'index' => true,
|
||||
));
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['param']->value) {
|
||||
$_smarty_tpl->tpl_vars['__smarty_foreach_params']->value['index']++;
|
||||
?>
|
||||
.table-responsive-row td:nth-of-type(<?php echo smarty_function_math(array('equation'=>"x+y",'x'=>(isset($_smarty_tpl->tpl_vars['__smarty_foreach_params']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_foreach_params']->value['index'] : null),'y'=>$_smarty_tpl->tpl_vars['y']->value),$_smarty_tpl);?>
|
||||
):before {
|
||||
content: "<?php echo $_smarty_tpl->tpl_vars['param']->value['title'];?>
|
||||
";
|
||||
}
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
}
|
||||
</style>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_16899216275da83a092212e2_47739416', "preTable");
|
||||
?>
|
||||
|
||||
<div class="table-responsive-row clearfix<?php if (isset($_smarty_tpl->tpl_vars['use_overflow']->value) && $_smarty_tpl->tpl_vars['use_overflow']->value) {?> overflow-y<?php }?>">
|
||||
<table id="table-<?php if ($_smarty_tpl->tpl_vars['table_id']->value) {
|
||||
echo $_smarty_tpl->tpl_vars['table_id']->value;
|
||||
} elseif ($_smarty_tpl->tpl_vars['table']->value) {
|
||||
echo $_smarty_tpl->tpl_vars['table']->value;
|
||||
}?>" class="table<?php if ($_smarty_tpl->tpl_vars['table_dnd']->value) {?> tableDnD<?php }?> <?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
" >
|
||||
<thead>
|
||||
<tr class="nodrag nodrop">
|
||||
<?php if ($_smarty_tpl->tpl_vars['bulk_actions']->value && $_smarty_tpl->tpl_vars['has_bulk_actions']->value) {?>
|
||||
<th class="center fixed-width-xs"></th>
|
||||
<?php }?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['fields_display']->value, 'params', false, 'key');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['params']->value) {
|
||||
?>
|
||||
<th class="<?php if (isset($_smarty_tpl->tpl_vars['params']->value['class'])) {
|
||||
echo $_smarty_tpl->tpl_vars['params']->value['class'];
|
||||
}
|
||||
if (isset($_smarty_tpl->tpl_vars['params']->value['align'])) {?> <?php echo $_smarty_tpl->tpl_vars['params']->value['align'];
|
||||
}?>">
|
||||
<span class="title_box<?php if (isset($_smarty_tpl->tpl_vars['order_by']->value) && ($_smarty_tpl->tpl_vars['key']->value == $_smarty_tpl->tpl_vars['order_by']->value)) {?> active<?php }?>">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['hint'])) {?>
|
||||
<span class="label-tooltip" data-toggle="tooltip"
|
||||
title="
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['params']->value['hint'])) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['params']->value['hint'], 'hint');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['hint']->value) {
|
||||
?>
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['hint']->value)) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['hint']->value['text'];?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['hint']->value;?>
|
||||
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['params']->value['hint'];?>
|
||||
|
||||
<?php }?>
|
||||
">
|
||||
<?php echo $_smarty_tpl->tpl_vars['params']->value['title'];?>
|
||||
|
||||
</span>
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['params']->value['title'];?>
|
||||
|
||||
<?php }?>
|
||||
<?php if ((!isset($_smarty_tpl->tpl_vars['params']->value['orderby']) || $_smarty_tpl->tpl_vars['params']->value['orderby']) && !$_smarty_tpl->tpl_vars['simple_header']->value && $_smarty_tpl->tpl_vars['show_filters']->value) {?>
|
||||
<a <?php if (isset($_smarty_tpl->tpl_vars['order_by']->value) && ($_smarty_tpl->tpl_vars['key']->value == $_smarty_tpl->tpl_vars['order_by']->value) && ($_smarty_tpl->tpl_vars['order_way']->value == 'DESC')) {?>class="active"<?php }?> href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['currentIndex']->value,'html','UTF-8' ));?>
|
||||
&<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Orderby=<?php echo urlencode($_smarty_tpl->tpl_vars['key']->value);?>
|
||||
&<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Orderway=desc&token=<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['token']->value,'html','UTF-8' ));
|
||||
if (isset($_GET[$_smarty_tpl->tpl_vars['identifier']->value])) {?>&<?php echo $_smarty_tpl->tpl_vars['identifier']->value;?>
|
||||
=<?php echo intval($_GET[$_smarty_tpl->tpl_vars['identifier']->value]);
|
||||
}?>">
|
||||
<i class="icon-caret-down"></i>
|
||||
</a>
|
||||
<a <?php if (isset($_smarty_tpl->tpl_vars['order_by']->value) && ($_smarty_tpl->tpl_vars['key']->value == $_smarty_tpl->tpl_vars['order_by']->value) && ($_smarty_tpl->tpl_vars['order_way']->value == 'ASC')) {?>class="active"<?php }?> href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['currentIndex']->value,'html','UTF-8' ));?>
|
||||
&<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Orderby=<?php echo urlencode($_smarty_tpl->tpl_vars['key']->value);?>
|
||||
&<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Orderway=asc&token=<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['token']->value,'html','UTF-8' ));
|
||||
if (isset($_GET[$_smarty_tpl->tpl_vars['identifier']->value])) {?>&<?php echo $_smarty_tpl->tpl_vars['identifier']->value;?>
|
||||
=<?php echo intval($_GET[$_smarty_tpl->tpl_vars['identifier']->value]);
|
||||
}?>">
|
||||
<i class="icon-caret-up"></i>
|
||||
</a>
|
||||
<?php }?>
|
||||
</span>
|
||||
</th>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['multishop_active']->value && $_smarty_tpl->tpl_vars['shop_link_type']->value) {?>
|
||||
<th>
|
||||
<span class="title_box">
|
||||
<?php if ($_smarty_tpl->tpl_vars['shop_link_type']->value == 'shop') {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Shop','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Shop group'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
</span>
|
||||
</th>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['has_actions']->value || $_smarty_tpl->tpl_vars['show_filters']->value) {?>
|
||||
<th><?php if (!$_smarty_tpl->tpl_vars['simple_header']->value) {
|
||||
}?></th>
|
||||
<?php }?>
|
||||
</tr>
|
||||
<?php if (!$_smarty_tpl->tpl_vars['simple_header']->value && $_smarty_tpl->tpl_vars['show_filters']->value) {?>
|
||||
<tr class="nodrag nodrop filter <?php if ($_smarty_tpl->tpl_vars['row_hover']->value) {?>row_hover<?php }?>">
|
||||
<?php if ($_smarty_tpl->tpl_vars['has_bulk_actions']->value) {?>
|
||||
<th class="text-center">
|
||||
--
|
||||
</th>
|
||||
<?php }?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['fields_display']->value, 'params', false, 'key');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['params']->value) {
|
||||
?>
|
||||
<th <?php if (isset($_smarty_tpl->tpl_vars['params']->value['align'])) {?> class="<?php echo $_smarty_tpl->tpl_vars['params']->value['align'];?>
|
||||
" <?php }?>>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['search']) && !$_smarty_tpl->tpl_vars['params']->value['search']) {?>
|
||||
--
|
||||
<?php } else { ?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['params']->value['type'] == 'bool') {?>
|
||||
<select class="filter fixed-width-sm center"
|
||||
onchange="$('#submitFilterButton<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
').focus();$('#submitFilterButton<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
').click();"
|
||||
name="<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Filter_<?php if (isset($_smarty_tpl->tpl_vars['params']->value['filter_key'])) {
|
||||
echo $_smarty_tpl->tpl_vars['params']->value['filter_key'];
|
||||
} else {
|
||||
echo $_smarty_tpl->tpl_vars['key']->value;
|
||||
}?>">
|
||||
<option value="">-</option>
|
||||
<option value="1" <?php if ($_smarty_tpl->tpl_vars['params']->value['value'] == 1) {?> selected="selected" <?php }?>><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Yes','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</option>
|
||||
<option value="0" <?php if ($_smarty_tpl->tpl_vars['params']->value['value'] == 0 && $_smarty_tpl->tpl_vars['params']->value['value'] != '') {?> selected="selected" <?php }?>><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</option>
|
||||
</select>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['params']->value['type'] == 'date' || $_smarty_tpl->tpl_vars['params']->value['type'] == 'datetime') {?>
|
||||
<div class="date_range row">
|
||||
<div class="input-group fixed-width-md center">
|
||||
<input type="text" class="filter datepicker date-input form-control" id="local_<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_0" name="local_<?php echo $_smarty_tpl->tpl_vars['params']->value['name_date'];?>
|
||||
[0]" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'From'),$_smarty_tpl ) );?>
|
||||
" />
|
||||
<input type="hidden" id="<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_0" name="<?php echo $_smarty_tpl->tpl_vars['params']->value['name_date'];?>
|
||||
[0]" value="<?php if (isset($_smarty_tpl->tpl_vars['params']->value['value'][0])) {
|
||||
echo $_smarty_tpl->tpl_vars['params']->value['value'][0];
|
||||
}?>">
|
||||
<span class="input-group-addon">
|
||||
<i class="icon-calendar"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="input-group fixed-width-md center">
|
||||
<input type="text" class="filter datepicker date-input form-control" id="local_<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_1" name="local_<?php echo $_smarty_tpl->tpl_vars['params']->value['name_date'];?>
|
||||
[1]" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'To'),$_smarty_tpl ) );?>
|
||||
" />
|
||||
<input type="hidden" id="<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_1" name="<?php echo $_smarty_tpl->tpl_vars['params']->value['name_date'];?>
|
||||
[1]" value="<?php if (isset($_smarty_tpl->tpl_vars['params']->value['value'][1])) {
|
||||
echo $_smarty_tpl->tpl_vars['params']->value['value'][1];
|
||||
}?>">
|
||||
<span class="input-group-addon">
|
||||
<i class="icon-calendar"></i>
|
||||
</span>
|
||||
</div>
|
||||
<?php echo '<script'; ?>
|
||||
>
|
||||
$(function() {
|
||||
var dateStart = parseDate($("#<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_0").val());
|
||||
var dateEnd = parseDate($("#<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_1").val());
|
||||
$("#local_<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_0").datepicker("option", "altField", "#<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_0");
|
||||
$("#local_<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_1").datepicker("option", "altField", "#<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_1");
|
||||
if (dateStart !== null){
|
||||
$("#local_<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_0").datepicker("setDate", dateStart);
|
||||
}
|
||||
if (dateEnd !== null){
|
||||
$("#local_<?php echo $_smarty_tpl->tpl_vars['params']->value['id_date'];?>
|
||||
_1").datepicker("setDate", dateEnd);
|
||||
}
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
</div>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['params']->value['type'] == 'select') {?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['filter_key'])) {?>
|
||||
<select class="filter<?php if (isset($_smarty_tpl->tpl_vars['params']->value['align']) && $_smarty_tpl->tpl_vars['params']->value['align'] == 'center') {?>center<?php }?>" onchange="$('#submitFilterButton<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
').focus();$('#submitFilterButton<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
').click();" name="<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Filter_<?php echo $_smarty_tpl->tpl_vars['params']->value['filter_key'];?>
|
||||
" <?php if (isset($_smarty_tpl->tpl_vars['params']->value['width'])) {?> style="width:<?php echo $_smarty_tpl->tpl_vars['params']->value['width'];?>
|
||||
px"<?php }?>>
|
||||
<option value="" <?php if ($_smarty_tpl->tpl_vars['params']->value['value'] == '') {?> selected="selected" <?php }?>>-</option>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['list']) && is_array($_smarty_tpl->tpl_vars['params']->value['list'])) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['params']->value['list'], 'option_display', false, 'option_value');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['option_value']->value => $_smarty_tpl->tpl_vars['option_display']->value) {
|
||||
?>
|
||||
<option value="<?php echo $_smarty_tpl->tpl_vars['option_value']->value;?>
|
||||
" <?php if ((string)$_smarty_tpl->tpl_vars['option_display']->value === (string)$_smarty_tpl->tpl_vars['params']->value['value'] || (string)$_smarty_tpl->tpl_vars['option_value']->value === (string)$_smarty_tpl->tpl_vars['params']->value['value']) {?> selected="selected"<?php }?>><?php echo $_smarty_tpl->tpl_vars['option_display']->value;?>
|
||||
</option>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
</select>
|
||||
<?php }?>
|
||||
<?php } else { ?>
|
||||
<input type="text" class="filter" name="<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Filter_<?php if (isset($_smarty_tpl->tpl_vars['params']->value['filter_key'])) {
|
||||
echo $_smarty_tpl->tpl_vars['params']->value['filter_key'];
|
||||
} else {
|
||||
echo $_smarty_tpl->tpl_vars['key']->value;
|
||||
}?>" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['params']->value['value'],'html','UTF-8' ));?>
|
||||
" <?php if (isset($_smarty_tpl->tpl_vars['params']->value['width']) && $_smarty_tpl->tpl_vars['params']->value['width'] != 'auto') {?> style="width:<?php echo $_smarty_tpl->tpl_vars['params']->value['width'];?>
|
||||
px"<?php }?> />
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</th>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['multishop_active']->value && $_smarty_tpl->tpl_vars['shop_link_type']->value) {?>
|
||||
<th>--</th>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['has_actions']->value || $_smarty_tpl->tpl_vars['show_filters']->value) {?>
|
||||
<th class="actions">
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_filters']->value) {?>
|
||||
<span class="pull-right">
|
||||
<button type="submit" id="submitFilterButton<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
" name="submitFilter" class="btn btn-default" data-list-id="<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
">
|
||||
<i class="icon-search"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Search','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<?php if ($_smarty_tpl->tpl_vars['filters_has_value']->value) {?>
|
||||
<button type="submit" name="submitReset<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
" class="btn btn-warning">
|
||||
<i class="icon-eraser"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Reset'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<?php }?>
|
||||
</span>
|
||||
<?php }?>
|
||||
</th>
|
||||
<?php }?>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</thead>
|
||||
<?php }
|
||||
/* {block "leadin"} */
|
||||
class Block_11955451325da83a091eff00_65415483 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'leadin' =>
|
||||
array (
|
||||
0 => 'Block_11955451325da83a091eff00_65415483',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
}
|
||||
}
|
||||
/* {/block "leadin"} */
|
||||
/* {block "override_header"} */
|
||||
class Block_10183954355da83a091f05b5_74638345 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'override_header' =>
|
||||
array (
|
||||
0 => 'Block_10183954355da83a091f05b5_74638345',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
}
|
||||
}
|
||||
/* {/block "override_header"} */
|
||||
/* {block "startForm"} */
|
||||
class Block_17875703395da83a091f7cb8_56708149 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'startForm' =>
|
||||
array (
|
||||
0 => 'Block_17875703395da83a091f7cb8_56708149',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<form method="post" action="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['action']->value,'html','UTF-8' ));?>
|
||||
" class="form-horizontal clearfix" id="form-<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
">
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "startForm"} */
|
||||
/* {block "override_form_extra"} */
|
||||
class Block_4128481945da83a091f9cb5_33446861 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'override_form_extra' =>
|
||||
array (
|
||||
0 => 'Block_4128481945da83a091f9cb5_33446861',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
}
|
||||
}
|
||||
/* {/block "override_form_extra"} */
|
||||
/* {block 'formSubmit'} */
|
||||
class Block_6702737855da83a09214a25_88318844 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'formSubmit' =>
|
||||
array (
|
||||
0 => 'Block_6702737855da83a09214a25_88318844',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
btn_save.click(function() {
|
||||
// Avoid double click
|
||||
if (submited) {
|
||||
return false;
|
||||
}
|
||||
submited = true;
|
||||
//add hidden input to emulate submit button click when posting the form -> field name posted
|
||||
btn_submit.before('<input type="hidden" name="'+btn_submit.attr("name")+'" value="1" />');
|
||||
$('#<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_form').submit();
|
||||
return false;
|
||||
});
|
||||
if (btn_save_and_stay) {
|
||||
btn_save_and_stay.click(function() {
|
||||
//add hidden input to emulate submit button click when posting the form -> field name posted
|
||||
btn_submit.before('<input type="hidden" name="'+btn_submit.attr("name")+'AndStay" value="1" />');
|
||||
$('#<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
_form').submit();
|
||||
return false;
|
||||
});
|
||||
}
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'formSubmit'} */
|
||||
/* {block "preTable"} */
|
||||
class Block_16899216275da83a092212e2_47739416 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'preTable' =>
|
||||
array (
|
||||
0 => 'Block_16899216275da83a092212e2_47739416',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
}
|
||||
}
|
||||
/* {/block "preTable"} */
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:55
|
||||
from '/var/www/clients/client1/web14/web/modules/easyloginascustomer/views/templates/hook/displayHeader.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839bb1a9817_56914378',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'0966e5bd586f5f37bf83cefd71ea04b728fc9c4f' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/easyloginascustomer/views/templates/hook/displayHeader.tpl',
|
||||
1 => 1565339700,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839bb1a9817_56914378 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div id="loginascustomer_navigation">
|
||||
<div class="container">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'You are logged as','mod'=>'easyloginascustomer'),$_smarty_tpl ) );?>
|
||||
<span style="color:#ffffff; font-weight:bold;"><?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_name']->value,'htmlall','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
|
||||
</span> - <?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_email']->value,'htmlall','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/content.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04de5e07_73934130',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'0cb24ab2aca49bc82498878d0c02494e3a16bc89' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/content.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04de5e07_73934130 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div id="ajax_confirmation" class="alert alert-success hide"></div>
|
||||
<div id="ajaxBox" style="display:none"></div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['content']->value)) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['content']->value;?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:13
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a09485fd8_89258136',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'0eb0b93c1c845027cabab604e0abcee1dd758b62' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a09485fd8_89258136 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
echo $_smarty_tpl->tpl_vars['header']->value;?>
|
||||
|
||||
<?php echo $_smarty_tpl->tpl_vars['content']->value;?>
|
||||
|
||||
<?php echo $_smarty_tpl->tpl_vars['footer']->value;?>
|
||||
|
||||
<?php }
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
/* Smarty version 3.1.33, created on 2020-01-10 09:41:40
|
||||
from 'module:pscontactinfonav.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b04ac3b6_01775447',
|
||||
'unifunc' => 'content_5e1838c4464b81_20672551',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'0eb2119957cbc13b240126b3ccd8fac8f109f1e2' =>
|
||||
array (
|
||||
0 => 'module:pscontactinfonav.tpl',
|
||||
1 => 1561472940,
|
||||
1 => 1574190553,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
@@ -20,8 +20,8 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b04ac3b6_01775447 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_contactinfo/nav.tpl --><div id="_desktop_contact_link">
|
||||
function content_5e1838c4464b81_20672551 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_contactinfo/nav.tpl --><div id="_desktop_contact_link">
|
||||
<div id="contact-link">
|
||||
<?php if ($_smarty_tpl->tpl_vars['contact_infos']->value['phone']) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Call us: [1]%phone%[/1]','sprintf'=>array('[1]'=>'<span>','[/1]'=>'</span>','%phone%'=>$_smarty_tpl->tpl_vars['contact_infos']->value['phone']),'d'=>'Shop.Theme.Global'),$_smarty_tpl ) );?>
|
||||
@@ -33,5 +33,5 @@ function content_5da839b04ac3b6_01775447 (Smarty_Internal_Template $_smarty_tpl)
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_contactinfo/nav.tpl --><?php }
|
||||
<!-- end /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_contactinfo/nav.tpl --><?php }
|
||||
}
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
/* Smarty version 3.1.33, created on 2020-01-10 09:41:40
|
||||
from 'module:pssearchbarpssearchbar.tp' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b04b1f02_75368656',
|
||||
'unifunc' => 'content_5e1838c44cb7f8_15948082',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'110ec72aa9921d2c382ad628bdb2f0bc5105a617' =>
|
||||
array (
|
||||
0 => 'module:pssearchbarpssearchbar.tp',
|
||||
1 => 1561472940,
|
||||
1 => 1574190561,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
@@ -20,8 +20,8 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b04b1f02_75368656 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_searchbar/ps_searchbar.tpl --><!-- Block search module TOP -->
|
||||
function content_5e1838c44cb7f8_15948082 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_searchbar/ps_searchbar.tpl --><!-- Block search module TOP -->
|
||||
<div id="search_widget" class="search-widget" data-search-controller-url="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['search_controller_url']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<form method="get" action="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['search_controller_url']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
@@ -39,5 +39,5 @@ function content_5da839b04b1f02_75368656 (Smarty_Internal_Template $_smarty_tpl)
|
||||
</form>
|
||||
</div>
|
||||
<!-- /Block search module TOP -->
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_searchbar/ps_searchbar.tpl --><?php }
|
||||
<!-- end /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_searchbar/ps_searchbar.tpl --><?php }
|
||||
}
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/footer.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158759b5_70489159',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'11fa669a336525320970352772654b3b194d4456' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/footer.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158759b5_70489159 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div id="footer" class="bootstrap">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>"displayBackOfficeFooter"),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:51
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-summary-items-subtotal.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b758d998_70495708',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'173447cc640b655f4e18a93b9db4d3296eef345f' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-summary-items-subtotal.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b758d998_70495708 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6968666825da839b758ccd1_25156946', 'cart_summary_items_subtotal');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'cart_summary_items_subtotal'} */
|
||||
class Block_6968666825da839b758ccd1_25156946 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_summary_items_subtotal' =>
|
||||
array (
|
||||
0 => 'Block_6968666825da839b758ccd1_25156946',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="card-block cart-summary-line cart-summary-items-subtotal clearfix" id="items-subtotal">
|
||||
<span class="label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['summary_string'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<span class="value"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['subtotals']['products']['amount'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_items_subtotal'} */
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,212 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:58
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/order-confirmation-table.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839fa3cdac0_02359805',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'19338de9699abdfcc0bfac7d7f670f651560e5ca' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/order-confirmation-table.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839fa3cdac0_02359805 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<div id="order-items" class="col-md-12">
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10432569465da839fa3c3264_57609105', 'order_items_table_head');
|
||||
?>
|
||||
|
||||
|
||||
<div class="order-confirmation-table">
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_11005223285da839fa3c3af3_25598969', 'order_confirmation_table');
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
/* {block 'order_items_table_head'} */
|
||||
class Block_10432569465da839fa3c3264_57609105 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'order_items_table_head' =>
|
||||
array (
|
||||
0 => 'Block_10432569465da839fa3c3264_57609105',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<h3 class="card-title h3"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order items','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</h3>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'order_items_table_head'} */
|
||||
/* {block 'order_confirmation_table'} */
|
||||
class Block_11005223285da839fa3c3af3_25598969 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'order_confirmation_table' =>
|
||||
array (
|
||||
0 => 'Block_11005223285da839fa3c3af3_25598969',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['products']->value, 'product');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['product']->value) {
|
||||
?>
|
||||
<div class="order-line row">
|
||||
<div class="col-sm-2 col-xs-3">
|
||||
<span class="image">
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['medium']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" />
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-4 col-xs-9 details">
|
||||
<?php if ($_smarty_tpl->tpl_vars['add_product_link']->value) {?><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" target="_blank"><?php }?>
|
||||
<span><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php if ($_smarty_tpl->tpl_vars['add_product_link']->value) {?></a><?php }?>
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['product']->value['customizations']) && count($_smarty_tpl->tpl_vars['product']->value['customizations'])) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['product']->value['customizations'], 'customization');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['customization']->value) {
|
||||
?>
|
||||
<div class="customizations">
|
||||
<a href="#" data-toggle="modal" data-target="#product-customizations-modal-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['customization']->value['id_customization'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Product customization','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
</div>
|
||||
<div class="modal fade customization-modal" id="product-customizations-modal-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['customization']->value['id_customization'], ENT_QUOTES, 'UTF-8');?>
|
||||
" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Product customization','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['customization']->value['fields'], 'field');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['field']->value) {
|
||||
?>
|
||||
<div class="product-customization-line row">
|
||||
<div class="col-sm-3 col-xs-4 label">
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
</div>
|
||||
<div class="col-sm-9 col-xs-8 value">
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['type'] == 'text') {?>
|
||||
<?php if ((int)$_smarty_tpl->tpl_vars['field']->value['id_module']) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['field']->value['text'];?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['text'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<?php }?>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'image') {?>
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['image']['small']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"unit_price"),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<div class="col-sm-6 col-xs-12 qty">
|
||||
<div class="row">
|
||||
<div class="col-xs-5 text-sm-right text-xs-left"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</div>
|
||||
<div class="col-xs-2"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['quantity'], ENT_QUOTES, 'UTF-8');?>
|
||||
</div>
|
||||
<div class="col-xs-5 text-xs-right bold"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['total'], ENT_QUOTES, 'UTF-8');?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
|
||||
<hr>
|
||||
|
||||
<table>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['subtotals']->value, 'subtotal');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['subtotal']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['subtotal']->value['type'] !== 'tax' && $_smarty_tpl->tpl_vars['subtotal']->value['label'] !== null) {?>
|
||||
<tr>
|
||||
<td><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotal']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</td>
|
||||
<td><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotal']->value['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['subtotals']->value['tax']['label'] !== null) {?>
|
||||
<tr class="sub">
|
||||
<td><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotals']->value['tax']['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</td>
|
||||
<td><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotals']->value['tax']['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<tr class="font-weight-bold">
|
||||
<td><span class="text-uppercase"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['totals']->value['total']['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span> <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['labels']->value['tax_short'], ENT_QUOTES, 'UTF-8');?>
|
||||
</td>
|
||||
<td><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['totals']->value['total']['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'order_confirmation_table'} */
|
||||
}
|
||||
@@ -1,109 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:50
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/address-selector-block.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839f21b7d03_43807529',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'1d352564a0eb79a1904e39ee757161e5b22183f1' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/address-selector-block.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839f21b7d03_43807529 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7727683375da839f21b2c19_47350383', 'address_selector_blocks');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'address_selector_blocks'} */
|
||||
class Block_7727683375da839f21b2c19_47350383 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'address_selector_blocks' =>
|
||||
array (
|
||||
0 => 'Block_7727683375da839f21b2c19_47350383',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['addresses']->value, 'address');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['address']->value) {
|
||||
?>
|
||||
<article
|
||||
class="address-item<?php if ($_smarty_tpl->tpl_vars['address']->value['id'] == $_smarty_tpl->tpl_vars['selected']->value) {?> selected<?php }?>"
|
||||
id="<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'classname' ][ 0 ], array( $_smarty_tpl->tpl_vars['name']->value )), ENT_QUOTES, 'UTF-8');?>
|
||||
-address-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['address']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
>
|
||||
<header class="h4">
|
||||
<label class="radio-block">
|
||||
<span class="custom-radio">
|
||||
<input
|
||||
type="radio"
|
||||
name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['name']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['address']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
<?php if ($_smarty_tpl->tpl_vars['address']->value['id'] == $_smarty_tpl->tpl_vars['selected']->value) {?>checked<?php }?>
|
||||
>
|
||||
<span></span>
|
||||
</span>
|
||||
<span class="address-alias h4"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['address']->value['alias'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<div class="address"><?php echo $_smarty_tpl->tpl_vars['address']->value['formatted'];?>
|
||||
</div>
|
||||
</label>
|
||||
</header>
|
||||
<hr>
|
||||
<footer class="address-footer">
|
||||
<?php if ($_smarty_tpl->tpl_vars['interactive']->value) {?>
|
||||
<a
|
||||
class="edit-address text-muted"
|
||||
data-link-action="edit-address"
|
||||
href="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0], array( array('entity'=>'order','params'=>array('id_address'=>$_smarty_tpl->tpl_vars['address']->value['id'],'editAddress'=>$_smarty_tpl->tpl_vars['type']->value,'token'=>$_smarty_tpl->tpl_vars['token']->value)),$_smarty_tpl ) );?>
|
||||
"
|
||||
>
|
||||
<i class="material-icons edit"></i><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Edit','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
<a
|
||||
class="delete-address text-muted"
|
||||
data-link-action="delete-address"
|
||||
href="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0], array( array('entity'=>'order','params'=>array('id_address'=>$_smarty_tpl->tpl_vars['address']->value['id'],'deleteAddress'=>true,'token'=>$_smarty_tpl->tpl_vars['token']->value)),$_smarty_tpl ) );?>
|
||||
"
|
||||
>
|
||||
<i class="material-icons delete"></i><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Delete','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
<?php }?>
|
||||
</footer>
|
||||
</article>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['interactive']->value) {?>
|
||||
<p>
|
||||
<button class="ps-hidden-by-js form-control-submit center-block" type="submit"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Save','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
</p>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
/* {/block 'address_selector_blocks'} */
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:17
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/view/view.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a0d1d4095_34020204',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'2001f401a8157f4c3251580df374ed445aaea89e' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/view/view.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a0d1d4095_34020204 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
|
||||
<div class="leadin"><?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_15511414425da83a0d1cf403_40946563', "leadin");
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10100260565da83a0d1cf9e6_07305615', "override_tpl");
|
||||
?>
|
||||
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAdminView'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['name_controller']->value)) {?>
|
||||
<?php $_smarty_tpl->smarty->ext->_capture->open($_smarty_tpl, 'hookName', 'hookName', null);?>display<?php echo ucfirst($_smarty_tpl->tpl_vars['name_controller']->value);?>
|
||||
View<?php $_smarty_tpl->smarty->ext->_capture->close($_smarty_tpl);?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>$_smarty_tpl->tpl_vars['hookName']->value),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } elseif (isset($_GET['controller'])) {?>
|
||||
<?php $_smarty_tpl->smarty->ext->_capture->open($_smarty_tpl, 'hookName', 'hookName', null);?>display<?php echo htmlentities(ucfirst($_GET['controller']));?>
|
||||
View<?php $_smarty_tpl->smarty->ext->_capture->close($_smarty_tpl);?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>$_smarty_tpl->tpl_vars['hookName']->value),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }
|
||||
}
|
||||
/* {block "leadin"} */
|
||||
class Block_15511414425da83a0d1cf403_40946563 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'leadin' =>
|
||||
array (
|
||||
0 => 'Block_15511414425da83a0d1cf403_40946563',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
}
|
||||
}
|
||||
/* {/block "leadin"} */
|
||||
/* {block "override_tpl"} */
|
||||
class Block_10100260565da83a0d1cf9e6_07305615 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'override_tpl' =>
|
||||
array (
|
||||
0 => 'Block_10100260565da83a0d1cf9e6_07305615',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
}
|
||||
}
|
||||
/* {/block "override_tpl"} */
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:13
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list_action_edit.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a0925e5c1_55642325',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'228cd06c174a89cd25e08c9c0674c0b880ac5148' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list_action_edit.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a0925e5c1_55642325 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['href']->value,'html','UTF-8' ));?>
|
||||
" title="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['action']->value,'html','UTF-8' ));?>
|
||||
" class="edit">
|
||||
<i class="icon-pencil"></i> <?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['action']->value,'html','UTF-8' ));?>
|
||||
|
||||
</a>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/modules_list/modal.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04e0ad98_84310045',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'24ff914ec928b48ff405f54c0597de792a84863b' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/modules_list/modal.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04e0ad98_84310045 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="modal fade" id="modules_list_container">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h3 class="modal-title"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Recommended Modules and Services'),$_smarty_tpl ) );?>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div id="modules_list_container_tab_modal" style="display:none;"></div>
|
||||
<div id="modules_list_loader"><i class="icon-refresh icon-spin"></i></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$('.fancybox-quick-view').fancybox({
|
||||
type: 'ajax',
|
||||
autoDimensions: false,
|
||||
autoSize: false,
|
||||
width: 600,
|
||||
height: 'auto',
|
||||
helpers: {
|
||||
overlay: {
|
||||
locked: false
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,149 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:29
|
||||
from '/var/www/clients/client1/web14/web/modules/dashproducts/views/templates/hook/dashboard_zone_two.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a19eafd98_46132189',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'25d4b4aee707583195ddd9a56971256e79c95342' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/dashproducts/views/templates/hook/dashboard_zone_two.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a19eafd98_46132189 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<section id="dashproducts" class="panel widget <?php if ($_smarty_tpl->tpl_vars['allow_push']->value) {?> allow_push<?php }?>">
|
||||
<header class="panel-heading">
|
||||
<i class="icon-bar-chart"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Products and Sales','d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
<span class="panel-heading-action">
|
||||
<a class="list-toolbar-btn" href="#" onclick="toggleDashConfig('dashproducts'); return false;" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Configure','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<i class="process-icon-configure"></i>
|
||||
</a>
|
||||
<a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashproducts'); return false;" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Refresh','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<i class="process-icon-refresh"></i>
|
||||
</a>
|
||||
</span>
|
||||
</header>
|
||||
|
||||
<section id="dashproducts_config" class="dash_config hide">
|
||||
<header><i class="icon-wrench"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Configuration','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</header>
|
||||
<?php echo $_smarty_tpl->tpl_vars['dashproducts_config_form']->value;?>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<nav>
|
||||
<ul class="nav nav-pills">
|
||||
<li class="active">
|
||||
<a href="#dash_recent_orders" data-toggle="tab">
|
||||
<i class="icon-fire"></i>
|
||||
<span class="hidden-inline-xs"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Recent Orders','d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#dash_best_sellers" data-toggle="tab">
|
||||
<i class="icon-trophy"></i>
|
||||
<span class="hidden-inline-xs"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Best Sellers','d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#dash_most_viewed" data-toggle="tab">
|
||||
<i class="icon-eye-open"></i>
|
||||
<span class="hidden-inline-xs"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Most Viewed','d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#dash_top_search" data-toggle="tab">
|
||||
<i class="icon-search"></i>
|
||||
<span class="hidden-inline-xs"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Top Searches','d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="tab-content panel">
|
||||
<div class="tab-pane active" id="dash_recent_orders">
|
||||
<h3><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Last %d orders','sprintf'=>intval($_smarty_tpl->tpl_vars['DASHPRODUCT_NBR_SHOW_LAST_ORDER']->value),'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table data_table" id="table_recent_orders">
|
||||
<thead></thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" id="dash_best_sellers">
|
||||
<h3>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Top %d products','sprintf'=>intval($_smarty_tpl->tpl_vars['DASHPRODUCT_NBR_SHOW_BEST_SELLER']->value),'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
<span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"From",'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_from']->value,'htmlall','UTF-8' ));?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"to",'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_to']->value,'htmlall','UTF-8' ));?>
|
||||
</span>
|
||||
</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table data_table" id="table_best_sellers">
|
||||
<thead></thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" id="dash_most_viewed">
|
||||
<h3>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Most Viewed",'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
<span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"From",'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_from']->value,'htmlall','UTF-8' ));?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"to",'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_to']->value,'htmlall','UTF-8' ));?>
|
||||
</span>
|
||||
</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table data_table" id="table_most_viewed">
|
||||
<thead></thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" id="dash_top_search">
|
||||
<h3>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Top %d most search terms','sprintf'=>intval($_smarty_tpl->tpl_vars['DASHPRODUCT_NBR_SHOW_TOP_SEARCH']->value),'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
<span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"From",'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_from']->value,'htmlall','UTF-8' ));?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"to",'d'=>'Modules.Dashproducts.Admin'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_to']->value,'htmlall','UTF-8' ));?>
|
||||
</span>
|
||||
</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table data_table" id="table_top_10_most_search">
|
||||
<thead></thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from '/var/www/clients/client1/web14/web/modules/ps_googleanalytics/views/templates/hook/ps_googleanalytics.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b0413d09_56617246',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'274c2b3f616d725b7291859e64127e8475489af8' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/ps_googleanalytics/views/templates/hook/ps_googleanalytics.tpl',
|
||||
1 => 1558435080,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b0413d09_56617246 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
(window.gaDevIds=window.gaDevIds||[]).push('d6YPbH');
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['gaCrossdomainEnabled']->value) {?>
|
||||
ga('create', '<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['gaAccountId']->value,'htmlall','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
|
||||
', 'auto', {'allowLinker': true});
|
||||
ga('require', 'linker');
|
||||
ga('linker:autoLink', [
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['shops']->value, 'shop');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['shop']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['shop']->value['id_shop'] != $_smarty_tpl->tpl_vars['currentShopId']->value) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['useSecureMode']->value) {?>'<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['shop']->value['domain_ssl'],'htmlall','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
|
||||
'<?php } else { ?>'<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['shop']->value['domain'],'htmlall','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
|
||||
'<?php }?>,
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
]);
|
||||
<?php } else { ?>
|
||||
ga('create', '<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['gaAccountId']->value,'htmlall','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
|
||||
', 'auto');
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['userId']->value && !$_smarty_tpl->tpl_vars['backOffice']->value) {?>
|
||||
ga('set', 'userId', '<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['userId']->value,'htmlall','UTF-8' )), ENT_QUOTES, 'UTF-8');?>
|
||||
');
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['gaAnonymizeEnabled']->value) {?>
|
||||
ga('set', 'anonymizeIp', true);
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['backOffice']->value) {?>
|
||||
ga('set', 'nonInteraction', true);
|
||||
<?php }?>
|
||||
|
||||
ga('require', 'ec');
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
|
||||
<?php }
|
||||
}
|
||||
@@ -1,180 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:29
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/dashboard/helpers/view/view.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a19edf495_91693570',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'2bd7ace58e9827c9fd0bb56fe513ed8bc131313a' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/dashboard/helpers/view/view.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a19edf495_91693570 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
echo '<script'; ?>
|
||||
>
|
||||
var dashboard_ajax_url = '<?php echo $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminDashboard');?>
|
||||
';
|
||||
var adminstats_ajax_url = '<?php echo $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminStats');?>
|
||||
';
|
||||
var no_results_translation = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No result','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var dashboard_use_push = '<?php echo intval($_smarty_tpl->tpl_vars['dashboard_use_push']->value);?>
|
||||
';
|
||||
var read_more = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Read more','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
|
||||
<div id="dashboard">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<?php if ($_smarty_tpl->tpl_vars['warning']->value) {?>
|
||||
<div class="alert alert-warning"><?php echo $_smarty_tpl->tpl_vars['warning']->value;?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<div id="calendar" class="panel">
|
||||
<form action="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['action']->value ));?>
|
||||
" method="post" id="calendar_form" name="calendar_form" class="form-inline">
|
||||
<div class="btn-group">
|
||||
<button type="button" name="submitDateDay" class="btn btn-default submitDateDay<?php if (isset($_smarty_tpl->tpl_vars['preselect_date_range']->value) && $_smarty_tpl->tpl_vars['preselect_date_range']->value == 'day') {?> active<?php }?>">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Day','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<button type="button" name="submitDateMonth" class="btn btn-default submitDateMonth<?php if ((!isset($_smarty_tpl->tpl_vars['preselect_date_range']->value) || !$_smarty_tpl->tpl_vars['preselect_date_range']->value) || (isset($_smarty_tpl->tpl_vars['preselect_date_range']->value) && $_smarty_tpl->tpl_vars['preselect_date_range']->value == 'month')) {?> active<?php }?>">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Month','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<button type="button" name="submitDateYear" class="btn btn-default submitDateYear<?php if (isset($_smarty_tpl->tpl_vars['preselect_date_range']->value) && $_smarty_tpl->tpl_vars['preselect_date_range']->value == 'year') {?> active<?php }?>">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Year','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<button type="button" name="submitDateDayPrev" class="btn btn-default submitDateDayPrev<?php if (isset($_smarty_tpl->tpl_vars['preselect_date_range']->value) && $_smarty_tpl->tpl_vars['preselect_date_range']->value == 'prev-day') {?> active<?php }?>">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Day','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
-1
|
||||
</button>
|
||||
<button type="button" name="submitDateMonthPrev" class="btn btn-default submitDateMonthPrev<?php if (isset($_smarty_tpl->tpl_vars['preselect_date_range']->value) && $_smarty_tpl->tpl_vars['preselect_date_range']->value == 'prev-month') {?> active<?php }?>">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Month','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
-1
|
||||
</button>
|
||||
<button type="button" name="submitDateYearPrev" class="btn btn-default submitDateYearPrev<?php if (isset($_smarty_tpl->tpl_vars['preselect_date_range']->value) && $_smarty_tpl->tpl_vars['preselect_date_range']->value == 'prev-year') {?> active<?php }?>">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Year','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
-1
|
||||
</button>
|
||||
<!--
|
||||
<button type="submit" name="submitDateRealTime" class="hide btn btn-default submitDateRealTime <?php if ($_smarty_tpl->tpl_vars['dashboard_use_push']->value) {?>active<?php }?>" value="<?php echo !intval($_smarty_tpl->tpl_vars['dashboard_use_push']->value);?>
|
||||
">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Real Time'),$_smarty_tpl ) );?>
|
||||
|
||||
</button> -->
|
||||
</div>
|
||||
<input type="hidden" name="datepickerFrom" id="datepickerFrom" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_from']->value ));?>
|
||||
" class="form-control">
|
||||
<input type="hidden" name="datepickerTo" id="datepickerTo" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_to']->value ));?>
|
||||
" class="form-control">
|
||||
<input type="hidden" name="preselectDateRange" id="preselectDateRange" value="<?php if (isset($_smarty_tpl->tpl_vars['preselect_date_range']->value)) {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['preselect_date_range']->value,'html' ));
|
||||
}?>" class="form-control">
|
||||
<div class="form-group pull-right">
|
||||
<button id="datepickerExpand" class="btn btn-default" type="button">
|
||||
<i class="icon-calendar-empty"></i>
|
||||
<span class="hidden-xs">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'From','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
<strong class="text-info" id="datepicker-from-info"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_from']->value ));?>
|
||||
</strong>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'To','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
<strong class="text-info" id="datepicker-to-info"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['date_to']->value ));?>
|
||||
</strong>
|
||||
<strong class="text-info" id="datepicker-diff-info"></strong>
|
||||
</span>
|
||||
<i class="icon-caret-down"></i>
|
||||
</button>
|
||||
</div>
|
||||
<?php echo $_smarty_tpl->tpl_vars['calendar']->value;?>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3" id="hookDashboardZoneOne">
|
||||
<?php echo $_smarty_tpl->tpl_vars['hookDashboardZoneOne']->value;?>
|
||||
|
||||
</div>
|
||||
<div class="col-md-8 col-lg-7" id="hookDashboardZoneTwo">
|
||||
<?php echo $_smarty_tpl->tpl_vars['hookDashboardZoneTwo']->value;?>
|
||||
|
||||
<div id="dashaddons" class="row-margin-bottom">
|
||||
<a href="https://addons.prestashop.com/en/209-dashboards?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="_blank">
|
||||
<i class="icon-plus"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Add more dashboard modules','d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12 col-lg-2">
|
||||
<section class="dash_news panel">
|
||||
<h3><i class="icon-rss"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'PrestaShop News','d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</h3>
|
||||
<div class="dash_news_content"></div>
|
||||
<div class="text-center"><h4><a href="http://www.prestashop.com/blog/" onclick="return !window.open(this.href);"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Find more news','d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</a></h4></div>
|
||||
</section>
|
||||
<section id="dash_version" class="visible-lg">
|
||||
<iframe style="overflow:hidden;border:none" src="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['new_version_url']->value,'html','UTF-8' ));?>
|
||||
" ></iframe>
|
||||
</section>
|
||||
<section class="dash_links panel">
|
||||
<h3><i class="icon-link"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Useful links",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</h3>
|
||||
<dl>
|
||||
<dt><a href="http://doc.prestashop.com/display/PS17?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="_blank"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Official Documentation",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</a></dt>
|
||||
<dd><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"User, Developer and Designer Guides",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><a href="http://www.prestashop.com/forums?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="_blank"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"PrestaShop Forum",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</a></dt>
|
||||
<dd><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Connect with the PrestaShop community",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><a href="https://addons.prestashop.com?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="_blank"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"PrestaShop Addons",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</a></dt>
|
||||
<dd><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Enhance your store with templates & modules",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/PrestaShop/PrestaShop/issues" class="_blank"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Bug Tracker",'d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</a></dt>
|
||||
<dd><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Report issues in the Bug Tracker",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><a href="http://www.prestashop.com/en/contact-us?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="_blank"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Contact Us!",'d'=>'Admin.Dashboard.Feature'),$_smarty_tpl ) );?>
|
||||
</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,219 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:29
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/calendar/calendar.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a19ecb3b9_05851960',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'2cc439240cca5c76a3738790bfc6965005a9590c' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/calendar/calendar.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a19ecb3b9_05851960 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div id="datepicker" class="row row-padding-top hide">
|
||||
<div class="col-lg-12">
|
||||
<div class="daterangepicker-days">
|
||||
<div class="row">
|
||||
<?php if ($_smarty_tpl->tpl_vars['is_rtl']->value) {?>
|
||||
<div class="col-sm-6 col-lg-4">
|
||||
<div class="datepicker2" data-date="<?php echo $_smarty_tpl->tpl_vars['date_to']->value;?>
|
||||
" data-date-format="<?php echo $_smarty_tpl->tpl_vars['date_format']->value;?>
|
||||
"></div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-4">
|
||||
<div class="datepicker1" data-date="<?php echo $_smarty_tpl->tpl_vars['date_from']->value;?>
|
||||
" data-date-format="<?php echo $_smarty_tpl->tpl_vars['date_format']->value;?>
|
||||
"></div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<div class="col-sm-6 col-lg-4">
|
||||
<div class="datepicker1" data-date="<?php echo $_smarty_tpl->tpl_vars['date_from']->value;?>
|
||||
" data-date-format="<?php echo $_smarty_tpl->tpl_vars['date_format']->value;?>
|
||||
"></div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-4">
|
||||
<div class="datepicker2" data-date="<?php echo $_smarty_tpl->tpl_vars['date_to']->value;?>
|
||||
" data-date-format="<?php echo $_smarty_tpl->tpl_vars['date_format']->value;?>
|
||||
"></div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<div class="col-xs-12 col-sm-6 col-lg-4 pull-right">
|
||||
<div id='datepicker-form' class='form-inline'>
|
||||
<div id='date-range' class='form-date-group'>
|
||||
<div class='form-date-heading'>
|
||||
<span class="title"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Date range'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['actions']->value) && count($_smarty_tpl->tpl_vars['actions']->value) > 0) {?>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['actions']->value) > 1) {?>
|
||||
<button class='btn btn-default btn-xs pull-right dropdown-toggle' data-toggle='dropdown' type="button">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Custom'),$_smarty_tpl ) );?>
|
||||
|
||||
<i class='icon-angle-down'></i>
|
||||
</button>
|
||||
<ul class='dropdown-menu'>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['actions']->value, 'action');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['action']->value) {
|
||||
?>
|
||||
<li><a<?php if (isset($_smarty_tpl->tpl_vars['action']->value['href'])) {?> href="<?php echo $_smarty_tpl->tpl_vars['action']->value['href'];?>
|
||||
"<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['action']->value['class'])) {?> class="<?php echo $_smarty_tpl->tpl_vars['action']->value['class'];?>
|
||||
"<?php }?>><?php if (isset($_smarty_tpl->tpl_vars['action']->value['icon'])) {?><i class="<?php echo $_smarty_tpl->tpl_vars['action']->value['icon'];?>
|
||||
"></i> <?php }
|
||||
echo $_smarty_tpl->tpl_vars['action']->value['label'];?>
|
||||
</a></li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php } else { ?>
|
||||
<a<?php if (isset($_smarty_tpl->tpl_vars['actions']->value[0]['href'])) {?> href="<?php echo $_smarty_tpl->tpl_vars['actions']->value[0]['href'];?>
|
||||
"<?php }?> class="btn btn-default btn-xs pull-right<?php if (isset($_smarty_tpl->tpl_vars['actions']->value[0]['class'])) {?> <?php echo $_smarty_tpl->tpl_vars['actions']->value[0]['class'];
|
||||
}?>"><?php if (isset($_smarty_tpl->tpl_vars['actions']->value[0]['icon'])) {?><i class="<?php echo $_smarty_tpl->tpl_vars['actions']->value[0]['icon'];?>
|
||||
"></i> <?php }
|
||||
echo $_smarty_tpl->tpl_vars['actions']->value[0]['label'];?>
|
||||
</a>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</div>
|
||||
<div class='form-date-body'>
|
||||
<label><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'From'),$_smarty_tpl ) );?>
|
||||
</label>
|
||||
<input class='date-input form-control' id='date-start' placeholder='Start' type='text' name="date_from" value="<?php echo $_smarty_tpl->tpl_vars['date_from']->value;?>
|
||||
" data-date-format="<?php echo $_smarty_tpl->tpl_vars['date_format']->value;?>
|
||||
" tabindex="1" />
|
||||
<label><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'to'),$_smarty_tpl ) );?>
|
||||
</label>
|
||||
<input class='date-input form-control' id='date-end' placeholder='End' type='text' name="date_to" value="<?php echo $_smarty_tpl->tpl_vars['date_to']->value;?>
|
||||
" data-date-format="<?php echo $_smarty_tpl->tpl_vars['date_format']->value;?>
|
||||
" tabindex="2" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="date-compare" class='form-date-group'>
|
||||
<div class='form-date-heading'>
|
||||
<span class="checkbox-title">
|
||||
<label >
|
||||
<input type='checkbox' id="datepicker-compare" name="datepicker_compare"<?php if (isset($_smarty_tpl->tpl_vars['compare_date_from']->value) && isset($_smarty_tpl->tpl_vars['compare_date_to']->value)) {?> checked="checked"<?php }?> tabindex="3">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Compare to'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
</span>
|
||||
<select id="compare-options" class="form-control fixed-width-lg pull-right" name="compare_date_option"<?php if (is_null($_smarty_tpl->tpl_vars['compare_date_from']->value) || is_null($_smarty_tpl->tpl_vars['compare_date_to']->value)) {?> disabled="disabled"<?php }?>>
|
||||
<option value="1" <?php if ($_smarty_tpl->tpl_vars['compare_option']->value == 1) {?>selected="selected"<?php }?> label="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Previous period'),$_smarty_tpl ) );?>
|
||||
"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Previous period'),$_smarty_tpl ) );?>
|
||||
</option>
|
||||
<option value="2" <?php if ($_smarty_tpl->tpl_vars['compare_option']->value == 2) {?>selected="selected"<?php }?> label="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Previous Year'),$_smarty_tpl ) );?>
|
||||
"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Previous year'),$_smarty_tpl ) );?>
|
||||
</option>
|
||||
<option value="3" <?php if ($_smarty_tpl->tpl_vars['compare_option']->value == 3) {?>selected="selected"<?php }?> label="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Custom'),$_smarty_tpl ) );?>
|
||||
"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Custom'),$_smarty_tpl ) );?>
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-date-body" id="form-date-body-compare"<?php if (is_null($_smarty_tpl->tpl_vars['compare_date_from']->value) || is_null($_smarty_tpl->tpl_vars['compare_date_to']->value)) {?> style="display: none;"<?php }?>>
|
||||
<label><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'From'),$_smarty_tpl ) );?>
|
||||
</label>
|
||||
<input id="date-start-compare" class="date-input form-control" type="text" placeholder="Start" name="compare_date_from" value="<?php echo $_smarty_tpl->tpl_vars['compare_date_from']->value;?>
|
||||
" data-date-format="<?php echo $_smarty_tpl->tpl_vars['date_format']->value;?>
|
||||
" tabindex="4" />
|
||||
<label><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'to'),$_smarty_tpl ) );?>
|
||||
</label>
|
||||
<input id="date-end-compare" class="date-input form-control" type="text" placeholder="End" name="compare_date_to" value="<?php echo $_smarty_tpl->tpl_vars['compare_date_to']->value;?>
|
||||
" data-date-format="<?php echo $_smarty_tpl->tpl_vars['date_format']->value;?>
|
||||
"
|
||||
tabindex="5" />
|
||||
</div>
|
||||
</div>
|
||||
<div class='form-date-actions'>
|
||||
<button class='btn btn-link' type='button' id="datepicker-cancel" tabindex="7">
|
||||
<i class='icon-remove'></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Cancel','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<button class='btn btn-default pull-right' type='submit' name="submitDateRange" tabindex="6">
|
||||
<i class='icon-ok text-success'></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Apply','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
translated_dates = {
|
||||
days: ['<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sunday','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Monday','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Tuesday','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Wednesday','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Thursday','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Friday','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Saturday','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sunday','js'=>1),$_smarty_tpl ) );?>
|
||||
'],
|
||||
daysShort: ['<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sun','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Mon','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Tue','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Wed','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Thu','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Fri','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sat','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sun','js'=>1),$_smarty_tpl ) );?>
|
||||
'],
|
||||
daysMin: ['<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Su','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Mo','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Tu','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'We','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Th','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Fr','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sa','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Su','js'=>1),$_smarty_tpl ) );?>
|
||||
'],
|
||||
months: ['<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'January','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'February','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'March','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'April','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'May','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'June','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'July','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'August','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'September','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'October','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'November','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'December','js'=>1),$_smarty_tpl ) );?>
|
||||
'],
|
||||
monthsShort: ['<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Jan','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Feb','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Mar','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Apr','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'May ','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Jun','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Jul','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Aug','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sep','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Oct','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Nov','js'=>1),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Dec','js'=>1),$_smarty_tpl ) );?>
|
||||
']
|
||||
};
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/content.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158381f6_30303183',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'2ceefdfa61ae8f0bc7057ebcc89c23d1ed81bf8e' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/content.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158381f6_30303183 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<div id="ajax_confirmation" class="alert alert-success" style="display: none;"></div>
|
||||
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['content']->value)) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['content']->value;?>
|
||||
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,104 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:29
|
||||
from '/var/www/clients/client1/web14/web/modules/dashgoals/views/templates/hook/config.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a19e992c7_56041829',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'324c45355edb784563928c62e4bb039a82350b1e' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/dashgoals/views/templates/hook/config.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a19e992c7_56041829 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><section id="dashgoals_config" class="dash_config hide">
|
||||
<header><i class="icon-wrench"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Configuration','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</header>
|
||||
<form class="defaultForm form-horizontal" method="post" action="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminDashboard'),'html','UTF-8' ));?>
|
||||
">
|
||||
<table class="table table-condensed table-striped table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="fixed-width-md"><?php echo $_smarty_tpl->tpl_vars['goals_year']->value;?>
|
||||
</th>
|
||||
<th class="fixed-width-md"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Traffic','d'=>'Modules.Dashgoals.Admin'),$_smarty_tpl ) );?>
|
||||
</th>
|
||||
<th class="fixed-width-md"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Conversion Rate','d'=>'Modules.Dashgoals.Admin'),$_smarty_tpl ) );?>
|
||||
</th>
|
||||
<th class="fixed-width-lg"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Average Cart Value','d'=>'Modules.Dashgoals.Admin'),$_smarty_tpl ) );?>
|
||||
</th>
|
||||
<th><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sales','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['goals_months']->value, 'month');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['month']->key => $_smarty_tpl->tpl_vars['month']->value) {
|
||||
$__foreach_month_0_saved = $_smarty_tpl->tpl_vars['month'];
|
||||
?>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $_smarty_tpl->tpl_vars['month']->value['label'];?>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<div class="input-group">
|
||||
<input id="dashgoals_traffic_<?php echo $_smarty_tpl->tpl_vars['month']->key;?>
|
||||
" name="dashgoals_traffic_<?php echo $_smarty_tpl->tpl_vars['month']->key;?>
|
||||
" class="dashgoals_config_input form-control"
|
||||
value="<?php echo intval($_smarty_tpl->tpl_vars['month']->value['values']['traffic']);?>
|
||||
" />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="input-group">
|
||||
<input id="dashgoals_conversion_<?php echo $_smarty_tpl->tpl_vars['month']->key;?>
|
||||
" name="dashgoals_conversion_<?php echo $_smarty_tpl->tpl_vars['month']->key;?>
|
||||
" class="dashgoals_config_input form-control"
|
||||
value="<?php echo floatval($_smarty_tpl->tpl_vars['month']->value['values']['conversion']);?>
|
||||
" />
|
||||
<span class="input-group-addon">%</span>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['currency']->value->iso_code ));?>
|
||||
</span>
|
||||
<input id="dashgoals_avg_cart_value_<?php echo $_smarty_tpl->tpl_vars['month']->key;?>
|
||||
" name="dashgoals_avg_cart_value_<?php echo $_smarty_tpl->tpl_vars['month']->key;?>
|
||||
" class="dashgoals_config_input form-control"
|
||||
value="<?php echo intval($_smarty_tpl->tpl_vars['month']->value['values']['avg_cart_value']);?>
|
||||
" />
|
||||
</div>
|
||||
</td>
|
||||
<td id="dashgoals_sales_<?php echo $_smarty_tpl->tpl_vars['month']->key;?>
|
||||
" class="dashgoals_sales">
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
$_smarty_tpl->tpl_vars['month'] = $__foreach_month_0_saved;
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="panel-footer">
|
||||
<button class="btn btn-default pull-right" name="submitDashGoals" type="submit"><i class="process-icon-save"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Save','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,108 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/modules/login_addons.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04c28f13_72490293',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'32c988434b9426d3bcd991215bd975e8a6a5ab52' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/modules/login_addons.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04c28f13_72490293 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<div class="modal-body">
|
||||
<?php if ($_smarty_tpl->tpl_vars['add_permission']->value == '1') {?>
|
||||
<?php if (!isset($_smarty_tpl->tpl_vars['logged_on_addons']->value) || !$_smarty_tpl->tpl_vars['logged_on_addons']->value) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['check_url_fopen']->value == 'ko' || $_smarty_tpl->tpl_vars['check_openssl']->value == 'ko') {?>
|
||||
<div class="alert alert-warning">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'If you want to be able to fully use the AdminModules panel and have free modules available, you should enable the following configuration on your server:'),$_smarty_tpl ) );?>
|
||||
|
||||
<br />
|
||||
<?php if ($_smarty_tpl->tpl_vars['check_url_fopen']->value == 'ko') {?>- <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Enable PHP\'s allow_url_fopen setting'),$_smarty_tpl ) );?>
|
||||
<br /><?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['check_openssl']->value == 'ko') {?>- <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Enable PHP\'s OpenSSL extension'),$_smarty_tpl ) );?>
|
||||
<br /><?php }?>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<!--start addons login-->
|
||||
<form id="addons_login_form" method="post" >
|
||||
<div>
|
||||
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['addons_register_link']->value,'html','UTF-8' ));?>
|
||||
"><img class="img-responsive center-block" src="<?php echo $_smarty_tpl->tpl_vars['img_base_path']->value;?>
|
||||
themes/default/img/prestashop-addons-logo.png" alt="Logo PrestaShop Addons"/></a>
|
||||
<h3 class="text-center"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Connect your shop to PrestaShop's marketplace in order to automatically import all your Addons purchases."),$_smarty_tpl ) );?>
|
||||
</h3>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h4><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Don't have an account?"),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<p class='text-justify'><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Discover the Power of PrestaShop Addons! Explore the PrestaShop Official Marketplace and find over 3 500 innovative modules and themes that optimize conversion rates, increase traffic, build customer loyalty and maximize your productivity"),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h4><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Connect to PrestaShop Addons'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="icon-user"></i></span>
|
||||
<input id="username_addons" name="username_addons" type="text" value="" autocomplete="off" class="form-control ac_input">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="icon-key"></i></span>
|
||||
<input id="password_addons" name="password_addons" type="password" value="" autocomplete="off" class="form-control ac_input">
|
||||
</div>
|
||||
<a class="btn btn-link pull-right _blank" href="<?php echo $_smarty_tpl->tpl_vars['addons_forgot_password_link']->value;?>
|
||||
"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'I forgot my password'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row row-padding-top">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<a class="btn btn-default btn-block btn-lg _blank" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['addons_register_link']->value,'html','UTF-8' ));?>
|
||||
">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Create an Account"),$_smarty_tpl ) );?>
|
||||
|
||||
<i class="icon-external-link"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<button id="addons_login_button" class="btn btn-primary btn-block btn-lg" type="submit">
|
||||
<i class="icon-unlock"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sign in'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="addons_loading" class="help-block"></div>
|
||||
|
||||
</form>
|
||||
<!--end addons login-->
|
||||
<?php }?>
|
||||
<?php }
|
||||
}?>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
/* Smarty version 3.1.33, created on 2020-01-10 09:44:14
|
||||
from 'module:psshoppingcartpsshoppingc' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b04cf614_58037495',
|
||||
'unifunc' => 'content_5e18395e92a742_80903370',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'35655e6409b6198f29dd6e732ef9598dec599880' =>
|
||||
array (
|
||||
0 => 'module:psshoppingcartpsshoppingc',
|
||||
1 => 1561472940,
|
||||
1 => 1574190562,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
@@ -20,8 +20,8 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b04cf614_58037495 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_shoppingcart/ps_shoppingcart.tpl --><div id="_desktop_cart">
|
||||
function content_5e18395e92a742_80903370 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_shoppingcart/ps_shoppingcart.tpl --><div id="_desktop_cart">
|
||||
<div class="blockcart cart-preview <?php if ($_smarty_tpl->tpl_vars['cart']->value['products_count'] > 0) {?>active<?php } else { ?>inactive<?php }?>" data-refresh-url="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['refresh_url']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<div class="header">
|
||||
@@ -40,5 +40,5 @@ function content_5da839b04cf614_58037495 (Smarty_Internal_Template $_smarty_tpl)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_shoppingcart/ps_shoppingcart.tpl --><?php }
|
||||
<!-- end /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_shoppingcart/ps_shoppingcart.tpl --><?php }
|
||||
}
|
||||
|
||||
@@ -1,89 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:02
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-discounts.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c2a29389_63562147',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'3b739eaa1f26010e48107a0bb216ca5ab5858e5a' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-discounts.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c2a29389_63562147 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<section class="product-discounts">
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['quantity_discounts']) {?>
|
||||
<p class="h6 product-discounts-title"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Volume discounts','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_4394163885da839c2a262b9_97946524', 'product_discount_table');
|
||||
?>
|
||||
|
||||
<?php }?>
|
||||
</section>
|
||||
<?php }
|
||||
/* {block 'product_discount_table'} */
|
||||
class Block_4394163885da839c2a262b9_97946524 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_discount_table' =>
|
||||
array (
|
||||
0 => 'Block_4394163885da839c2a262b9_97946524',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<table class="table-product-discounts">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Quantity','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</th>
|
||||
<th><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['configuration']->value['quantity_discount']['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</th>
|
||||
<th><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'You Save','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['product']->value['quantity_discounts'], 'quantity_discount', false, NULL, 'quantity_discounts', array (
|
||||
));
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['quantity_discount']->value) {
|
||||
?>
|
||||
<tr data-discount-type="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['quantity_discount']->value['reduction_type'], ENT_QUOTES, 'UTF-8');?>
|
||||
" data-discount="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['quantity_discount']->value['real_value'], ENT_QUOTES, 'UTF-8');?>
|
||||
" data-discount-quantity="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['quantity_discount']->value['quantity'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<td><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['quantity_discount']->value['quantity'], ENT_QUOTES, 'UTF-8');?>
|
||||
</td>
|
||||
<td><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['quantity_discount']->value['discount'], ENT_QUOTES, 'UTF-8');?>
|
||||
</td>
|
||||
<td><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Up to %discount%','d'=>'Shop.Theme.Catalog','sprintf'=>array('%discount%'=>$_smarty_tpl->tpl_vars['quantity_discount']->value['save'])),$_smarty_tpl ) );?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_discount_table'} */
|
||||
}
|
||||
@@ -1,263 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:58
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/payment.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839fa3af9f5_00896454',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'3be67502ad0633367ebd892e648078a77425d22c' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/payment.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:checkout/_partials/order-final-summary.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839fa3af9f5_00896454 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, true);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7510604555da839fa396ee4_35695512', 'step_content');
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'checkout/_partials/steps/checkout-step.tpl');
|
||||
}
|
||||
/* {block 'step_content'} */
|
||||
class Block_7510604555da839fa396ee4_35695512 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'step_content' =>
|
||||
array (
|
||||
0 => 'Block_7510604555da839fa396ee4_35695512',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayPaymentTop'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<div style="display:none" class="js-cart-payment-step-refresh"></div>
|
||||
|
||||
<?php if (!empty($_smarty_tpl->tpl_vars['display_transaction_updated_info']->value)) {?>
|
||||
<p class="cart-payment-step-refreshed-info">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Transaction amount has been correctly updated','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['is_free']->value) {?>
|
||||
<p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No payment needed for this order','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php }?>
|
||||
<div class="payment-options <?php if ($_smarty_tpl->tpl_vars['is_free']->value) {?>hidden-xs-up<?php }?>">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['payment_options']->value, 'module_options');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['module_options']->value) {
|
||||
?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['module_options']->value, 'option');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['option']->value) {
|
||||
?>
|
||||
<div>
|
||||
<div id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
-container" class="payment-option clearfix">
|
||||
<span class="custom-radio float-xs-left">
|
||||
<input
|
||||
class="ps-shown-by-js <?php if ($_smarty_tpl->tpl_vars['option']->value['binary']) {?> binary <?php }?>"
|
||||
id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
data-module-name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['module_name'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
name="payment-option"
|
||||
type="radio"
|
||||
required
|
||||
<?php if ($_smarty_tpl->tpl_vars['selected_payment_option']->value == $_smarty_tpl->tpl_vars['option']->value['id'] || $_smarty_tpl->tpl_vars['is_free']->value) {?> checked <?php }?>
|
||||
>
|
||||
<span></span>
|
||||
</span>
|
||||
<form method="GET" class="ps-hidden-by-js">
|
||||
<?php if ($_smarty_tpl->tpl_vars['option']->value['id'] === $_smarty_tpl->tpl_vars['selected_payment_option']->value) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Selected','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } else { ?>
|
||||
<button class="ps-hidden-by-js" type="submit" name="select_payment_option" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Choose','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<?php }?>
|
||||
</form>
|
||||
|
||||
<label for="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<span><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['call_to_action_text'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php if ($_smarty_tpl->tpl_vars['option']->value['logo']) {?>
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['logo'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php }?>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['option']->value['additionalInformation']) {?>
|
||||
<div
|
||||
id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
-additional-information"
|
||||
class="js-additional-information definition-list additional-information<?php if ($_smarty_tpl->tpl_vars['option']->value['id'] != $_smarty_tpl->tpl_vars['selected_payment_option']->value) {?> ps-hidden <?php }?>"
|
||||
>
|
||||
<?php echo $_smarty_tpl->tpl_vars['option']->value['additionalInformation'];?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<div
|
||||
id="pay-with-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
-form"
|
||||
class="js-payment-option-form <?php if ($_smarty_tpl->tpl_vars['option']->value['id'] != $_smarty_tpl->tpl_vars['selected_payment_option']->value) {?> ps-hidden <?php }?>"
|
||||
>
|
||||
<?php if ($_smarty_tpl->tpl_vars['option']->value['form']) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['option']->value['form'];?>
|
||||
|
||||
<?php } else { ?>
|
||||
<form id="payment-form" method="POST" action="<?php echo $_smarty_tpl->tpl_vars['option']->value['action'];?>
|
||||
">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['option']->value['inputs'], 'input');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['input']->value) {
|
||||
?>
|
||||
<input type="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['input']->value['type'], ENT_QUOTES, 'UTF-8');?>
|
||||
" name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['input']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['input']->value['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<button style="display:none" id="pay-with-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['option']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
" type="submit"></button>
|
||||
</form>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php
|
||||
}
|
||||
} else {
|
||||
?>
|
||||
<p class="alert alert-danger"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Unfortunately, there are no payment method available.','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
|
||||
<?php if (count($_smarty_tpl->tpl_vars['conditions_to_approve']->value)) {?>
|
||||
<p class="ps-hidden-by-js">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'By confirming the order, you certify that you have read and agree with all of the conditions below:','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
|
||||
<form id="conditions-to-approve" method="GET">
|
||||
<ul>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['conditions_to_approve']->value, 'condition', false, 'condition_name');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['condition_name']->value => $_smarty_tpl->tpl_vars['condition']->value) {
|
||||
?>
|
||||
<li>
|
||||
<div class="float-xs-left">
|
||||
<span class="custom-checkbox">
|
||||
<input id = "conditions_to_approve[<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['condition_name']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
]"
|
||||
name = "conditions_to_approve[<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['condition_name']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
]"
|
||||
required
|
||||
type = "checkbox"
|
||||
value = "1"
|
||||
class = "ps-shown-by-js"
|
||||
>
|
||||
<span><i class="material-icons rtl-no-flip checkbox-checked"></i></span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="condition-label">
|
||||
<label class="js-terms" for="conditions_to_approve[<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['condition_name']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
]">
|
||||
<?php echo $_smarty_tpl->tpl_vars['condition']->value;?>
|
||||
|
||||
</label>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</form>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_final_summary']->value) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/order-final-summary.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
<?php }?>
|
||||
|
||||
<div id="payment-confirmation">
|
||||
<div class="ps-shown-by-js">
|
||||
<button type="submit" <?php if (!$_smarty_tpl->tpl_vars['selected_payment_option']->value) {?> disabled <?php }?> class="btn btn-primary center-block">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order with an obligation to pay','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_final_summary']->value) {?>
|
||||
<article class="alert alert-danger mt-2 js-alert-payment-conditions" role="alert" data-alert="danger">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Please make sure you\'ve chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2].','sprintf'=>array('[1]'=>'<a href="#checkout-payment-step">','[/1]'=>'</a>','[2]'=>'<a href="#conditions-to-approve">','[/2]'=>'</a>'),'d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
</article>
|
||||
<?php }?>
|
||||
</div>
|
||||
<div class="ps-hidden-by-js">
|
||||
<?php if ($_smarty_tpl->tpl_vars['selected_payment_option']->value && $_smarty_tpl->tpl_vars['all_conditions_approved']->value) {?>
|
||||
<label for="pay-with-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['selected_payment_option']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order with an obligation to pay','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</label>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayPaymentByBinaries'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<div class="modal fade" id="modal">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Close','d'=>'Shop.Theme.Global'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<div class="js-modal-content"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'step_content'} */
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:34
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/tree/tree_toolbar.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a1e987956_97590920',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'3c79661f9e0b794a6b0574629fc51cc870237ad3' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/tree/tree_toolbar.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a1e987956_97590920 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="tree-actions pull-right">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['actions']->value)) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['actions']->value, 'action');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['action']->value) {
|
||||
?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['action']->value->render();?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,65 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:58
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/order-final-summary-table.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839fa3c0123_40650867',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'3db8b99a750b053d29f153817070dda8b2aba7d3' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/order-final-summary-table.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839fa3c0123_40650867 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, true);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_12367426945da839fa3bdd90_81123647', 'order-items-table-head');
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'checkout/_partials/order-confirmation-table.tpl');
|
||||
}
|
||||
/* {block 'order-items-table-head'} */
|
||||
class Block_12367426945da839fa3bdd90_81123647 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'order-items-table-head' =>
|
||||
array (
|
||||
0 => 'Block_12367426945da839fa3bdd90_81123647',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div id="order-items" class="col-md-12">
|
||||
<h3 class="card-title h3">
|
||||
<?php if ($_smarty_tpl->tpl_vars['products_count']->value == 1) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'%product_count% item in your cart','sprintf'=>array('%product_count%'=>$_smarty_tpl->tpl_vars['products_count']->value),'d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'%products_count% items in your cart','sprintf'=>array('%products_count%'=>$_smarty_tpl->tpl_vars['products_count']->value),'d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
<a href="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0], array( array('entity'=>'cart','params'=>array('action'=>'show')),$_smarty_tpl ) );?>
|
||||
"><span class="step-edit"><i class="material-icons edit">mode_edit</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'edit','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</span></a>
|
||||
</h3>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'order-items-table-head'} */
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from 'module:pscustomeraccountlinkspsc' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b063d896_90858318',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'42f9461127ce7396a601c2484841253ea5ba658f' =>
|
||||
array (
|
||||
0 => 'module:pscustomeraccountlinkspsc',
|
||||
1 => 1561472940,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b063d896_90858318 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->compiled->nocache_hash = '9363796155da839b063b399_69055269';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl -->
|
||||
<div id="block_myaccount_infos" class="col-md-3 links wrapper">
|
||||
<p class="h3 myaccount-title hidden-sm-down">
|
||||
<a class="text-uppercase" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['pages']['my_account'], ENT_QUOTES, 'UTF-8');?>
|
||||
" rel="nofollow">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your account','d'=>'Shop.Theme.Customeraccount'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</p>
|
||||
<div class="title clearfix hidden-md-up" data-target="#footer_account_list" data-toggle="collapse">
|
||||
<span class="h3"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your account','d'=>'Shop.Theme.Customeraccount'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<span class="float-xs-right">
|
||||
<span class="navbar-toggler collapse-icons">
|
||||
<i class="material-icons add"></i>
|
||||
<i class="material-icons remove"></i>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<ul class="account-list collapse" id="footer_account_list">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['my_account_urls']->value, 'my_account_url');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['my_account_url']->value) {
|
||||
?>
|
||||
<li>
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['my_account_url']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['my_account_url']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
" rel="nofollow">
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['my_account_url']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayMyAccountBlock'),$_smarty_tpl ) );?>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl --><?php }
|
||||
}
|
||||
@@ -1,528 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/header.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04e3bcf9_74511408',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'434d42c82d1f9b859825a9eb19c024502b5dc979' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/header.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:search_form.tpl' => 1,
|
||||
'file:nav.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04e3bcf9_74511408 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!DOCTYPE html>
|
||||
<!--[if lt IE 7]> <html lang="<?php echo $_smarty_tpl->tpl_vars['iso']->value;?>
|
||||
" class="no-js lt-ie9 lt-ie8 lt-ie7 lt-ie6"> <![endif]-->
|
||||
<!--[if IE 7]> <html lang="<?php echo $_smarty_tpl->tpl_vars['iso']->value;?>
|
||||
" class="no-js lt-ie9 lt-ie8 ie7"> <![endif]-->
|
||||
<!--[if IE 8]> <html lang="<?php echo $_smarty_tpl->tpl_vars['iso']->value;?>
|
||||
" class="no-js lt-ie9 ie8"> <![endif]-->
|
||||
<!--[if gt IE 8]> <html lang="<?php echo $_smarty_tpl->tpl_vars['iso']->value;?>
|
||||
" class="no-js ie9"> <![endif]-->
|
||||
<html lang="<?php echo $_smarty_tpl->tpl_vars['iso']->value;?>
|
||||
">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link rel="icon" type="image/x-icon" href="<?php echo $_smarty_tpl->tpl_vars['img_dir']->value;?>
|
||||
favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="<?php echo $_smarty_tpl->tpl_vars['img_dir']->value;?>
|
||||
app_icon.png" />
|
||||
|
||||
<meta name="robots" content="NOFOLLOW, NOINDEX">
|
||||
<title><?php if ($_smarty_tpl->tpl_vars['meta_title']->value != '') {
|
||||
echo $_smarty_tpl->tpl_vars['meta_title']->value;?>
|
||||
• <?php }
|
||||
echo $_smarty_tpl->tpl_vars['shop_name']->value;?>
|
||||
</title>
|
||||
<?php if (!isset($_smarty_tpl->tpl_vars['display_header_javascript']->value) || $_smarty_tpl->tpl_vars['display_header_javascript']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
var help_class_name = '<?php echo addcslashes($_smarty_tpl->tpl_vars['controller_name']->value,'\'');?>
|
||||
';
|
||||
var iso_user = '<?php echo addcslashes($_smarty_tpl->tpl_vars['iso_user']->value,'\'');?>
|
||||
';
|
||||
var lang_is_rtl = '<?php echo intval($_smarty_tpl->tpl_vars['lang_is_rtl']->value);?>
|
||||
';
|
||||
var full_language_code = '<?php echo addcslashes($_smarty_tpl->tpl_vars['full_language_code']->value,'\'');?>
|
||||
';
|
||||
var full_cldr_language_code = '<?php echo addcslashes($_smarty_tpl->tpl_vars['full_cldr_language_code']->value,'\'');?>
|
||||
';
|
||||
var country_iso_code = '<?php echo addcslashes($_smarty_tpl->tpl_vars['country_iso_code']->value,'\'');?>
|
||||
';
|
||||
var _PS_VERSION_ = '<?php echo addcslashes(@constant('_PS_VERSION_'),'\'');?>
|
||||
';
|
||||
var roundMode = <?php echo intval($_smarty_tpl->tpl_vars['round_mode']->value);?>
|
||||
;
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['shop_context']->value)) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['shop_context']->value == Shop::CONTEXT_ALL) {?>
|
||||
var youEditFieldFor = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'This field will be modified for all your shops.','js'=>1,'d'=>'Admin.Notifications.Info'),$_smarty_tpl ) );?>
|
||||
';
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['shop_context']->value == Shop::CONTEXT_GROUP) {?>
|
||||
var youEditFieldFor = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'This field will be modified for all shops in this shop group:','js'=>1,'d'=>'Admin.Notifications.Info'),$_smarty_tpl ) );?>
|
||||
<b><?php echo addcslashes($_smarty_tpl->tpl_vars['shop_name']->value,'\'');?>
|
||||
</b>';
|
||||
<?php } else { ?>
|
||||
var youEditFieldFor = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'This field will be modified for this shop:','js'=>1,'d'=>'Admin.Notifications.Info'),$_smarty_tpl ) );?>
|
||||
<b><?php echo addcslashes($_smarty_tpl->tpl_vars['shop_name']->value,'\'');?>
|
||||
</b>';
|
||||
<?php }
|
||||
} else { ?>
|
||||
var youEditFieldFor = '';
|
||||
<?php }?>
|
||||
var new_order_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'A new order has been placed on your shop.','js'=>1,'d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var order_number_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order number:','js'=>1,'d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var total_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Total','js'=>1,'d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var from_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'From:','js'=>1,'d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var see_order_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'View this order','js'=>1,'d'=>'Admin.Orderscustomers.Feature'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var new_customer_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'A new customer registered on your shop.','js'=>1,'d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var customer_name_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'registered','js'=>1,'d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var new_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'A new message was posted on your shop.','js'=>1,'d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var see_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Read this message','js'=>1,'d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var token = '<?php echo addslashes($_smarty_tpl->tpl_vars['token']->value);?>
|
||||
';
|
||||
var token_admin_orders = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminOrders'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var token_admin_customers = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminCustomers'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var token_admin_customer_threads = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminCustomerThreads'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var currentIndex = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['currentIndex']->value,'javascript','UTF-8' )),'quotes' ));?>
|
||||
';
|
||||
var employee_token = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminEmployees'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var choose_language_translate = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Choose language:','js'=>1,'d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var default_language = '<?php echo intval($_smarty_tpl->tpl_vars['default_language']->value);?>
|
||||
';
|
||||
var admin_modules_link = '<?php echo addslashes($_smarty_tpl->tpl_vars['link']->value->getAdminLink("AdminModulesCatalog",true,array('route'=>"admin_module_catalog_post")));?>
|
||||
';
|
||||
var tab_modules_list = '<?php if (isset($_smarty_tpl->tpl_vars['tab_modules_list']->value) && $_smarty_tpl->tpl_vars['tab_modules_list']->value) {
|
||||
echo addslashes($_smarty_tpl->tpl_vars['tab_modules_list']->value);
|
||||
}?>';
|
||||
var update_success_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Successful update.','js'=>1,'d'=>'Admin.Notifications.Success'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var errorLogin = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection.','js'=>1,'d'=>'Admin.Notifications.Warning'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var search_product_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Search for a product','js'=>1,'d'=>'Admin.Orderscustomers.Feature'),$_smarty_tpl ) );?>
|
||||
';
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['css_files']->value, 'media', false, 'css_uri');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['css_uri']->value => $_smarty_tpl->tpl_vars['media']->value) {
|
||||
?>
|
||||
<link href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['css_uri']->value,'html','UTF-8' ));?>
|
||||
" rel="stylesheet" type="text/css"/>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
|
||||
}?>
|
||||
<?php if ((isset($_smarty_tpl->tpl_vars['js_def']->value) && count($_smarty_tpl->tpl_vars['js_def']->value) || isset($_smarty_tpl->tpl_vars['js_files']->value) && count($_smarty_tpl->tpl_vars['js_files']->value))) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender((@constant('_PS_ALL_THEMES_DIR_')).("javascript.tpl"), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, true);
|
||||
?>
|
||||
<?php }?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['displayBackOfficeHeader']->value)) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['displayBackOfficeHeader']->value;?>
|
||||
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['brightness']->value)) {?>
|
||||
<!--
|
||||
// @todo: multishop color
|
||||
<style type="text/css">
|
||||
div#header_infos, div#header_infos a#header_shopname, div#header_infos a#header_logout, div#header_infos a#header_foaccess {color:<?php echo $_smarty_tpl->tpl_vars['brightness']->value;?>
|
||||
}
|
||||
</style>
|
||||
-->
|
||||
<?php }?>
|
||||
</head>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['display_header']->value) {?>
|
||||
<body class="lang-<?php echo $_smarty_tpl->tpl_vars['iso_user']->value;
|
||||
if ($_smarty_tpl->tpl_vars['lang_is_rtl']->value) {?> lang-rtl<?php }?> ps_back-office<?php if ($_smarty_tpl->tpl_vars['employee']->value->bo_menu) {?> page-sidebar<?php if ($_smarty_tpl->tpl_vars['collapse_menu']->value) {?> page-sidebar-closed<?php }
|
||||
} else { ?> page-topbar<?php }?> <?php echo strtolower(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_GET['controller'] )));?>
|
||||
">
|
||||
<header id="header" class="bootstrap">
|
||||
<nav id="header_infos" role="navigation">
|
||||
<i class="material-icons js-mobile-menu">menu</i>
|
||||
|
||||
<a id="header_logo" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['default_tab_link']->value,'html','UTF-8' ));?>
|
||||
"></a>
|
||||
<span id="shop_version"><?php echo $_smarty_tpl->tpl_vars['ps_version']->value;?>
|
||||
</span>
|
||||
|
||||
<?php if (count($_smarty_tpl->tpl_vars['quick_access']->value) >= 0) {?>
|
||||
<div id="header_quick" class="component">
|
||||
<div class="dropdown">
|
||||
<button
|
||||
id="quick_select"
|
||||
class="btn btn-link dropdown-toggle"
|
||||
data-toggle="dropdown"
|
||||
><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Quick Access','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
<i class="material-icons">arrow_drop_down</i></button>
|
||||
<ul class="dropdown-menu">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['quick_access']->value, 'quick');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['quick']->value) {
|
||||
?>
|
||||
<li <?php ob_start();
|
||||
echo $_smarty_tpl->tpl_vars['quick']->value['link'];
|
||||
$_prefixVariable1 = ob_get_clean();
|
||||
if ($_smarty_tpl->tpl_vars['link']->value->matchQuickLink($_prefixVariable1)) {
|
||||
$_smarty_tpl->_assignInScope('matchQuickLink', $_smarty_tpl->tpl_vars['quick']->value['id_quick_access']);?>class="active"<?php }?>>
|
||||
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['quick']->value['link'],'html','UTF-8' ));?>
|
||||
" <?php if ($_smarty_tpl->tpl_vars['quick']->value['new_window']) {?>target="_blank"<?php }?>>
|
||||
<?php echo $_smarty_tpl->tpl_vars['quick']->value['name'];?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<li class="divider"></li>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['matchQuickLink']->value)) {?>
|
||||
<li>
|
||||
<a href="javascript:void(0);" class="ajax-quick-link" data-method="remove"
|
||||
data-quicklink-id="<?php echo $_smarty_tpl->tpl_vars['matchQuickLink']->value;?>
|
||||
">
|
||||
<i class="material-icons">remove_circle</i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Remove from QuickAccess','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php } else { ?>
|
||||
<li>
|
||||
<a href="javascript:void(0);" class="ajax-quick-link" data-method="add">
|
||||
<i class="material-icons">add_circle</i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Add current page to QuickAccess','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php }?>
|
||||
<li>
|
||||
<a href="<?php echo addslashes($_smarty_tpl->tpl_vars['link']->value->getAdminLink("AdminQuickAccesses"));?>
|
||||
">
|
||||
<i class="material-icons">settings</i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Manage quick accesses','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php $_smarty_tpl->_assignInScope('quick_access_current_link_name', explode(" - ",$_smarty_tpl->tpl_vars['quick_access_current_link_name']->value));?>
|
||||
<?php echo '<script'; ?>
|
||||
>
|
||||
$(function() {
|
||||
$('.ajax-quick-link').on('click', function(e){
|
||||
e.preventDefault();
|
||||
|
||||
var method = $(this).data('method');
|
||||
|
||||
if(method == 'add')
|
||||
var name = prompt('<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Please name this shortcut:','js'=>1,'d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
', '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['quick_access_current_link_name']->value[0],32 ));?>
|
||||
');
|
||||
|
||||
if(method == 'add' && name || method == 'remove')
|
||||
{
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
headers: { "cache-control": "no-cache" },
|
||||
async: false,
|
||||
url: "<?php echo $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminQuickAccesses',true,array(),array('action'=>'GetUrl','rand'=>(rand(1,200)),'ajax'=>1));?>
|
||||
" + "&method=" + method + ( $(this).data('quicklink-id') ? "&id_quick_access=" + $(this).data('quicklink-id') : ""),
|
||||
data: {
|
||||
"url": "<?php echo $_smarty_tpl->tpl_vars['link']->value->getQuickLink(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_SERVER['REQUEST_URI'],'javascript' )));?>
|
||||
",
|
||||
"name": name,
|
||||
"icon": "<?php echo $_smarty_tpl->tpl_vars['quick_access_current_link_icon']->value;?>
|
||||
"
|
||||
},
|
||||
dataType: "json",
|
||||
success: function(data) {
|
||||
var quicklink_list ='';
|
||||
$.each(data, function(index,value){
|
||||
if (typeof data[index]['name'] !== 'undefined')
|
||||
quicklink_list += '<li><a href="' + data[index]['link'] + '&token=' + data[index]['token'] + '">' + data[index]['name'] + '</a></li>';
|
||||
});
|
||||
|
||||
if (typeof data['has_errors'] !== 'undefined' && data['has_errors'])
|
||||
$.each(data, function(index, value)
|
||||
{
|
||||
if (typeof data[index] == 'string')
|
||||
$.growl.error({ title: "", message: data[index]});
|
||||
});
|
||||
else if (quicklink_list)
|
||||
{
|
||||
$("#header_quick ul.dropdown-menu").html(quicklink_list);
|
||||
showSuccessMessage(update_success_msg);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender("file:search_form.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('show_clear_btn'=>1), 0, false);
|
||||
?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['debug_mode']->value) && $_smarty_tpl->tpl_vars['debug_mode']->value == true) {?>
|
||||
<div class="component hide-mobile-sm">
|
||||
<a class="shop-state label-tooltip" id="debug-mode"
|
||||
data-toggle="tooltip"
|
||||
data-placement="bottom"
|
||||
data-html="true"
|
||||
title="<p class='text-left'><strong><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your shop is in debug mode.','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
</strong></p><p class='text-left'><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode.','html'=>true,'sprintf'=>array('[1]'=>'<strong>','[/1]'=>'</strong>'),'d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
</p>"
|
||||
href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminPerformance'),'html','UTF-8' ));?>
|
||||
"
|
||||
>
|
||||
<i class="material-icons">bug_report</i>
|
||||
<span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Debug mode','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['maintenance_mode']->value) && $_smarty_tpl->tpl_vars['maintenance_mode']->value == true) {?>
|
||||
<div class="component hide-mobile-sm">
|
||||
<a class="shop-state label-tooltip" id="maintenance-mode"
|
||||
href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminMaintenance'),'html','UTF-8' ));?>
|
||||
"
|
||||
data-toggle="tooltip"
|
||||
data-placement="bottom"
|
||||
data-html="true"
|
||||
title="<p class='text-left text-nowrap'><strong><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your shop is in maintenance.','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
</strong></p><p class='text-left'><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab.','sprintf'=>array('<br />'),'d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
</p>"
|
||||
>
|
||||
<i class="material-icons">build</i>
|
||||
<span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Maintenance mode','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php ob_start();
|
||||
echo $_smarty_tpl->tpl_vars['base_url']->value;
|
||||
$_prefixVariable2 = ob_get_clean();
|
||||
if ($_prefixVariable2) {?>
|
||||
<ul id="header-list" class="header-list">
|
||||
<li class="shopname" data-mobile="true" data-from="header-list" data-target="menu">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['is_multishop']->value) && $_smarty_tpl->tpl_vars['is_multishop']->value && $_smarty_tpl->tpl_vars['shop_list']->value && (isset($_smarty_tpl->tpl_vars['multishop_context']->value) && $_smarty_tpl->tpl_vars['multishop_context']->value&Shop::CONTEXT_GROUP || $_smarty_tpl->tpl_vars['multishop_context']->value&Shop::CONTEXT_SHOP || $_smarty_tpl->tpl_vars['multishop_context']->value&Shop::CONTEXT_ALL)) {?>
|
||||
<ul id="header_shop" class="shop-state">
|
||||
<li class="dropdown">
|
||||
<i class="material-icons">visibility</i>
|
||||
<?php echo $_smarty_tpl->tpl_vars['shop_list']->value;?>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<?php } else { ?>
|
||||
<a id="header_shopname" class="shop-state" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['base_url']->value,'html','UTF-8' ));?>
|
||||
" target="_blank">
|
||||
<i class="material-icons">visibility</i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'View my shop','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
<?php }?>
|
||||
</li>
|
||||
</ul>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_orders']->value || $_smarty_tpl->tpl_vars['show_new_customers']->value || $_smarty_tpl->tpl_vars['show_new_messages']->value) {?>
|
||||
<ul class="header-list component">
|
||||
<li id="notification" class="dropdown">
|
||||
<a href="javascript:void(0);" class="notification dropdown-toggle notifs">
|
||||
<i class="material-icons">notifications_none</i>
|
||||
<span id="total_notif_number_wrapper" class="notifs_badge hide">
|
||||
<span id="total_notif_value">0</span>
|
||||
</span>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right notifs_dropdown">
|
||||
<div class="notifications">
|
||||
<ul class="nav nav-tabs" role="tablist">
|
||||
<?php $_smarty_tpl->_assignInScope('active', "active");?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_orders']->value) {?>
|
||||
<li class="nav-item <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
">
|
||||
<a class="nav-link" data-toggle="tab" data-type="order" href="#orders-notifications" role="tab" id="orders-tab"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Latest orders','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
<span id="orders_notif_value"></span></a>
|
||||
</li>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_customers']->value) {?>
|
||||
<li class="nav-item <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
">
|
||||
<a class="nav-link" data-toggle="tab" data-type="customer" href="#customers-notifications" role="tab" id="customers-tab"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'New customers','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
<span id="customers_notif_value"></span></a>
|
||||
</li>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_messages']->value) {?>
|
||||
<li class="nav-item <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
">
|
||||
<a class="nav-link" data-toggle="tab" data-type="customer_message" href="#messages-notifications" role="tab" id="messages-tab"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Messages','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
<span id="customer_messages_notif_value"></span></a>
|
||||
</li>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
</ul>
|
||||
|
||||
<!-- Tab panes -->
|
||||
<div class="tab-content">
|
||||
<?php $_smarty_tpl->_assignInScope('active', "active");?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_orders']->value) {?>
|
||||
<div class="tab-pane <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
empty" id="orders-notifications" role="tabpanel">
|
||||
<p class="no-notification">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No new order for now :(','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
<br>
|
||||
<?php echo $_smarty_tpl->tpl_vars['no_order_tip']->value;?>
|
||||
|
||||
</p>
|
||||
<div class="notification-elements"></div>
|
||||
</div>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_customers']->value) {?>
|
||||
<div class="tab-pane <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
empty" id="customers-notifications" role="tabpanel">
|
||||
<p class="no-notification">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No new customer for now :(','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
<br>
|
||||
<?php echo $_smarty_tpl->tpl_vars['no_customer_tip']->value;?>
|
||||
|
||||
</p>
|
||||
<div class="notification-elements"></div>
|
||||
</div>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_messages']->value) {?>
|
||||
<div class="tab-pane <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
empty" id="messages-notifications" role="tabpanel">
|
||||
<p class="no-notification">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No new message for now.','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
<br>
|
||||
<?php echo $_smarty_tpl->tpl_vars['no_customer_message_tip']->value;?>
|
||||
|
||||
</p>
|
||||
<div class="notification-elements"></div>
|
||||
</div>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<?php }?>
|
||||
|
||||
<ul id="header_employee_box" class="component">
|
||||
<li id="employee_infos" class="dropdown hidden-xs">
|
||||
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminEmployees',true,array(),array('id_employee'=>intval($_smarty_tpl->tpl_vars['employee']->value->id),'updateemployee'=>1)),'html','UTF-8' ));?>
|
||||
"
|
||||
class="employee_name dropdown-toggle"
|
||||
data-toggle="dropdown"
|
||||
>
|
||||
<i class="material-icons">account_circle</i>
|
||||
</a>
|
||||
<ul id="employee_links" class="dropdown-menu dropdown-menu-right">
|
||||
<li data-mobile="true" data-from="employee_links" data-target="menu">
|
||||
<span class="employee_avatar">
|
||||
<img class="imgm img-thumbnail" alt="" src="<?php echo $_smarty_tpl->tpl_vars['employee']->value->getImage();?>
|
||||
" width="96" height="96" />
|
||||
</span>
|
||||
</li>
|
||||
<li class="text-center text-nowrap username" data-mobile="true" data-from="employee_links" data-target="menu"><?php echo $_smarty_tpl->tpl_vars['employee']->value->firstname;?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['employee']->value->lastname;?>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li><a class="admin-link" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminEmployees',true,array(),array('id_employee'=>intval($_smarty_tpl->tpl_vars['employee']->value->id),'updateemployee'=>1)),'html','UTF-8' ));?>
|
||||
"><i class="material-icons">settings_applications</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your profile','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
</a></li>
|
||||
<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>
|
||||
<li><a href="https://www.prestashop.com/cloud/" class="_blank"><i class="material-icons">settings_applications</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'My PrestaShop account','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
</a></li>
|
||||
<?php }?>
|
||||
<li class="signout" data-mobile="true" data-from="employee_links" data-target="menu" data-after="true"><a id="header_logout" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['logout_link']->value,'html','UTF-8' ));?>
|
||||
"><i class="material-icons">power_settings_new</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sign out','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<span id="ajax_running" class="hidden-xs">
|
||||
<i class="icon-refresh icon-spin icon-fw"></i>
|
||||
</span>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['displayBackOfficeTop']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['displayBackOfficeTop']->value;
|
||||
}?>
|
||||
</nav> </header>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:nav.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
|
||||
<div id="main">
|
||||
<div id="content" class="<?php if (!$_smarty_tpl->tpl_vars['bootstrap']->value) {?>nobootstrap<?php } else { ?>bootstrap<?php }
|
||||
if (!isset($_smarty_tpl->tpl_vars['page_header_toolbar']->value)) {?> no-header-toolbar<?php }?> <?php if ($_smarty_tpl->tpl_vars['current_tab_level']->value == 3) {?>with-tabs<?php }?>">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['page_header_toolbar']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['page_header_toolbar']->value;
|
||||
}?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['modal_module_list']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['modal_module_list']->value;
|
||||
}?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['install_dir_exists']->value) {?>
|
||||
<div class="alert alert-warning">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'For security reasons, you must also delete the /install folder.','d'=>'Admin.Login.Notification'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAdminAfterHeader'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
|
||||
|
||||
<?php } else { ?>
|
||||
<body<?php if (isset($_smarty_tpl->tpl_vars['lite_display']->value) && $_smarty_tpl->tpl_vars['lite_display']->value) {?> class="ps_back-office display-modal"<?php }?>>
|
||||
<div id="main">
|
||||
<div id="content" class="<?php if (!$_smarty_tpl->tpl_vars['bootstrap']->value) {?>nobootstrap<?php } else { ?>bootstrap<?php }?>">
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,117 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:02
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-variants.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c2a21619_84933156',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'443b0bb193dee27bd10cc21412f559cc91a917f0' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-variants.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c2a21619_84933156 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="product-variants">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['groups']->value, 'group', false, 'id_attribute_group');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['id_attribute_group']->value => $_smarty_tpl->tpl_vars['group']->value) {
|
||||
?>
|
||||
<?php if (!empty($_smarty_tpl->tpl_vars['group']->value['attributes'])) {?>
|
||||
<div class="clearfix product-variants-item">
|
||||
<span class="control-label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['group']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php if ($_smarty_tpl->tpl_vars['group']->value['group_type'] == 'select') {?>
|
||||
<select
|
||||
class="form-control form-control-select"
|
||||
id="group_<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
data-product-attribute="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
name="group[<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
]">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['group']->value['attributes'], 'group_attribute', false, 'id_attribute');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['id_attribute']->value => $_smarty_tpl->tpl_vars['group_attribute']->value) {
|
||||
?>
|
||||
<option value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['group_attribute']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
"<?php if ($_smarty_tpl->tpl_vars['group_attribute']->value['selected']) {?> selected="selected"<?php }?>><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['group_attribute']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</option>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</select>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['group']->value['group_type'] == 'color') {?>
|
||||
<ul id="group_<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['group']->value['attributes'], 'group_attribute', false, 'id_attribute');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['id_attribute']->value => $_smarty_tpl->tpl_vars['group_attribute']->value) {
|
||||
?>
|
||||
<li class="float-xs-left input-container">
|
||||
<label>
|
||||
<input class="input-color" type="radio" data-product-attribute="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" name="group[<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
]" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"<?php if ($_smarty_tpl->tpl_vars['group_attribute']->value['selected']) {?> checked="checked"<?php }?>>
|
||||
<span
|
||||
<?php if ($_smarty_tpl->tpl_vars['group_attribute']->value['html_color_code']) {?>class="color" style="background-color: <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['group_attribute']->value['html_color_code'], ENT_QUOTES, 'UTF-8');?>
|
||||
" <?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['group_attribute']->value['texture']) {?>class="color texture" style="background-image: url(<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['group_attribute']->value['texture'], ENT_QUOTES, 'UTF-8');?>
|
||||
)" <?php }?>
|
||||
><span class="sr-only"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['group_attribute']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span></span>
|
||||
</label>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['group']->value['group_type'] == 'radio') {?>
|
||||
<ul id="group_<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['group']->value['attributes'], 'group_attribute', false, 'id_attribute');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['id_attribute']->value => $_smarty_tpl->tpl_vars['group_attribute']->value) {
|
||||
?>
|
||||
<li class="input-container float-xs-left">
|
||||
<label>
|
||||
<input class="input-radio" type="radio" data-product-attribute="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" name="group[<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute_group']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
]" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id_attribute']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"<?php if ($_smarty_tpl->tpl_vars['group_attribute']->value['selected']) {?> checked="checked"<?php }?>>
|
||||
<span class="radio-label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['group_attribute']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</label>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,123 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:51
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-detailed-totals.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b757ee24_95870973',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'460a0474d45c8f530826a1e9bdb1c704ee23f4b6' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-detailed-totals.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:checkout/_partials/cart-voucher.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b757ee24_95870973 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1669192835da839b7579520_35037896', 'cart_detailed_totals');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'cart_voucher'} */
|
||||
class Block_20502108995da839b757cea6_08141620 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/cart-voucher.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_voucher'} */
|
||||
/* {block 'cart_detailed_totals'} */
|
||||
class Block_1669192835da839b7579520_35037896 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_detailed_totals' =>
|
||||
array (
|
||||
0 => 'Block_1669192835da839b7579520_35037896',
|
||||
),
|
||||
'cart_voucher' =>
|
||||
array (
|
||||
0 => 'Block_20502108995da839b757cea6_08141620',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="cart-detailed-totals">
|
||||
|
||||
<div class="card-block">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['cart']->value['subtotals'], 'subtotal');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['subtotal']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['subtotal']->value['value'] && $_smarty_tpl->tpl_vars['subtotal']->value['type'] !== 'tax') {?>
|
||||
<div class="cart-summary-line" id="cart-subtotal-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotal']->value['type'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<span class="label<?php if ('products' === $_smarty_tpl->tpl_vars['subtotal']->value['type']) {?> js-subtotal<?php }?>">
|
||||
<?php if ('products' == $_smarty_tpl->tpl_vars['subtotal']->value['type']) {?>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['summary_string'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotal']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<?php }?>
|
||||
</span>
|
||||
<span class="value"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotal']->value['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php if ($_smarty_tpl->tpl_vars['subtotal']->value['type'] === 'shipping') {?>
|
||||
<div><small class="value"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayCheckoutSubtotalDetails','subtotal'=>$_smarty_tpl->tpl_vars['subtotal']->value),$_smarty_tpl ) );?>
|
||||
</small></div>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_20502108995da839b757cea6_08141620', 'cart_voucher', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<hr class="separator">
|
||||
|
||||
<div class="card-block">
|
||||
<div class="cart-summary-line cart-total">
|
||||
<span class="label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['totals']['total']['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['labels']['tax_short'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<span class="value"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['totals']['total']['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="cart-summary-line">
|
||||
<small class="label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['subtotals']['tax']['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</small>
|
||||
<small class="value"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['subtotals']['tax']['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="separator">
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_detailed_totals'} */
|
||||
}
|
||||
@@ -1,307 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from 'module:iqitmegamenuviewstemplate' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b058c603_86140507',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'470d5c96fd175e37e89afd5cc78d331c9756e29d' =>
|
||||
array (
|
||||
0 => 'module:iqitmegamenuviewstemplate',
|
||||
1 => 1561544340,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'module:iqitmegamenu/views/templates/hook/_partials/products_grid.tpl' => 1,
|
||||
'module:iqitmegamenu/views/templates/hook/_partials/products_list.tpl' => 1,
|
||||
'module:iqitmegamenu/views/templates/hook/_partials/submenu_content.tpl' => 2,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b058c603_86140507 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->smarty->ext->_tplFunction->registerTplFunctions($_smarty_tpl, array (
|
||||
'categories_links' =>
|
||||
array (
|
||||
'compiled_filepath' => '/var/www/clients/client1/web14/web/var/cache/dev/smarty/compile/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php',
|
||||
'uid' => '470d5c96fd175e37e89afd5cc78d331c9756e29d',
|
||||
'call_name' => 'smarty_template_function_categories_links_20415095485da839b055ff55_10352980',
|
||||
),
|
||||
));
|
||||
$_smarty_tpl->compiled->nocache_hash = '20415095485da839b055ff55_10352980';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/modules/iqitmegamenu/views/templates/hook/_partials/submenu_content.tpl -->
|
||||
|
||||
|
||||
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['node']->value['type'] == 1) {?>
|
||||
<div class="row menu_row menu-element <?php if ($_smarty_tpl->tpl_vars['node']->value['depth'] == 0) {?> first_rows<?php }?> menu-element-id-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['elementId'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['node']->value['type'] == 2) {?>
|
||||
<div class="col-xs-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['width'], ENT_QUOTES, 'UTF-8');?>
|
||||
cbp-menu-column cbp-menu-element menu-element-id-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['elementId'], ENT_QUOTES, 'UTF-8');?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 0) {?>cbp-empty-column<?php }
|
||||
if ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 6 && isset($_smarty_tpl->tpl_vars['node']->value['content']['absolute'])) {?> cbp-absolute-column<?php }?>">
|
||||
<div class="cbp-menu-column-inner">
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['node']->value['type'] == 2) {?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content_s']['title'])) {?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content_s']['href'])) {?>
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content_s']['href'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
class="cbp-column-title<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['view']) && $_smarty_tpl->tpl_vars['node']->value['content']['view'] == 2 && $_smarty_tpl->tpl_vars['node']->value['contentType'] == 3) {?> cbp-column-title-inline<?php }?>"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content_s']['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content_s']['legend'])) {?>
|
||||
<span class="label cbp-legend cbp-legend-inner"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content_s']['legend'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<span class="cbp-legend-arrow"></span>
|
||||
</span><?php }?></a>
|
||||
<?php } else { ?>
|
||||
<span class="cbp-column-title<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['view']) && $_smarty_tpl->tpl_vars['node']->value['content']['view'] == 2 && $_smarty_tpl->tpl_vars['node']->value['contentType'] == 3) {?> cbp-column-title-inline<?php }?> transition-300"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content_s']['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content_s']['legend'])) {?>
|
||||
<span class="label cbp-legend cbp-legend-inner"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content_s']['legend'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<span class="cbp-legend-arrow"></span>
|
||||
</span><?php }?></span>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 1) {?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['ids']) && $_smarty_tpl->tpl_vars['node']->value['content']['ids']) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['node']->value['content']['ids'];?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 2) {?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['ids'])) {?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['node']->value['content']['treep']) {?>
|
||||
<div class="row cbp-categories-row">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['node']->value['content']['ids'], 'category');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['category']->value) {
|
||||
?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['category']->value['title'])) {?>
|
||||
<div class="col-xs-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content']['line'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<div class="cbp-category-link-w"><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['href'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
class="cbp-column-title cbp-category-title"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
</a>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['category']->value['thumb']) && $_smarty_tpl->tpl_vars['category']->value['thumb'] != '') {?><a
|
||||
href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['href'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="cbp-category-thumb"><img
|
||||
class="replace-2x img-fluid" src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['thumb'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
"/></a><?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['category']->value['children'])) {?>
|
||||
<?php $_smarty_tpl->smarty->ext->_tplFunction->callTemplateFunction($_smarty_tpl, 'categories_links', array('categories'=>$_smarty_tpl->tpl_vars['category']->value['children'],'level'=>1), false);?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<ul class="cbp-links cbp-category-tree">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['node']->value['content']['ids'], 'category');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['category']->value) {
|
||||
?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['category']->value['title'])) {?>
|
||||
<li <?php if (isset($_smarty_tpl->tpl_vars['category']->value['children'])) {?>class="cbp-hrsub-haslevel2"<?php }?>>
|
||||
<div class="cbp-category-link-w">
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['href'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
</a>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['category']->value['children'])) {?>
|
||||
<?php $_smarty_tpl->smarty->ext->_tplFunction->callTemplateFunction($_smarty_tpl, 'categories_links', array('categories'=>$_smarty_tpl->tpl_vars['category']->value['children'],'level'=>2), false);?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 3) {?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['ids'])) {?>
|
||||
<ul class="cbp-links cbp-valinks<?php if (!$_smarty_tpl->tpl_vars['node']->value['content']['view']) {?> cbp-valinks-vertical<?php }
|
||||
if ($_smarty_tpl->tpl_vars['node']->value['content']['view'] == 2) {?> cbp-valinks-vertical cbp-valinks-vertical2<?php }?>">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['node']->value['content']['ids'], 'va_link');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['va_link']->value) {
|
||||
?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['va_link']->value['href']) && isset($_smarty_tpl->tpl_vars['va_link']->value['title']) && $_smarty_tpl->tpl_vars['va_link']->value['href'] != '' && $_smarty_tpl->tpl_vars['va_link']->value['title'] != '') {?>
|
||||
<li><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['va_link']->value['href'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['va_link']->value['new_window']) && $_smarty_tpl->tpl_vars['va_link']->value['new_window']) {?>target="_blank"<?php }?>><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['va_link']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
</a>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php }?>
|
||||
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 4) {?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['ids'])) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['node']->value['content']['view']) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender("module:iqitmegamenu/views/templates/hook/_partials/products_grid.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 9999, $_smarty_tpl->cache_lifetime, array('products'=>$_smarty_tpl->tpl_vars['node']->value['content']['ids'],'perline'=>$_smarty_tpl->tpl_vars['node']->value['content']['line']), 0, false);
|
||||
?>
|
||||
<?php } else { ?>
|
||||
<?php $_smarty_tpl->_subTemplateRender("module:iqitmegamenu/views/templates/hook/_partials/products_list.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 9999, $_smarty_tpl->cache_lifetime, array('products'=>$_smarty_tpl->tpl_vars['node']->value['content']['ids'],'perline'=>$_smarty_tpl->tpl_vars['node']->value['content']['line']), 0, false);
|
||||
?>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 5) {?>
|
||||
<ul class="cbp-manufacturers row">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['node']->value['content']['ids'], 'manufacturer');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['manufacturer']->value) {
|
||||
?>
|
||||
<?php $_smarty_tpl->_assignInScope('myfile', "img/m/".((string)$_smarty_tpl->tpl_vars['manufacturer']->value)."-small_default.jpg");?>
|
||||
<?php if (file_exists($_smarty_tpl->tpl_vars['myfile']->value)) {?>
|
||||
<li class="col-xs-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content']['line'], ENT_QUOTES, 'UTF-8');?>
|
||||
transition-opacity-300">
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getmanufacturerLink($_smarty_tpl->tpl_vars['manufacturer']->value), ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
title="Manufacturer - <?php echo htmlspecialchars(Manufacturer::getNameById($_smarty_tpl->tpl_vars['manufacturer']->value), ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['img_manu_url'], ENT_QUOTES, 'UTF-8');
|
||||
echo htmlspecialchars($_smarty_tpl->tpl_vars['manufacturer']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
-small_default.jpg"
|
||||
class="img-fluid logo_manufacturer " <?php if (isset($_smarty_tpl->tpl_vars['manufacturerSize']->value)) {?> width="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['manufacturerSize']->value['width'], ENT_QUOTES, 'UTF-8');?>
|
||||
" height="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['manufacturerSize']->value['height'], ENT_QUOTES, 'UTF-8');?>
|
||||
"<?php }?>
|
||||
alt="Manufacturer - <?php echo htmlspecialchars(Manufacturer::getNameById($_smarty_tpl->tpl_vars['manufacturer']->value), ENT_QUOTES, 'UTF-8');?>
|
||||
"/>
|
||||
</a>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 6) {?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['source'])) {?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['href'])) {?><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content']['href'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php }?>
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content']['source'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="img-fluid cbp-banner-image"
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['alt'])) {?>alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content']['alt'], ENT_QUOTES, 'UTF-8');?>
|
||||
"<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['size'])) {?> width="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content']['size']['w'], ENT_QUOTES, 'UTF-8');?>
|
||||
" height="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content']['size']['h'], ENT_QUOTES, 'UTF-8');?>
|
||||
"<?php }?> />
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['content']['href'])) {?></a><?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['node']->value['contentType'] == 7) {?>
|
||||
<ul class="cbp-manufacturers cbp-suppliers row">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['node']->value['content']['ids'], 'supplier');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['supplier']->value) {
|
||||
?>
|
||||
<?php $_smarty_tpl->_assignInScope('myfile', "img/su/".((string)$_smarty_tpl->tpl_vars['supplier']->value)."-small_default.jpg");?>
|
||||
<?php if (file_exists($_smarty_tpl->tpl_vars['myfile']->value)) {?>
|
||||
<li class="col-xs-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['node']->value['content']['line'], ENT_QUOTES, 'UTF-8');?>
|
||||
transition-opacity-300">
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getsupplierLink($_smarty_tpl->tpl_vars['supplier']->value), ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
title="supplier - <?php echo htmlspecialchars(supplier::getNameById($_smarty_tpl->tpl_vars['supplier']->value), ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['img_sup_url'], ENT_QUOTES, 'UTF-8');
|
||||
echo htmlspecialchars($_smarty_tpl->tpl_vars['supplier']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
-small_default.jpg"
|
||||
class="img-fluid logo_manufacturer logo_supplier" <?php if (isset($_smarty_tpl->tpl_vars['manufacturerSize']->value)) {?> width="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['manufacturerSize']->value['width'], ENT_QUOTES, 'UTF-8');?>
|
||||
" height="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['manufacturerSize']->value['height'], ENT_QUOTES, 'UTF-8');?>
|
||||
"<?php }?>
|
||||
alt="supplier - <?php echo htmlspecialchars(supplier::getNameById($_smarty_tpl->tpl_vars['supplier']->value), ENT_QUOTES, 'UTF-8');?>
|
||||
"/>
|
||||
</a>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['node']->value['children']) && count($_smarty_tpl->tpl_vars['node']->value['children']) > 0) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['node']->value['children'], 'child', false, NULL, 'categoryTreeBranch', array (
|
||||
));
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['child']->value) {
|
||||
?>
|
||||
<?php $_smarty_tpl->_subTemplateRender("module:iqitmegamenu/views/templates/hook/_partials/submenu_content.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 9999, $_smarty_tpl->cache_lifetime, array('node'=>$_smarty_tpl->tpl_vars['child']->value), 0, true);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['node']->value['type'] == 2) {?></div><?php }?>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/modules/iqitmegamenu/views/templates/hook/_partials/submenu_content.tpl --><?php }
|
||||
/* smarty_template_function_categories_links_20415095485da839b055ff55_10352980 */
|
||||
if (!function_exists('smarty_template_function_categories_links_20415095485da839b055ff55_10352980')) {
|
||||
function smarty_template_function_categories_links_20415095485da839b055ff55_10352980(Smarty_Internal_Template $_smarty_tpl,$params) {
|
||||
$params = array_merge(array('nodes'=>array(),'level'=>1), $params);
|
||||
foreach ($params as $key => $value) {
|
||||
$_smarty_tpl->tpl_vars[$key] = new Smarty_Variable($value, $_smarty_tpl->isRenderingCache);
|
||||
}
|
||||
?>
|
||||
|
||||
<ul class="<?php if ($_smarty_tpl->tpl_vars['level']->value == 1) {?>cbp-links cbp-category-tree<?php } elseif ($_smarty_tpl->tpl_vars['level']->value == 2) {?>cbp-hrsub-level2<?php } elseif ($_smarty_tpl->tpl_vars['level']->value == 3) {?>cbp-hrsub-level2 cbp-hrsub-level3<?php }?>"><?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['categories']->value, 'category');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['category']->value) {
|
||||
if (isset($_smarty_tpl->tpl_vars['category']->value['title'])) {?><li <?php if (isset($_smarty_tpl->tpl_vars['category']->value['children'])) {?> class="<?php if ($_smarty_tpl->tpl_vars['level']->value == 1) {?>cbp-hrsub-haslevel2<?php } else { ?>cbp-hrsub-haslevel3<?php }?>" <?php }?>><div class="cbp-category-link-w"><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['href'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['category']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
</a><?php if (isset($_smarty_tpl->tpl_vars['category']->value['children'])) {
|
||||
$_smarty_tpl->smarty->ext->_tplFunction->callTemplateFunction($_smarty_tpl, 'categories_links', array('categories'=>$_smarty_tpl->tpl_vars['category']->value['children'],'level'=>$_smarty_tpl->tpl_vars['level']->value+1), false);
|
||||
}?></div></li><?php }
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?></ul>
|
||||
<?php
|
||||
}}
|
||||
/*/ smarty_template_function_categories_links_20415095485da839b055ff55_10352980 */
|
||||
}
|
||||
@@ -1,168 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/nav_bar.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158c3784_50151285',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'4784cd8050aec806d346a2933703f817b5b4288b' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/nav_bar.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158c3784_50151285 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><nav class="nav-bar d-none d-md-block">
|
||||
<span class="menu-collapse">
|
||||
<i class="material-icons">chevron_left</i>
|
||||
<i class="material-icons">chevron_left</i>
|
||||
</span>
|
||||
|
||||
<ul class="main-menu">
|
||||
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['tabs']->value, 'level1');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['level1']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['level1']->value['active']) {?>
|
||||
|
||||
<?php $_smarty_tpl->_assignInScope('level1Href', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level1']->value['href'],'html','UTF-8' )));?>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['level1']->value['sub_tabs']) && isset($_smarty_tpl->tpl_vars['level1']->value['sub_tabs'][0]['href'])) {?>
|
||||
<?php $_smarty_tpl->_assignInScope('level1Href', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level1']->value['sub_tabs'][0]['href'],'html','UTF-8' )));?>
|
||||
<?php }?>
|
||||
|
||||
<?php $_smarty_tpl->_assignInScope('level1Name', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level1']->value['name'],'html','UTF-8' )));?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['level1']->value['name'] == '') {?>
|
||||
<?php $_smarty_tpl->_assignInScope('level1Name', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level1']->value['class_name'],'html','UTF-8' )));?>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['level1']->value['icon'] != '') {?>
|
||||
|
||||
<li class="link-levelone <?php if ($_smarty_tpl->tpl_vars['level1']->value['current']) {?>-active<?php }?>" data-submenu="<?php echo $_smarty_tpl->tpl_vars['level1']->value['id_tab'];?>
|
||||
" id="tab-<?php echo $_smarty_tpl->tpl_vars['level1']->value['class_name'];?>
|
||||
">
|
||||
<a href="<?php echo $_smarty_tpl->tpl_vars['level1Href']->value;?>
|
||||
" class="link" >
|
||||
<i class="material-icons"><?php echo $_smarty_tpl->tpl_vars['level1']->value['icon'];?>
|
||||
</i> <span><?php echo $_smarty_tpl->tpl_vars['level1Name']->value;?>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<li class="category-title <?php if ($_smarty_tpl->tpl_vars['level1']->value['current']) {?>-active<?php }?>" data-submenu="<?php echo $_smarty_tpl->tpl_vars['level1']->value['id_tab'];?>
|
||||
" id="tab-<?php echo $_smarty_tpl->tpl_vars['level1']->value['class_name'];?>
|
||||
">
|
||||
<span class="title"><?php echo $_smarty_tpl->tpl_vars['level1Name']->value;?>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['level1']->value['sub_tabs'], 'level2');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['level2']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['level2']->value['active']) {?>
|
||||
|
||||
<?php $_smarty_tpl->_assignInScope('level2Href', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level2']->value['href'],'html','UTF-8' )));?>
|
||||
|
||||
<?php $_smarty_tpl->_assignInScope('level2Name', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level2']->value['name'],'html','UTF-8' )));?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['level2']->value['name'] == '') {?>
|
||||
<?php $_smarty_tpl->_assignInScope('level2Name', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level2']->value['class_name'],'html','UTF-8' )));?>
|
||||
<?php }?>
|
||||
<?php $_smarty_tpl->_assignInScope('levelOneClass', '');?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['level2']->value['current'] && !$_smarty_tpl->tpl_vars['collapse_menu']->value) {?>
|
||||
<?php $_smarty_tpl->_assignInScope('levelOneClass', " -active open ul-open");?>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['level2']->value['current'] && $_smarty_tpl->tpl_vars['collapse_menu']->value) {?>
|
||||
<?php $_smarty_tpl->_assignInScope('levelOneClass', " -active");?>
|
||||
<?php }?>
|
||||
|
||||
<li class="link-levelone<?php if (count($_smarty_tpl->tpl_vars['level2']->value['sub_tabs'])) {?> has_submenu<?php }
|
||||
echo $_smarty_tpl->tpl_vars['levelOneClass']->value;?>
|
||||
" data-submenu="<?php echo $_smarty_tpl->tpl_vars['level2']->value['id_tab'];?>
|
||||
" id="subtab-<?php echo $_smarty_tpl->tpl_vars['level2']->value['class_name'];?>
|
||||
">
|
||||
<a href="<?php echo $_smarty_tpl->tpl_vars['level2Href']->value;?>
|
||||
" class="link">
|
||||
<i class="material-icons mi-<?php echo $_smarty_tpl->tpl_vars['level2']->value['icon'];?>
|
||||
"><?php echo $_smarty_tpl->tpl_vars['level2']->value['icon'];?>
|
||||
</i>
|
||||
<span>
|
||||
<?php echo $_smarty_tpl->tpl_vars['level2Name']->value;?>
|
||||
|
||||
</span>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['level1']->value['sub_tabs'])) {?>
|
||||
<i class="material-icons sub-tabs-arrow">
|
||||
<?php if ($_smarty_tpl->tpl_vars['level2']->value['current']) {?>
|
||||
keyboard_arrow_up
|
||||
<?php } else { ?>
|
||||
keyboard_arrow_down
|
||||
<?php }?>
|
||||
</i>
|
||||
<?php }?>
|
||||
</a>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['level2']->value['sub_tabs'])) {?>
|
||||
<ul id="collapse-<?php echo $_smarty_tpl->tpl_vars['level2']->value['id_tab'];?>
|
||||
" class="submenu panel-collapse">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['level2']->value['sub_tabs'], 'level3');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['level3']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['level3']->value['active']) {?>
|
||||
|
||||
<?php $_smarty_tpl->_assignInScope('level3Href', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level3']->value['href'],'html','UTF-8' )));?>
|
||||
|
||||
<?php $_smarty_tpl->_assignInScope('level3Name', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level3']->value['name'],'html','UTF-8' )));?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['level3']->value['name'] == '') {?>
|
||||
<?php $_smarty_tpl->_assignInScope('level3Name', call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['level3']->value['class_name'],'html','UTF-8' )));?>
|
||||
<?php }?>
|
||||
|
||||
<li class="link-leveltwo <?php if ($_smarty_tpl->tpl_vars['level3']->value['current']) {?>-active<?php }?>" data-submenu="<?php echo $_smarty_tpl->tpl_vars['level3']->value['id_tab'];?>
|
||||
" id="subtab-<?php echo $_smarty_tpl->tpl_vars['level3']->value['class_name'];?>
|
||||
">
|
||||
<a href="<?php echo $_smarty_tpl->tpl_vars['level3Href']->value;?>
|
||||
" class="link"> <?php echo $_smarty_tpl->tpl_vars['level3Name']->value;?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php }?>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAdminNavBarBeforeEnd'),$_smarty_tpl ) );?>
|
||||
|
||||
</nav>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 12:00:37
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/login/layout.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83bc569edc7_84388807',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'4a7632b75e33069a63243321780585373c127baf' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/login/layout.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83bc569edc7_84388807 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
echo $_smarty_tpl->tpl_vars['header']->value;?>
|
||||
|
||||
<?php echo $_smarty_tpl->tpl_vars['page']->value;?>
|
||||
|
||||
<?php echo $_smarty_tpl->tpl_vars['footer']->value;?>
|
||||
|
||||
<?php }
|
||||
}
|
||||
@@ -1,134 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:58
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/order-final-summary.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839fa3ba646_01402142',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'4c393e169b3e170c741f9c0142f79311f82326ae' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/order-final-summary.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:checkout/_partials/order-final-summary-table.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839fa3ba646_01402142 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<section id="order-summary-content" class="page-content page-order-confirmation">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="h4 black"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Please check your order before payment','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="h4">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Addresses','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
<span class="step-edit step-to-addresses js-edit-addresses"><i class="material-icons edit">mode_edit</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'edit','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="card noshadow">
|
||||
<div class="card-block">
|
||||
<h4 class="h5 black addresshead"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your Delivery Address','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<?php echo $_smarty_tpl->tpl_vars['customer']->value['addresses'][$_smarty_tpl->tpl_vars['cart']->value['id_address_delivery']]['formatted'];?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="card noshadow">
|
||||
<div class="card-block">
|
||||
<h4 class="h5 black addresshead"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your Invoice Address','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<?php echo $_smarty_tpl->tpl_vars['customer']->value['addresses'][$_smarty_tpl->tpl_vars['cart']->value['id_address_invoice']]['formatted'];?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="h4">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Shipping Method','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
<span class="step-edit step-to-delivery js-edit-delivery"><i class="material-icons edit">mode_edit</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'edit','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</h4>
|
||||
|
||||
<div class="col-md-12 summary-selected-carrier">
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<div class="logo-container">
|
||||
<?php if ($_smarty_tpl->tpl_vars['selected_delivery_option']->value['logo']) {?>
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['selected_delivery_option']->value['logo'], ENT_QUOTES, 'UTF-8');?>
|
||||
" alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['selected_delivery_option']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php } else { ?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<span class="carrier-name"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['selected_delivery_option']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<span class="carrier-delay"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['selected_delivery_option']->value['delay'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<span class="carrier-price"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['selected_delivery_option']->value['price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_17520507395da839fa3b9396_14196048', 'order_confirmation_table');
|
||||
?>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<?php }
|
||||
/* {block 'order_confirmation_table'} */
|
||||
class Block_17520507395da839fa3b9396_14196048 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'order_confirmation_table' =>
|
||||
array (
|
||||
0 => 'Block_17520507395da839fa3b9396_14196048',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/order-final-summary-table.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('products'=>$_smarty_tpl->tpl_vars['cart']->value['products'],'products_count'=>$_smarty_tpl->tpl_vars['cart']->value['products_count'],'subtotals'=>$_smarty_tpl->tpl_vars['cart']->value['subtotals'],'totals'=>$_smarty_tpl->tpl_vars['cart']->value['totals'],'labels'=>$_smarty_tpl->tpl_vars['cart']->value['labels'],'add_product_link'=>true), 0, false);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'order_confirmation_table'} */
|
||||
}
|
||||
@@ -1,96 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/modules/easyloginascustomer/views/templates/hook/displayBackOfficeTop.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a157e3bc0_69061301',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'4e8e78ce81f6464a68df1c18b35721579a4b4538' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/easyloginascustomer/views/templates/hook/displayBackOfficeTop.tpl',
|
||||
1 => 1565339700,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a157e3bc0_69061301 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
echo '<script'; ?>
|
||||
>
|
||||
var loginascustomer_url = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_url']->value,"htmlall","UTF-8" ));?>
|
||||
';
|
||||
var loginascustomer_token = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_token']->value,"htmlall","UTF-8" ));?>
|
||||
';
|
||||
var loginascustomer_employee_data_url = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_employee_data_url']->value,"htmlall","UTF-8" ));?>
|
||||
';
|
||||
var loginascustomer_new_tab = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_new_tab']->value,"htmlall","UTF-8" ));?>
|
||||
';
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
|
||||
<li class="dropdown hidden" id="loginascustomer_li_nav">
|
||||
<a data-toggle="dropdown" class="dropdown-toggle notifs" href="javascript:void(0);">
|
||||
<i class="material-icons">exit_to_app</i>
|
||||
</a>
|
||||
<div class="dropdown-menu notifs_dropdown" id="dropdown_loginascustomer">
|
||||
<section class="notifs_panel" style="width:420px;">
|
||||
<div class="notifs_panel_header">
|
||||
<h3><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Login as Customer','mod'=>'easyloginascustomer'),$_smarty_tpl ) );?>
|
||||
|
||||
<a data-toggle="dropdown" class="dropdown-toggle notifs dropdown_loginascustomer_link" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_config_url']->value,'htmlall','UTF-8' ));?>
|
||||
" style="float:right; text-align:right;">
|
||||
<i class="icon-cogs" onclick="javascript:document.location.href = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_config_url']->value,'htmlall','UTF-8' ));?>
|
||||
'"></i>
|
||||
</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="loginascustomer_search">
|
||||
<input type="text" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Search for a customer','mod'=>'easyloginascustomer'),$_smarty_tpl ) );?>
|
||||
" value="" class="form-control" name="loginascustomer_search" id="loginascustomer_search">
|
||||
</div>
|
||||
<div id="loginascustomer_result">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['loginascustomer_history']->value)) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['loginascustomer_history']->value, 'lh', false, NULL, 'myLoop', array (
|
||||
));
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['lh']->value) {
|
||||
?>
|
||||
<div class="panel-heading loginascustomer_line">
|
||||
<i class="icon-user"></i> <?php if (isset($_smarty_tpl->tpl_vars['lh']->value['company'])) {?><strong><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['company'],'htmlall','UTF-8' ));?>
|
||||
</strong> <?php }
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['firstname'],'htmlall','UTF-8' ));?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['lastname'],'htmlall','UTF-8' ));?>
|
||||
[<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['id_customer'],'htmlall','UTF-8' ));?>
|
||||
] -
|
||||
<i class="icon-envelope"></i> <a class="dropdown_loginascustomer_link" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['url'],'htmlall','UTF-8' ));?>
|
||||
"<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_new_tab']->value,'htmlall','UTF-8' ));?>
|
||||
><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['email'],'htmlall','UTF-8' ));?>
|
||||
</a>
|
||||
<div class="panel-heading-action" style="float:right;">
|
||||
<a class="dropdown_loginascustomer_link" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['url'],'htmlall','UTF-8' ));?>
|
||||
"<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_new_tab']->value,'htmlall','UTF-8' ));?>
|
||||
>
|
||||
<i class="icon-chevron-circle-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<?php }
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/modules/ps_emailalerts/views/templates/hook/my-account-footer.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b0642077_25389911',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'4e941fbffa2dd5524ecb2527d4a4efe8c5e2a38c' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/modules/ps_emailalerts/views/templates/hook/my-account-footer.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b0642077_25389911 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<li>
|
||||
<a href="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0], array( array('entity'=>'module','name'=>'ps_emailalerts','controller'=>'account'),$_smarty_tpl ) );?>
|
||||
" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'My alerts','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'My alerts','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,147 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:02
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-add-to-cart.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c2a322f5_16131489',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'4f42b9a265bf2c02361e9f371431fe01f157975b' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-add-to-cart.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c2a322f5_16131489 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<div class="product-add-to-cart">
|
||||
<?php if (!$_smarty_tpl->tpl_vars['configuration']->value['is_catalog']) {?>
|
||||
<span class="control-label"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Quantity','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_586729295da839c2a2dcd1_72794036', 'product_quantity');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_16207952205da839c2a2f552_00316099', 'product_availability');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_17640776725da839c2a31038_73082424', 'product_minimal_quantity');
|
||||
?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }
|
||||
/* {block 'product_quantity'} */
|
||||
class Block_586729295da839c2a2dcd1_72794036 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_quantity' =>
|
||||
array (
|
||||
0 => 'Block_586729295da839c2a2dcd1_72794036',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="product-quantity clearfix">
|
||||
<div class="qty">
|
||||
<input
|
||||
type="text"
|
||||
name="qty"
|
||||
id="quantity_wanted"
|
||||
value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['quantity_wanted'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
class="input-group"
|
||||
min="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['minimal_quantity'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
aria-label="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Quantity','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
"
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="add">
|
||||
<button
|
||||
class="btn btn-primary add-to-cart"
|
||||
data-button-action="add-to-cart"
|
||||
type="submit"
|
||||
<?php if (!$_smarty_tpl->tpl_vars['product']->value['add_to_cart_url']) {?>
|
||||
disabled
|
||||
<?php }?>
|
||||
>
|
||||
<i class="material-icons shopping-cart"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Add to cart','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_quantity'} */
|
||||
/* {block 'product_availability'} */
|
||||
class Block_16207952205da839c2a2f552_00316099 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_availability' =>
|
||||
array (
|
||||
0 => 'Block_16207952205da839c2a2f552_00316099',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<span id="product-availability">
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['show_availability'] && $_smarty_tpl->tpl_vars['product']->value['availability_message']) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['availability'] == 'available') {?>
|
||||
<i class="material-icons rtl-no-flip product-available"></i>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['product']->value['availability'] == 'last_remaining_items') {?>
|
||||
<i class="material-icons product-last-items"></i>
|
||||
<?php } else { ?>
|
||||
<i class="material-icons product-unavailable"></i>
|
||||
<?php }?>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['availability_message'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<?php }?>
|
||||
</span>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_availability'} */
|
||||
/* {block 'product_minimal_quantity'} */
|
||||
class Block_17640776725da839c2a31038_73082424 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_minimal_quantity' =>
|
||||
array (
|
||||
0 => 'Block_17640776725da839c2a31038_73082424',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<p class="product-minimal-quantity">
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['minimal_quantity'] > 1) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'The minimum purchase order quantity for the product is %quantity%.','d'=>'Shop.Theme.Checkout','sprintf'=>array('%quantity%'=>$_smarty_tpl->tpl_vars['product']->value['minimal_quantity'])),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
</p>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_minimal_quantity'} */
|
||||
}
|
||||
@@ -1,163 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:50
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/addresses.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839f21adb48_63415637',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'51541c2791ca529a8ccc0abb7f36f868faca322d' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/addresses.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:checkout/_partials/address-selector-block.tpl' => 2,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839f21adb48_63415637 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, true);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_14260945685da839f21a0ed1_01382938', 'step_content');
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'checkout/_partials/steps/checkout-step.tpl');
|
||||
}
|
||||
/* {block 'step_content'} */
|
||||
class Block_14260945685da839f21a0ed1_01382938 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'step_content' =>
|
||||
array (
|
||||
0 => 'Block_14260945685da839f21a0ed1_01382938',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="js-address-form">
|
||||
<form
|
||||
method="POST"
|
||||
action="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['pages']['order'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
data-refresh-url="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0], array( array('entity'=>'order','params'=>array('ajax'=>1,'action'=>'addressForm')),$_smarty_tpl ) );?>
|
||||
"
|
||||
>
|
||||
|
||||
<?php if (!$_smarty_tpl->tpl_vars['use_same_address']->value) {?>
|
||||
<h2 class="h4"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Shipping Address','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</h2>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['use_same_address']->value && !$_smarty_tpl->tpl_vars['cart']->value['is_virtual']) {?>
|
||||
<p>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'The selected address will be used both as your personal address (for invoice) and as your delivery address.','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['use_same_address']->value && $_smarty_tpl->tpl_vars['cart']->value['is_virtual']) {?>
|
||||
<p>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'The selected address will be used as your personal address (for invoice).','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_delivery_address_form']->value) {?>
|
||||
<div id="delivery-address">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['render'][0], array( array('file'=>'checkout/_partials/address-form.tpl','ui'=>$_smarty_tpl->tpl_vars['address_form']->value,'use_same_address'=>$_smarty_tpl->tpl_vars['use_same_address']->value,'type'=>"delivery",'form_has_continue_button'=>$_smarty_tpl->tpl_vars['form_has_continue_button']->value),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php } elseif (count($_smarty_tpl->tpl_vars['customer']->value['addresses']) > 0) {?>
|
||||
<div id="delivery-addresses" class="address-selector js-address-selector">
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/address-selector-block.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('addresses'=>$_smarty_tpl->tpl_vars['customer']->value['addresses'],'name'=>"id_address_delivery",'selected'=>$_smarty_tpl->tpl_vars['id_address_delivery']->value,'type'=>"delivery",'interactive'=>!$_smarty_tpl->tpl_vars['show_delivery_address_form']->value && !$_smarty_tpl->tpl_vars['show_invoice_address_form']->value), 0, false);
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['delivery_address_error']->value)) {?>
|
||||
<p class="alert alert-danger js-address-error" name="alert-delivery" id="id-failure-address-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['delivery_address_error']->value['id_address'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['delivery_address_error']->value['exception'], ENT_QUOTES, 'UTF-8');?>
|
||||
</p>
|
||||
<?php } else { ?>
|
||||
<p class="alert alert-danger js-address-error" name="alert-delivery" style="display: none"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Your address is incomplete, please update it.",'d'=>"Shop.Notifications.Error"),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php }?>
|
||||
|
||||
<p class="add-address">
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['new_address_delivery_url']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"><i class="material-icons"></i><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'add new address','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['use_same_address']->value && !$_smarty_tpl->tpl_vars['cart']->value['is_virtual']) {?>
|
||||
<p>
|
||||
<a data-link-action="different-invoice-address" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['use_different_address_url']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Billing address differs from shipping address','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</p>
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php if (!$_smarty_tpl->tpl_vars['use_same_address']->value) {?>
|
||||
|
||||
<h2 class="h4"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your Invoice Address','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</h2>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_invoice_address_form']->value) {?>
|
||||
<div id="invoice-address">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['render'][0], array( array('file'=>'checkout/_partials/address-form.tpl','ui'=>$_smarty_tpl->tpl_vars['address_form']->value,'use_same_address'=>$_smarty_tpl->tpl_vars['use_same_address']->value,'type'=>"invoice",'form_has_continue_button'=>$_smarty_tpl->tpl_vars['form_has_continue_button']->value),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<div id="invoice-addresses" class="address-selector js-address-selector">
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/address-selector-block.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('addresses'=>$_smarty_tpl->tpl_vars['customer']->value['addresses'],'name'=>"id_address_invoice",'selected'=>$_smarty_tpl->tpl_vars['id_address_invoice']->value,'type'=>"invoice",'interactive'=>!$_smarty_tpl->tpl_vars['show_delivery_address_form']->value && !$_smarty_tpl->tpl_vars['show_invoice_address_form']->value), 0, true);
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['invoice_address_error']->value)) {?>
|
||||
<p class="alert alert-danger js-address-error" name="alert-invoice" id="id-failure-address-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['invoice_address_error']->value['id_address'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['invoice_address_error']->value['exception'], ENT_QUOTES, 'UTF-8');?>
|
||||
</p>
|
||||
<?php } else { ?>
|
||||
<p class="alert alert-danger js-address-error" name="alert-invoice" style="display: none"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Your address is incomplete, please update it.",'d'=>"Shop.Notifications.Error"),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php }?>
|
||||
|
||||
<p class="add-address">
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['new_address_invoice_url']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"><i class="material-icons"></i><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'add new address','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
</p>
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php if (!$_smarty_tpl->tpl_vars['form_has_continue_button']->value) {?>
|
||||
<div class="clearfix">
|
||||
<button type="submit" class="btn btn-primary continue float-xs-right" name="confirm-addresses" value="1">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Continue','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<input type="hidden" id="not-valid-addresses" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['not_valid_addresses']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'step_content'} */
|
||||
}
|
||||
@@ -1,146 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/header.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a1586ae73_25244625',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'51fe9975435d34488f665fed4737c782a6d748f2' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/header.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a1586ae73_25244625 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="robots" content="NOFOLLOW, NOINDEX">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="<?php echo $_smarty_tpl->tpl_vars['img_dir']->value;?>
|
||||
favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="<?php echo $_smarty_tpl->tpl_vars['img_dir']->value;?>
|
||||
app_icon.png" />
|
||||
|
||||
<title><?php if ($_smarty_tpl->tpl_vars['meta_title']->value != '') {
|
||||
echo $_smarty_tpl->tpl_vars['meta_title']->value;?>
|
||||
• <?php }
|
||||
echo $_smarty_tpl->tpl_vars['shop_name']->value;?>
|
||||
</title>
|
||||
|
||||
<?php if (!isset($_smarty_tpl->tpl_vars['display_header_javascript']->value) || $_smarty_tpl->tpl_vars['display_header_javascript']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
var help_class_name = '<?php echo addcslashes($_smarty_tpl->tpl_vars['controller_name']->value,'\'');?>
|
||||
';
|
||||
var iso_user = '<?php echo addcslashes($_smarty_tpl->tpl_vars['iso_user']->value,'\'');?>
|
||||
';
|
||||
var lang_is_rtl = '<?php echo intval($_smarty_tpl->tpl_vars['lang_is_rtl']->value);?>
|
||||
';
|
||||
var full_language_code = '<?php echo addcslashes($_smarty_tpl->tpl_vars['full_language_code']->value,'\'');?>
|
||||
';
|
||||
var full_cldr_language_code = '<?php echo addcslashes($_smarty_tpl->tpl_vars['full_cldr_language_code']->value,'\'');?>
|
||||
';
|
||||
var country_iso_code = '<?php echo addcslashes($_smarty_tpl->tpl_vars['country_iso_code']->value,'\'');?>
|
||||
';
|
||||
var _PS_VERSION_ = '<?php echo addcslashes(@constant('_PS_VERSION_'),'\'');?>
|
||||
';
|
||||
var roundMode = <?php echo intval($_smarty_tpl->tpl_vars['round_mode']->value);?>
|
||||
;
|
||||
var youEditFieldFor = '';
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['shop_context']->value)) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['shop_context']->value == Shop::CONTEXT_ALL) {?>
|
||||
youEditFieldFor = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'This field will be modified for all your shops.','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['shop_context']->value == Shop::CONTEXT_GROUP) {?>
|
||||
youEditFieldFor = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'This field will be modified for all shops in this shop group:','js'=>1),$_smarty_tpl ) );?>
|
||||
<b><?php echo addcslashes($_smarty_tpl->tpl_vars['shop_name']->value,'\'');?>
|
||||
</b>';
|
||||
<?php } else { ?>
|
||||
youEditFieldFor = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'This field will be modified for this shop:','js'=>1),$_smarty_tpl ) );?>
|
||||
<b><?php echo addcslashes($_smarty_tpl->tpl_vars['shop_name']->value,'\'');?>
|
||||
</b>';
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
var new_order_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'A new order has been placed on your shop.','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var order_number_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order number:','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var total_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Total:','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var from_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'From:','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var see_order_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'View this order','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var new_customer_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'A new customer registered on your shop.','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var customer_name_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Customer name:','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var new_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'A new message was posted on your shop.','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var see_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Read this message','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var token = '<?php echo addslashes($_smarty_tpl->tpl_vars['token']->value);?>
|
||||
';
|
||||
var token_admin_orders = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminOrders'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var token_admin_customers = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminCustomers'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var token_admin_customer_threads = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminCustomerThreads'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var currentIndex = '<?php echo addcslashes($_smarty_tpl->tpl_vars['currentIndex']->value,'\'');?>
|
||||
';
|
||||
var employee_token = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminEmployees'),$_smarty_tpl ) );?>
|
||||
';
|
||||
var choose_language_translate = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Choose language','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var default_language = '<?php echo intval($_smarty_tpl->tpl_vars['default_language']->value);?>
|
||||
';
|
||||
var admin_modules_link = '<?php echo addslashes($_smarty_tpl->tpl_vars['link']->value->getAdminLink("AdminModulesSf",true,array('route'=>"admin_module_catalog_post")));?>
|
||||
';
|
||||
var tab_modules_list = '<?php if (isset($_smarty_tpl->tpl_vars['tab_modules_list']->value) && $_smarty_tpl->tpl_vars['tab_modules_list']->value) {
|
||||
echo addslashes($_smarty_tpl->tpl_vars['tab_modules_list']->value);
|
||||
}?>';
|
||||
var update_success_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Update successful','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var errorLogin = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'PrestaShop was unable to log in to Addons. Please check your credentials and your Internet connection.','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
var search_product_msg = '<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Search for a product','js'=>1),$_smarty_tpl ) );?>
|
||||
';
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['css_files']->value, 'media', false, 'css_uri');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['css_uri']->value => $_smarty_tpl->tpl_vars['media']->value) {
|
||||
?>
|
||||
<link href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['css_uri']->value,'html','UTF-8' ));?>
|
||||
" rel="stylesheet" type="text/css"/>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
|
||||
}?>
|
||||
|
||||
<?php if ((isset($_smarty_tpl->tpl_vars['js_def']->value) && count($_smarty_tpl->tpl_vars['js_def']->value) || isset($_smarty_tpl->tpl_vars['js_files']->value) && count($_smarty_tpl->tpl_vars['js_files']->value))) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender((@constant('_PS_ALL_THEMES_DIR_')).("javascript.tpl"), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, true);
|
||||
}?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['displayBackOfficeHeader']->value)) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['displayBackOfficeHeader']->value;?>
|
||||
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:00
|
||||
/* Smarty version 3.1.33, created on 2020-01-10 09:44:26
|
||||
from 'module:gcorderformviewstemplates' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c0c4c950_67319484',
|
||||
'unifunc' => 'content_5e18396abe2990_81919520',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'56212a1dadecaeb82175bace09206b1fb5964d22' =>
|
||||
array (
|
||||
0 => 'module:gcorderformviewstemplates',
|
||||
1 => 1561557240,
|
||||
1 => 1574189435,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
@@ -20,8 +20,8 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c0c4c950_67319484 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /var/www/clients/client1/web14/web/modules/gcorderform/views/templates/hook/left-column.tpl -->
|
||||
function content_5e18396abe2990_81919520 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /Volumes/Dev/Sources/Clients/bio-concept/labo/web/modules/gcorderform/views/templates/hook/left-column.tpl -->
|
||||
<div id="gcorderform_block_left">
|
||||
<h4 class="text-uppercase h6 hidden-sm-down"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order quicker !','mod'=>'gcorderform'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
@@ -41,5 +41,5 @@ function content_5da839c0c4c950_67319484 (Smarty_Internal_Template $_smarty_tpl)
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/modules/gcorderform/views/templates/hook/left-column.tpl --><?php }
|
||||
<!-- end /Volumes/Dev/Sources/Clients/bio-concept/labo/web/modules/gcorderform/views/templates/hook/left-column.tpl --><?php }
|
||||
}
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/shop_list.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158a0183_02369337',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'5821cc26276af8199ffed2388d3740e0733bb79a' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/shop_list.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158a0183_02369337 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if (isset($_smarty_tpl->tpl_vars['is_multishop']->value) && $_smarty_tpl->tpl_vars['is_multishop']->value && $_smarty_tpl->tpl_vars['shop_list']->value && (isset($_smarty_tpl->tpl_vars['multishop_context']->value) && $_smarty_tpl->tpl_vars['multishop_context']->value&Shop::CONTEXT_GROUP || $_smarty_tpl->tpl_vars['multishop_context']->value&Shop::CONTEXT_SHOP || $_smarty_tpl->tpl_vars['multishop_context']->value&Shop::CONTEXT_ALL)) {?>
|
||||
<div id="shop-list" class="shop-list dropdown ps-dropdown stores">
|
||||
<button class="btn btn-link" type="button" data-toggle="dropdown">
|
||||
<span class="selected-item">
|
||||
<i class="material-icons visibility">visibility</i>
|
||||
<?php if (!isset($_smarty_tpl->tpl_vars['current_shop_name']->value) || $_smarty_tpl->tpl_vars['current_shop_name']->value == '') {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'All shops'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['current_shop_name']->value;?>
|
||||
|
||||
<?php }?>
|
||||
<i class="material-icons arrow-down">arrow_drop_down</i>
|
||||
</span>
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right ps-dropdown-menu">
|
||||
<?php echo $_smarty_tpl->tpl_vars['shop_list']->value;?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<div class="shop-list">
|
||||
<a class="link" id="header_shopname" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['base_url']->value,'html','UTF-8' ));?>
|
||||
" target= "_blank">
|
||||
<i class="material-icons">visibility</i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'View my shop'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,96 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:29
|
||||
from '/var/www/clients/client1/web14/web/modules/dashgoals/views/templates/hook/dashboard_zone_two.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a19e8ea03_83062692',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'585f6fcfcaed35a28b5eccb86ee567bb0c4badd8' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/dashgoals/views/templates/hook/dashboard_zone_two.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:./config.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a19e8ea03_83062692 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="clearfix"></div>
|
||||
<?php echo '<script'; ?>
|
||||
>
|
||||
var currency_format = <?php echo intval($_smarty_tpl->tpl_vars['currency']->value->format);?>
|
||||
;
|
||||
var currency_sign = '<?php echo addslashes($_smarty_tpl->tpl_vars['currency']->value->sign);?>
|
||||
';
|
||||
var currency_blank = <?php echo intval($_smarty_tpl->tpl_vars['currency']->value->blank);?>
|
||||
;
|
||||
var priceDisplayPrecision = 0;
|
||||
var dashgoals_year = <?php echo intval($_smarty_tpl->tpl_vars['goals_year']->value);?>
|
||||
;
|
||||
var dashgoals_ajax_link = '<?php echo addslashes($_smarty_tpl->tpl_vars['dashgoals_ajax_link']->value);?>
|
||||
';
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
|
||||
<section id="dashgoals" class="panel widget">
|
||||
<header class="panel-heading">
|
||||
<i class="icon-bar-chart"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Forecast','d'=>'Modules.Dashgoals.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
<span id="dashgoals_title" class="badge"><?php echo $_smarty_tpl->tpl_vars['goals_year']->value;?>
|
||||
</span>
|
||||
<span class="btn-group">
|
||||
<a href="javascript:void(0);" onclick="dashgoals_changeYear('backward');" class="btn btn-default btn-xs"><i class="icon-backward"></i></a>
|
||||
<a href="javascript:void(0);" onclick="dashgoals_changeYear('forward');" class="btn btn-default btn-xs"><i class="icon-forward"></i></a>
|
||||
</span>
|
||||
|
||||
<span class="panel-heading-action">
|
||||
<a class="list-toolbar-btn" href="javascript:void(0);" onclick="toggleDashConfig('dashgoals');" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Configure','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<i class="process-icon-configure"></i>
|
||||
</a>
|
||||
<a class="list-toolbar-btn" href="javascript:void(0);" onclick="refreshDashboard('dashgoals');" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Refresh','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<i class="process-icon-refresh"></i>
|
||||
</a>
|
||||
</span>
|
||||
</header>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:./config.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
<section class="loading">
|
||||
<div class="btn-group" data-toggle="buttons">
|
||||
<label class="btn btn-default">
|
||||
<input type="radio" name="options" onchange="selectDashgoalsChart('traffic');"/><i class="icon-circle" style="color:<?php echo $_smarty_tpl->tpl_vars['colors']->value[0];?>
|
||||
"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Traffic','d'=>'Modules.Dashgoals.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
<label class="btn btn-default">
|
||||
<input type="radio" name="options" onchange="selectDashgoalsChart('conversion');"/><i class="icon-circle" style="color:<?php echo $_smarty_tpl->tpl_vars['colors']->value[1];?>
|
||||
"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Conversion','d'=>'Modules.Dashgoals.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
<label class="btn btn-default">
|
||||
<input type="radio" name="options" onchange="selectDashgoalsChart('avg_cart_value');"/><i class="icon-circle" style="color:<?php echo $_smarty_tpl->tpl_vars['colors']->value[2];?>
|
||||
"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Average Cart Value','d'=>'Modules.Dashgoals.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
<label class="btn btn-default active">
|
||||
<input type="radio" name="options" onchange="selectDashgoalsChart('sales');"/><i class="icon-circle" style="color:<?php echo $_smarty_tpl->tpl_vars['colors']->value[3];?>
|
||||
"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sales','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
</div>
|
||||
<div id="dash_goals_chart1" class="chart with-transitions">
|
||||
<svg></svg>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,112 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/controllers/modules/login_addons.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a157f1ab6_86840946',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'5986d3ac9f4309000c9def35283f7fca26395194' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/controllers/modules/login_addons.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a157f1ab6_86840946 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<div class="modal-body">
|
||||
<?php if ($_smarty_tpl->tpl_vars['add_permission']->value == '1') {?>
|
||||
<?php if (!isset($_smarty_tpl->tpl_vars['logged_on_addons']->value) || !$_smarty_tpl->tpl_vars['logged_on_addons']->value) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['check_url_fopen']->value == 'ko' || $_smarty_tpl->tpl_vars['check_openssl']->value == 'ko') {?>
|
||||
<div class="alert alert-warning">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'If you want to be able to fully use the AdminModules panel and have free modules available, you should enable the following configuration on your server:'),$_smarty_tpl ) );?>
|
||||
|
||||
<br />
|
||||
<?php if ($_smarty_tpl->tpl_vars['check_url_fopen']->value == 'ko') {?>- <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Enable PHP\'s allow_url_fopen setting'),$_smarty_tpl ) );?>
|
||||
<br /><?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['check_openssl']->value == 'ko') {?>- <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Enable PHP\'s OpenSSL extension'),$_smarty_tpl ) );?>
|
||||
<br /><?php }?>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<!--start addons login-->
|
||||
<form id="addons_login_form" method="post" >
|
||||
<div>
|
||||
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['addons_register_link']->value,'html','UTF-8' ));?>
|
||||
"><img class="img-responsive center-block" src="<?php echo $_smarty_tpl->tpl_vars['img_base_path']->value;?>
|
||||
themes/default/img/prestashop-addons-logo.png" alt="Logo PrestaShop Addons"/></a>
|
||||
<h3 class="text-center"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Connect your shop to PrestaShop's marketplace in order to automatically import all your Addons purchases."),$_smarty_tpl ) );?>
|
||||
</h3>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h4><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Don't have an account?"),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<p class='text-justify'><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Discover the Power of PrestaShop Addons! Explore the PrestaShop Official Marketplace and find over 3 500 innovative modules and themes that optimize conversion rates, increase traffic, build customer loyalty and maximize your productivity"),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h4><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Connect to PrestaShop Addons'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="icon-user"></i></span>
|
||||
</div>
|
||||
<input id="username_addons" name="username_addons" type="text" value="" autocomplete="off" class="form-control ac_input">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="icon-key"></i></span>
|
||||
</div>
|
||||
<input id="password_addons" name="password_addons" type="password" value="" autocomplete="off" class="form-control ac_input">
|
||||
</div>
|
||||
<a class="btn btn-link float-right _blank" href="<?php echo $_smarty_tpl->tpl_vars['addons_forgot_password_link']->value;?>
|
||||
"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'I forgot my password'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row row-padding-top">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<a class="btn btn-default btn-block btn-lg _blank" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['addons_register_link']->value,'html','UTF-8' ));?>
|
||||
">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>"Create an Account"),$_smarty_tpl ) );?>
|
||||
|
||||
<i class="icon-external-link"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<button id="addons_login_button" class="btn btn-primary btn-block btn-lg" type="submit">
|
||||
<i class="icon-unlock"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sign in'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="addons_loading" class="help-block"></div>
|
||||
|
||||
</form>
|
||||
<!--end addons login-->
|
||||
<?php }?>
|
||||
<?php }
|
||||
}?>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,47 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:17
|
||||
from '/var/www/clients/client1/web14/web/modules/easyloginascustomer/views/templates/hook/displayAdminCustomers.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a0d1e1749_55256297',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'5991725a5aaa700f8d1468f6169fed2bde91cd7b' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/easyloginascustomer/views/templates/hook/displayAdminCustomers.tpl',
|
||||
1 => 1565339700,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a0d1e1749_55256297 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="col-lg-6">
|
||||
<div class="panel clearfix">
|
||||
<div class="panel-heading">
|
||||
<i class="icon-signin"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Login as Customer','mod'=>'easyloginascustomer'),$_smarty_tpl ) );?>
|
||||
|
||||
<div class="panel-heading-action" style="padding:7px;">
|
||||
<a data-toggle="dropdown" class="dropdown-toggle notifs dropdown_loginascustomer_link" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_config_url']->value,'htmlall','UTF-8' ));?>
|
||||
">
|
||||
<i class="icon-cogs" onclick="javascript:document.location.href = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_config_url']->value,'htmlall','UTF-8' ));?>
|
||||
'"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_url']->value,'html' ));?>
|
||||
" class="btn btn-default" <?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_new_tab']->value,'htmlall','UTF-8' ));?>
|
||||
>
|
||||
<i class="icon-user"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Login as','mod'=>'easyloginascustomer'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_name']->value,'htmlall','UTF-8' ));?>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:50
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/unreachable.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839f21be895_43063725',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'5cd13c31b93ebdcdc963ec2627dc9c9176f87130' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/unreachable.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839f21be895_43063725 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_19994523145da839f21be031_36379356', 'step');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'step'} */
|
||||
class Block_19994523145da839f21be031_36379356 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'step' =>
|
||||
array (
|
||||
0 => 'Block_19994523145da839f21be031_36379356',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<section class="checkout-step -unreachable" id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['identifier']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<h1 class="step-title h3">
|
||||
<span class="step-number"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['position']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
</span> <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['title']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
</h1>
|
||||
</section>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'step'} */
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:34
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/tree/tree_header.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a1e994b37_01236065',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'5e99e8d65fa98c79cadcd9e29a9f6be9c7d71dfb' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/tree/tree_header.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a1e994b37_01236065 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="tree-panel-heading-controls clearfix">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['title']->value)) {?><i class="icon-tag"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>$_smarty_tpl->tpl_vars['title']->value),$_smarty_tpl ) );
|
||||
}?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['toolbar']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['toolbar']->value;
|
||||
}?>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:13
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list_action_delete.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a0926a372_59490817',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'625656eb93ae915292acee5f9678ada87cb5ca56' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list_action_delete.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a0926a372_59490817 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['href']->value,'html','UTF-8' ));?>
|
||||
"<?php if (isset($_smarty_tpl->tpl_vars['confirm']->value)) {?> onclick="if (confirm('<?php echo $_smarty_tpl->tpl_vars['confirm']->value;?>
|
||||
')){return true;}else{event.stopPropagation(); event.preventDefault();};"<?php }?> title="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['action']->value,'html','UTF-8' ));?>
|
||||
" class="delete">
|
||||
<i class="icon-trash"></i> <?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['action']->value,'html','UTF-8' ));?>
|
||||
|
||||
</a>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from 'module:psbannerpsbanner.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b04d8336_13580940',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'64034093fbda864710a2c0f526b37f921e53ee39' =>
|
||||
array (
|
||||
0 => 'module:psbannerpsbanner.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b04d8336_13580940 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->compiled->nocache_hash = '12829854195da839b04d7079_36809436';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_banner/ps_banner.tpl --><a class="banner" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['banner_link']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['banner_desc']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['banner_img']->value)) {?>
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['banner_img']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['banner_desc']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['banner_desc']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" class="img-fluid">
|
||||
<?php } else { ?>
|
||||
<span><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['banner_desc']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php }?>
|
||||
</a>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_banner/ps_banner.tpl --><?php }
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:51
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-detailed-actions.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b7599c84_09143932',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'647c91ce43c6fbb8b9ecf047a940cc7c5757bfcd' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-detailed-actions.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b7599c84_09143932 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2385427435da839b75977e8_93556477', 'cart_detailed_actions');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'cart_detailed_actions'} */
|
||||
class Block_2385427435da839b75977e8_93556477 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_detailed_actions' =>
|
||||
array (
|
||||
0 => 'Block_2385427435da839b75977e8_93556477',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="checkout cart-detailed-actions card-block">
|
||||
<?php if ($_smarty_tpl->tpl_vars['cart']->value['minimalPurchaseRequired']) {?>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['minimalPurchaseRequired'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
</div>
|
||||
<div class="text-sm-center">
|
||||
<button type="button" class="btn btn-primary disabled" disabled><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Proceed to checkout','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
</div>
|
||||
<?php } elseif (empty($_smarty_tpl->tpl_vars['cart']->value['products'])) {?>
|
||||
<div class="text-sm-center">
|
||||
<button type="button" class="btn btn-primary disabled" disabled><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Proceed to checkout','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<div class="text-sm-center">
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['pages']['order'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="btn btn-primary"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Proceed to checkout','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayExpressCheckout'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_detailed_actions'} */
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/warning_messages.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158dbaf4_58320463',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'664d8d19ddeb2a60e05cee86eaeb97dd2bc3eced' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/warning_messages.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158dbaf4_58320463 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if (count($_smarty_tpl->tpl_vars['warnings']->value)) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-warning">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['warnings']->value) > 1) {?>
|
||||
<h4><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'There are %d warnings:','sprintf'=>array(count($_smarty_tpl->tpl_vars['warnings']->value))),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<?php }?>
|
||||
<ul class="list-unstyled">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['warnings']->value, 'warning');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['warning']->value) {
|
||||
?>
|
||||
<li><?php echo $_smarty_tpl->tpl_vars['warning']->value;?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,72 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/themes/javascript.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04e44d47_95061389',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'67eb293761fd111e74f3751661cc49fe768213d5' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/javascript.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04e44d47_95061389 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if (isset($_smarty_tpl->tpl_vars['js_def']->value) && is_array($_smarty_tpl->tpl_vars['js_def']->value) && count($_smarty_tpl->tpl_vars['js_def']->value)) {
|
||||
echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['js_def']->value, 'def', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['def']->value) {
|
||||
?>
|
||||
var <?php echo $_smarty_tpl->tpl_vars['k']->value;?>
|
||||
= <?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'json_encode' ][ 0 ], array( $_smarty_tpl->tpl_vars['def']->value ));?>
|
||||
;
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
|
||||
echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['js_files']->value) && count($_smarty_tpl->tpl_vars['js_files']->value)) {
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['js_files']->value, 'js_uri', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['js_uri']->value) {
|
||||
echo '<script'; ?>
|
||||
type="text/javascript" src="<?php echo $_smarty_tpl->tpl_vars['js_uri']->value;?>
|
||||
"><?php echo '</script'; ?>
|
||||
>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
|
||||
}
|
||||
if (isset($_smarty_tpl->tpl_vars['js_inline']->value) && count($_smarty_tpl->tpl_vars['js_inline']->value)) {
|
||||
echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['js_inline']->value, 'inline', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['inline']->value) {
|
||||
echo $_smarty_tpl->tpl_vars['inline']->value;?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
|
||||
echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,240 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:02
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-prices.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c29e7809_51039284',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'68da704eaa3d960d6373b53b0fec4df100ca2e5d' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-prices.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c29e7809_51039284 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
if ($_smarty_tpl->tpl_vars['product']->value['show_price']) {?>
|
||||
<div class="product-prices">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6811623545da839c29d66a1_60462159', 'product_discount');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_11061779705da839c29dad59_83191153', 'product_price');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_12799728995da839c29df911_48989241', 'product_without_taxes');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_15571305495da839c29e0c94_31402961', 'product_pack_price');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_15185789765da839c29e1ae0_92569431', 'product_ecotax');
|
||||
?>
|
||||
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"weight",'hook_origin'=>'product_sheet'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<div class="tax-shipping-delivery-label">
|
||||
<?php if ($_smarty_tpl->tpl_vars['configuration']->value['display_taxes_label']) {?>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['labels']['tax_long'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<?php }?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"price"),$_smarty_tpl ) );?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"after_price"),$_smarty_tpl ) );?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['additional_delivery_times'] == 1) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['delivery_information']) {?>
|
||||
<span class="delivery-information"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['delivery_information'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php }?>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['product']->value['additional_delivery_times'] == 2) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['quantity'] > 0) {?>
|
||||
<span class="delivery-information"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['delivery_in_stock'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['product']->value['quantity'] <= 0 && $_smarty_tpl->tpl_vars['product']->value['add_to_cart_url']) {?>
|
||||
<span class="delivery-information"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['delivery_out_stock'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
/* {block 'product_discount'} */
|
||||
class Block_6811623545da839c29d66a1_60462159 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_discount' =>
|
||||
array (
|
||||
0 => 'Block_6811623545da839c29d66a1_60462159',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?>
|
||||
<div class="product-discount">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"old_price"),$_smarty_tpl ) );?>
|
||||
|
||||
<span class="regular-price"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['regular_price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_discount'} */
|
||||
/* {block 'product_unit_price'} */
|
||||
class Block_21015124575da839c29de5a5_77757655 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['displayUnitPrice']->value) {?>
|
||||
<p class="product-unit-price sub"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'(%unit_price%)','d'=>'Shop.Theme.Catalog','sprintf'=>array('%unit_price%'=>$_smarty_tpl->tpl_vars['product']->value['unit_price_full'])),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_unit_price'} */
|
||||
/* {block 'product_price'} */
|
||||
class Block_11061779705da839c29dad59_83191153 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_price' =>
|
||||
array (
|
||||
0 => 'Block_11061779705da839c29dad59_83191153',
|
||||
),
|
||||
'product_unit_price' =>
|
||||
array (
|
||||
0 => 'Block_21015124575da839c29de5a5_77757655',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div
|
||||
class="product-price h5 <?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?>has-discount<?php }?>"
|
||||
itemprop="offers"
|
||||
itemscope
|
||||
itemtype="https://schema.org/Offer"
|
||||
>
|
||||
<link itemprop="availability" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['seo_availability'], ENT_QUOTES, 'UTF-8');?>
|
||||
"/>
|
||||
<meta itemprop="priceCurrency" content="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['currency']->value['iso_code'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
|
||||
<div class="current-price">
|
||||
<span itemprop="price" content="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['price_amount'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['discount_type'] === 'percentage') {?>
|
||||
<span class="discount discount-percentage"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Save %percentage%','d'=>'Shop.Theme.Catalog','sprintf'=>array('%percentage%'=>$_smarty_tpl->tpl_vars['product']->value['discount_percentage_absolute'])),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<?php } else { ?>
|
||||
<span class="discount discount-amount">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Save %amount%','d'=>'Shop.Theme.Catalog','sprintf'=>array('%amount%'=>$_smarty_tpl->tpl_vars['product']->value['discount_to_display'])),$_smarty_tpl ) );?>
|
||||
|
||||
</span>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_21015124575da839c29de5a5_77757655', 'product_unit_price', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_price'} */
|
||||
/* {block 'product_without_taxes'} */
|
||||
class Block_12799728995da839c29df911_48989241 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_without_taxes' =>
|
||||
array (
|
||||
0 => 'Block_12799728995da839c29df911_48989241',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['priceDisplay']->value == 2) {?>
|
||||
<p class="product-without-taxes"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'%price% tax excl.','d'=>'Shop.Theme.Catalog','sprintf'=>array('%price%'=>$_smarty_tpl->tpl_vars['product']->value['price_tax_exc'])),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_without_taxes'} */
|
||||
/* {block 'product_pack_price'} */
|
||||
class Block_15571305495da839c29e0c94_31402961 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_pack_price' =>
|
||||
array (
|
||||
0 => 'Block_15571305495da839c29e0c94_31402961',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['displayPackPrice']->value) {?>
|
||||
<p class="product-pack-price"><span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Instead of %price%','d'=>'Shop.Theme.Catalog','sprintf'=>array('%price%'=>$_smarty_tpl->tpl_vars['noPackPrice']->value)),$_smarty_tpl ) );?>
|
||||
</span></p>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_pack_price'} */
|
||||
/* {block 'product_ecotax'} */
|
||||
class Block_15185789765da839c29e1ae0_92569431 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_ecotax' =>
|
||||
array (
|
||||
0 => 'Block_15185789765da839c29e1ae0_92569431',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['ecotax']['amount'] > 0) {?>
|
||||
<p class="price-ecotax"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Including %amount% for ecotax','d'=>'Shop.Theme.Catalog','sprintf'=>array('%amount%'=>$_smarty_tpl->tpl_vars['product']->value['ecotax']['value'])),$_smarty_tpl ) );?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'(not impacted by the discount)','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
</p>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_ecotax'} */
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/confirmation_messages.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158d75b9_59674817',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'6915371fcfbb7a6f7bebf801cab36623d2f29a34' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/confirmation_messages.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158d75b9_59674817 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if (isset($_smarty_tpl->tpl_vars['confirmations']->value) && count($_smarty_tpl->tpl_vars['confirmations']->value) && $_smarty_tpl->tpl_vars['confirmations']->value) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-success" style="display:block;">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['confirmations']->value, 'conf');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['conf']->value) {
|
||||
?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['conf']->value;?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/modal.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a15834187_10095295',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'6af63cc5ce8f00b4edb479260c8971f6f8f818f9' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/modal.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a15834187_10095295 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="modal fade" id="<?php echo $_smarty_tpl->tpl_vars['modal_id']->value;?>
|
||||
" tabindex="-1">
|
||||
<div class="modal-dialog <?php if (isset($_smarty_tpl->tpl_vars['modal_class']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['modal_class']->value;
|
||||
}?>">
|
||||
<div class="modal-content">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['modal_title']->value)) {?>
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
<h4 class="modal-title"><?php echo $_smarty_tpl->tpl_vars['modal_title']->value;?>
|
||||
</h4>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php echo $_smarty_tpl->tpl_vars['modal_content']->value;?>
|
||||
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['modal_actions']->value)) {?>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Close'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['modal_actions']->value, 'action');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['action']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['action']->value['type'] == 'link') {?>
|
||||
<a href="<?php echo $_smarty_tpl->tpl_vars['action']->value['href'];?>
|
||||
" class="btn <?php echo $_smarty_tpl->tpl_vars['action']->value['class'];?>
|
||||
"><?php echo $_smarty_tpl->tpl_vars['action']->value['label'];?>
|
||||
</a>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['action']->value['type'] == 'button') {?>
|
||||
<button type="button" value="<?php echo $_smarty_tpl->tpl_vars['action']->value['value'];?>
|
||||
" class="btn <?php echo $_smarty_tpl->tpl_vars['action']->value['class'];?>
|
||||
">
|
||||
<?php echo $_smarty_tpl->tpl_vars['action']->value['label'];?>
|
||||
|
||||
</button>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 12:00:28
|
||||
from 'module:psimagesliderviewstemplat' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83bbceb0cc6_81070290',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'6c2108a17c7103b6e203f4f0621d4645b56b0114' =>
|
||||
array (
|
||||
0 => 'module:psimagesliderviewstemplat',
|
||||
1 => 1561472940,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83bbceb0cc6_81070290 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->compiled->nocache_hash = '13361024965da83bbce96ed0_23931165';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_imageslider/views/templates/hook/slider.tpl -->
|
||||
<?php if ($_smarty_tpl->tpl_vars['homeslider']->value['slides']) {?>
|
||||
<div id="carousel" data-ride="carousel" class="carousel slide" data-interval="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['homeslider']->value['speed'], ENT_QUOTES, 'UTF-8');?>
|
||||
" data-wrap="<?php echo htmlspecialchars((string)$_smarty_tpl->tpl_vars['homeslider']->value['wrap'], ENT_QUOTES, 'UTF-8');?>
|
||||
" data-pause="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['homeslider']->value['pause'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<ul class="carousel-inner" role="listbox">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['homeslider']->value['slides'], 'slide', false, NULL, 'homeslider', array (
|
||||
'first' => true,
|
||||
'index' => true,
|
||||
));
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['slide']->value) {
|
||||
$_smarty_tpl->tpl_vars['__smarty_foreach_homeslider']->value['index']++;
|
||||
$_smarty_tpl->tpl_vars['__smarty_foreach_homeslider']->value['first'] = !$_smarty_tpl->tpl_vars['__smarty_foreach_homeslider']->value['index'];
|
||||
?>
|
||||
<li class="carousel-item <?php if ((isset($_smarty_tpl->tpl_vars['__smarty_foreach_homeslider']->value['first']) ? $_smarty_tpl->tpl_vars['__smarty_foreach_homeslider']->value['first'] : null)) {?>active<?php }?>" role="option" aria-hidden="<?php if ((isset($_smarty_tpl->tpl_vars['__smarty_foreach_homeslider']->value['first']) ? $_smarty_tpl->tpl_vars['__smarty_foreach_homeslider']->value['first'] : null)) {?>false<?php } else { ?>true<?php }?>">
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['slide']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<figure>
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['slide']->value['image_url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" alt="<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['slide']->value['legend'] )), ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<?php if ($_smarty_tpl->tpl_vars['slide']->value['title'] || $_smarty_tpl->tpl_vars['slide']->value['description']) {?>
|
||||
<figcaption class="caption">
|
||||
<h2 class="display-1 text-uppercase"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['slide']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
</h2>
|
||||
<div class="caption-description"><?php echo $_smarty_tpl->tpl_vars['slide']->value['description'];?>
|
||||
</div>
|
||||
</figcaption>
|
||||
<?php }?>
|
||||
</figure>
|
||||
</a>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<div class="direction" aria-label="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Carousel buttons','d'=>'Shop.Theme.Global'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
|
||||
<span class="icon-prev hidden-xs" aria-hidden="true">
|
||||
<i class="material-icons"></i>
|
||||
</span>
|
||||
<span class="sr-only"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Previous','d'=>'Shop.Theme.Global'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
<a class="right carousel-control" href="#carousel" role="button" data-slide="next">
|
||||
<span class="icon-next" aria-hidden="true">
|
||||
<i class="material-icons"></i>
|
||||
</span>
|
||||
<span class="sr-only"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Next','d'=>'Shop.Theme.Global'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_imageslider/views/templates/hook/slider.tpl --><?php }
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:58
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/products-bottom.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839be72ad93_23208634',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'6f265df807d61b50ca7d6517e4f8284002d090dd' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/products-bottom.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839be72ad93_23208634 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div id="js-product-list-bottom"></div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:50
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/checkout-process.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839f218b911_43729815',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'709681404e135494512ac9893d6ad6bc4392dc6f' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/checkout-process.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839f218b911_43729815 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['steps']->value, 'step', false, 'index');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['index']->value => $_smarty_tpl->tpl_vars['step']->value) {
|
||||
?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['render'][0], array( array('identifier'=>$_smarty_tpl->tpl_vars['step']->value['identifier'],'position'=>($_smarty_tpl->tpl_vars['index']->value+1),'ui'=>$_smarty_tpl->tpl_vars['step']->value['ui']),$_smarty_tpl ) );?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
|
||||
}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/modules/ps_googleanalytics/views/templates/hook/ps_googleanalytics.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04be1937_57025298',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7396c42c9bbabd198ee46b331c2c0083017ba06b' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/ps_googleanalytics/views/templates/hook/ps_googleanalytics.tpl',
|
||||
1 => 1558435080,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04be1937_57025298 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
(window.gaDevIds=window.gaDevIds||[]).push('d6YPbH');
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['gaCrossdomainEnabled']->value) {?>
|
||||
ga('create', '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['gaAccountId']->value,'htmlall','UTF-8' ));?>
|
||||
', 'auto', {'allowLinker': true});
|
||||
ga('require', 'linker');
|
||||
ga('linker:autoLink', [
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['shops']->value, 'shop');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['shop']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['shop']->value['id_shop'] != $_smarty_tpl->tpl_vars['currentShopId']->value) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['useSecureMode']->value) {?>'<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['shop']->value['domain_ssl'],'htmlall','UTF-8' ));?>
|
||||
'<?php } else { ?>'<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['shop']->value['domain'],'htmlall','UTF-8' ));?>
|
||||
'<?php }?>,
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
]);
|
||||
<?php } else { ?>
|
||||
ga('create', '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['gaAccountId']->value,'htmlall','UTF-8' ));?>
|
||||
', 'auto');
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['userId']->value && !$_smarty_tpl->tpl_vars['backOffice']->value) {?>
|
||||
ga('set', 'userId', '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['userId']->value,'htmlall','UTF-8' ));?>
|
||||
');
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['gaAnonymizeEnabled']->value) {?>
|
||||
ga('set', 'anonymizeIp', true);
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['backOffice']->value) {?>
|
||||
ga('set', 'nonInteraction', true);
|
||||
<?php }?>
|
||||
|
||||
ga('require', 'ec');
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
|
||||
<?php }
|
||||
}
|
||||
@@ -1,243 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 12:00:37
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/login/content.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83bc568a241_03873592',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'764afe7e70c84c09442c0571270d911245edef8d' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/login/content.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83bc568a241_03873592 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/var/www/clients/client1/web14/web/vendor/smarty/smarty/libs/plugins/modifier.date_format.php','function'=>'smarty_modifier_date_format',),));
|
||||
?>
|
||||
<div id="login-panel">
|
||||
<div id="login-header">
|
||||
<h1 class="text-center">
|
||||
<img id="logo" src="<?php echo $_smarty_tpl->tpl_vars['img_dir']->value;?>
|
||||
prestashop@2x.png" width="123px" height="24px" alt="PrestaShop" />
|
||||
</h1>
|
||||
<div class="text-center"><?php echo $_smarty_tpl->tpl_vars['ps_version']->value;?>
|
||||
</div>
|
||||
<div id="error" class="hide alert alert-danger">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['errors']->value)) {?>
|
||||
<h4>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['nbErrors']->value) && $_smarty_tpl->tpl_vars['nbErrors']->value > 1) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'There are %d errors.','sprintf'=>array($_smarty_tpl->tpl_vars['nbErrors']->value),'d'=>'Admin.Notifications.Error'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'There is %d error.','sprintf'=>array($_smarty_tpl->tpl_vars['nbErrors']->value),'d'=>'Admin.Notifications.Error'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
</h4>
|
||||
<ol>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['errors']->value, 'error');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['error']->value) {
|
||||
?>
|
||||
<li><?php echo $_smarty_tpl->tpl_vars['error']->value;?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ol>
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['warningSslMessage']->value)) {?>
|
||||
<div class="alert alert-warning"><?php echo $_smarty_tpl->tpl_vars['warningSslMessage']->value;?>
|
||||
</div>
|
||||
<?php }?>
|
||||
</div>
|
||||
<div id="shop-img"><img src="<?php echo $_smarty_tpl->tpl_vars['img_dir']->value;?>
|
||||
preston-login@2x.png" alt="<?php echo $_smarty_tpl->tpl_vars['shop_name']->value;?>
|
||||
" width="69.5px" height="118.5px" /></div>
|
||||
<div class="flip-container">
|
||||
<div class="flipper">
|
||||
<div class="front front_login panel" <?php if (isset($_smarty_tpl->tpl_vars['reset_token']->value) && isset($_smarty_tpl->tpl_vars['id_employee']->value)) {?>style="display:none;"<?php }?>>
|
||||
<h4 id="shop_name"><?php echo $_smarty_tpl->tpl_vars['shop_name']->value;?>
|
||||
</h4>
|
||||
<?php if (!isset($_smarty_tpl->tpl_vars['wrong_folder_name']->value) && !isset($_smarty_tpl->tpl_vars['wrong_install_name']->value)) {?>
|
||||
<form action="#" id="login_form" method="post">
|
||||
<input type="hidden" name="redirect" id="redirect" value="<?php echo $_smarty_tpl->tpl_vars['redirect']->value;?>
|
||||
"/>
|
||||
<div class="form-group">
|
||||
<label class="control-label" for="email"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Email address','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</label>
|
||||
<input name="email" type="email" id="email" class="form-control" value="<?php if (isset($_smarty_tpl->tpl_vars['email']->value)) {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['email']->value,'html','UTF-8' ));
|
||||
}?>" autofocus="autofocus" tabindex="1" placeholder=" test@example.com" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label" for="passwd">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Password','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
<input name="passwd" type="password" id="passwd" class="form-control" value="<?php if (isset($_smarty_tpl->tpl_vars['password']->value)) {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['password']->value,'html','UTF-8' ));
|
||||
}?>" tabindex="2" placeholder=" <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Password'),$_smarty_tpl ) );?>
|
||||
" />
|
||||
</div>
|
||||
<div class="form-group row-padding-top">
|
||||
<button id="submit_login" name="submitLogin" type="submit" tabindex="4" class="btn btn-primary btn-lg btn-block ladda-button" data-style="slide-up" data-spinner-color="white" >
|
||||
<span class="ladda-label">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Log in','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div id="remind-me" class="checkbox pull-left">
|
||||
<label for="stay_logged_in">
|
||||
<input name="stay_logged_in" type="checkbox" id="stay_logged_in" value="1" tabindex="3"/>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Stay logged in','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
</div>
|
||||
<a href="#" class="show-forgot-password pull-right" >
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'I forgot my password','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['reset_token']->value) && isset($_smarty_tpl->tpl_vars['id_employee']->value)) {?>
|
||||
<div class="front front_reset panel">
|
||||
<form action="#" id="reset_password_form" method="post">
|
||||
<h4 id="reset_name"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Reset your password','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<div class="form-group">
|
||||
<label class="control-label" for="reset_passwd">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'New password','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
<input name="reset_passwd" type="password" id="reset_passwd" class="form-control" value="" tabindex="1" placeholder=" <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Password','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label" for="reset_confirm">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Confirm new password','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
<input name="reset_confirm" type="password" id="reset_confirm" class="form-control" value="" tabindex="2" placeholder=" <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Confirm password','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
" />
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<button class="btn btn-primary btn-default pull-right" name="submitLogin" type="submit" tabindex="3">
|
||||
<i class="icon-ok text-success"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Reset password','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
<input type="hidden" name="reset_token" id="reset_token" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['reset_token']->value,'html','UTF-8' ));?>
|
||||
" />
|
||||
<input type="hidden" name="id_employee" id="id_employee" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['id_employee']->value,'html','UTF-8' ));?>
|
||||
" />
|
||||
<input type="hidden" name="reset_email" id="reset_email" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['reset_email']->value,'html','UTF-8' ));?>
|
||||
" />
|
||||
</form>
|
||||
</div>
|
||||
<div class="back back_reset">
|
||||
<h4 id="reset_confirm_name"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your password has been successfully changed.'),$_smarty_tpl ) );?>
|
||||
<br/><br/><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'You will be redirected to the login page in a few seconds.','d'=>'Admin.Login.Notification'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<div class="back panel">
|
||||
<h4 id="forgot_name"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Forgot your password?','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<form action="#" id="forgot_password_form" method="post">
|
||||
<div class="form-group">
|
||||
<label class="control-label" for="email_forgot">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Email address','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</label>
|
||||
<input type="text" name="email_forgot" id="email_forgot" class="form-control" autofocus="autofocus" tabindex="5" placeholder=" test@example.com" />
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<button type="button" href="#" class="btn btn-default show-login-form" tabindex="7">
|
||||
<i class="icon-caret-left"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Cancel','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<button class="btn btn-primary btn-default pull-right" name="submitLogin" type="submit" tabindex="6">
|
||||
<i class="icon-ok text-success"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Send reset link','d'=>'Admin.Login.Feature'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="front forgot_confirm" style="display: none">
|
||||
<h4 id="forgot_confirm_name"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Please, check your mailbox.','d'=>'Admin.Login.Notification'),$_smarty_tpl ) );?>
|
||||
<br/><br/><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'A link to reset your password has been sent to you.','d'=>'Admin.Login.Notification'),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<div class="alert alert-danger">
|
||||
<p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'For security reasons, you cannot connect to the back office until you have:','d'=>'Admin.Login.Notification'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<ul>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['wrong_install_name']->value) && $_smarty_tpl->tpl_vars['wrong_install_name']->value == true) {?>
|
||||
<li><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'deleted the /install folder','d'=>'Admin.Login.Notification'),$_smarty_tpl ) );?>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['wrong_folder_name']->value) && $_smarty_tpl->tpl_vars['wrong_folder_name']->value == true) {?>
|
||||
<li><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'renamed the /admin folder (e.g. %s)','sprintf'=>array($_smarty_tpl->tpl_vars['randomNb']->value),'d'=>'Admin.Login.Notification'),$_smarty_tpl ) );?>
|
||||
</li>
|
||||
<?php }?>
|
||||
</ul>
|
||||
<p>
|
||||
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['adminUrl']->value,'html','UTF-8' ));?>
|
||||
">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Please then access this page by the new URL (e.g. %s)','sprintf'=>array($_smarty_tpl->tpl_vars['adminUrl']->value),'d'=>'Admin.Login.Notification'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>"displayAdminLogin"),$_smarty_tpl ) );?>
|
||||
|
||||
<div id="login-footer">
|
||||
<p class="text-center text-muted">
|
||||
<a href="http://www.prestashop.com/" onclick="return !window.open(this.href);">
|
||||
© PrestaShop™ 2007-<?php echo smarty_modifier_date_format(time(),"%Y");?>
|
||||
- All rights reserved
|
||||
</a>
|
||||
</p>
|
||||
<p class="text-center">
|
||||
<a class="link-social link-twitter _blank" href="https://twitter.com/PrestaShop" title="Twitter">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
<a class="link-social link-facebook _blank" href="https://www.facebook.com/prestashop" title="Facebook">
|
||||
<i class="icon-facebook"></i>
|
||||
</a>
|
||||
<a class="link-social link-github _blank" href="https://www.prestashop.com/github" title="Github">
|
||||
<i class="icon-github"></i>
|
||||
</a>
|
||||
<a class="link-social link-google _blank" href="https://plus.google.com/+prestashop/" title="Google">
|
||||
<i class="icon-google-plus"></i>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,224 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from 'module:iqitmegamenuviewstemplate' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b055a8a3_19821639',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'797404135c3d6163c184d5946c377ac2bc91c4d2' =>
|
||||
array (
|
||||
0 => 'module:iqitmegamenuviewstemplate',
|
||||
1 => 1561544340,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'module:iqitmegamenu/views/templates/hook/vertical.tpl' => 1,
|
||||
'module:iqitmegamenu/views/templates/hook/_partials/submenu_content.tpl' => 2,
|
||||
'module:iqitmegamenu/views/templates/hook/_partials/mobile_menu.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b055a8a3_19821639 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/var/www/clients/client1/web14/web/vendor/smarty/smarty/libs/plugins/modifier.replace.php','function'=>'smarty_modifier_replace',),));
|
||||
$_smarty_tpl->compiled->nocache_hash = '1500310365da839b052d1d0_12714492';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/modules/iqitmegamenu/views/templates/hook/horizontal.tpl --> <div class="container container-iqit-menu">
|
||||
<div class="iqitmegamenu-wrapper cbp-hor-width-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['menu_settings']->value['hor_width'], ENT_QUOTES, 'UTF-8');?>
|
||||
iqitmegamenu-all clearfix">
|
||||
<div id="iqitmegamenu-horizontal" class="iqitmegamenu cbp-nosticky <?php if ($_smarty_tpl->tpl_vars['menu_settings']->value['hor_s_transparent'] && $_smarty_tpl->tpl_vars['menu_settings']->value['hor_sticky']) {?> cbp-sticky-transparent<?php }?>" role="navigation">
|
||||
<div class="container">
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['menu_settings_v']->value) && ($_smarty_tpl->tpl_vars['menu_settings_v']->value['ver_position'] == 2 || $_smarty_tpl->tpl_vars['menu_settings_v']->value['ver_position'] == 3)) {?>
|
||||
|
||||
<div class="cbp-vertical-on-top <?php if ($_smarty_tpl->tpl_vars['menu_settings_v']->value['ver_position'] == 2) {?>cbp-homepage-expanded<?php }?>">
|
||||
<?php $_smarty_tpl->_subTemplateRender("module:iqitmegamenu/views/templates/hook/vertical.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 9999, $_smarty_tpl->cache_lifetime, array('ontop'=>1), 0, false);
|
||||
?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAfterIqitMegamenu'),$_smarty_tpl ) );?>
|
||||
|
||||
<nav id="cbp-hrmenu" class="cbp-hrmenu cbp-horizontal cbp-hrsub-narrow <?php if ($_smarty_tpl->tpl_vars['menu_settings']->value['hor_animation'] == 1) {?>cbp-fade<?php }?> <?php if ($_smarty_tpl->tpl_vars['menu_settings']->value['hor_animation'] == 2) {?>cbp-fade-slide-bottom<?php }?> <?php if ($_smarty_tpl->tpl_vars['menu_settings']->value['hor_animation'] == 3) {?>cbp-fade-slide-top<?php }?> <?php if ($_smarty_tpl->tpl_vars['menu_settings']->value['hor_s_arrow']) {?>cbp-arrowed<?php }?> <?php if (!$_smarty_tpl->tpl_vars['menu_settings']->value['hor_arrow']) {?> cbp-submenu-notarrowed<?php }?> <?php if (!$_smarty_tpl->tpl_vars['menu_settings']->value['hor_arrow']) {?> cbp-submenu-notarrowed<?php }?> <?php if ($_smarty_tpl->tpl_vars['menu_settings']->value['hor_center']) {?> cbp-menu-centered<?php }?> ">
|
||||
<ul>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['horizontal_menu']->value, 'tab');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['tab']->value) {
|
||||
?>
|
||||
<li id="cbp-hrmenu-tab-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['id_tab'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="cbp-hrmenu-tab cbp-hrmenu-tab-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['id_tab'], ENT_QUOTES, 'UTF-8');
|
||||
if ($_smarty_tpl->tpl_vars['tab']->value['active_label']) {?> cbp-onlyicon<?php }
|
||||
if ($_smarty_tpl->tpl_vars['tab']->value['float']) {?> pull-right cbp-pulled-right<?php }?> <?php if ($_smarty_tpl->tpl_vars['tab']->value['submenu_type'] && !empty($_smarty_tpl->tpl_vars['tab']->value['submenu_content'])) {?> cbp-has-submeu<?php }?>">
|
||||
<?php if ($_smarty_tpl->tpl_vars['tab']->value['url_type'] == 2) {?><a role="button" class="cbp-empty-mlink"><?php } else { ?><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" <?php if ($_smarty_tpl->tpl_vars['tab']->value['new_window']) {?>target="_blank"<?php }?>><?php }?>
|
||||
|
||||
|
||||
<span class="cbp-tab-title"><?php if ($_smarty_tpl->tpl_vars['tab']->value['icon_type'] && !empty($_smarty_tpl->tpl_vars['tab']->value['icon_class'])) {?> <i class="icon fa <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['icon_class'], ENT_QUOTES, 'UTF-8');?>
|
||||
cbp-mainlink-icon"></i><?php }?>
|
||||
|
||||
<?php if (!$_smarty_tpl->tpl_vars['tab']->value['icon_type'] && !empty($_smarty_tpl->tpl_vars['tab']->value['icon'])) {?> <img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['icon'], ENT_QUOTES, 'UTF-8');?>
|
||||
" alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="cbp-mainlink-iicon" /><?php }
|
||||
if (!$_smarty_tpl->tpl_vars['tab']->value['active_label']) {
|
||||
echo htmlspecialchars(smarty_modifier_replace($_smarty_tpl->tpl_vars['tab']->value['title'],'/n','<br />'), ENT_QUOTES, 'UTF-8');
|
||||
}
|
||||
if ($_smarty_tpl->tpl_vars['tab']->value['submenu_type']) {?> <i class="fa fa-angle-down cbp-submenu-aindicator"></i><?php }?></span>
|
||||
<?php if (!empty($_smarty_tpl->tpl_vars['tab']->value['label'])) {?><span class="label cbp-legend cbp-legend-main"><?php if (!empty($_smarty_tpl->tpl_vars['tab']->value['legend_icon'])) {?> <i class="icon fa <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['legend_icon'], ENT_QUOTES, 'UTF-8');?>
|
||||
cbp-legend-icon"></i><?php }?> <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<span class="cbp-legend-arrow"></span></span><?php }?>
|
||||
</a>
|
||||
<?php if ($_smarty_tpl->tpl_vars['tab']->value['submenu_type'] && !empty($_smarty_tpl->tpl_vars['tab']->value['submenu_content'])) {?>
|
||||
<div class="cbp-hrsub col-xs-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['submenu_width'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<div class="cbp-triangle-container"><div class="cbp-triangle-top"></div><div class="cbp-triangle-top-back"></div></div>
|
||||
<div class="cbp-hrsub-inner">
|
||||
<?php if ($_smarty_tpl->tpl_vars['menu_settings']->value['hor_s_width'] && !$_smarty_tpl->tpl_vars['menu_settings']->value['hor_width'] && !$_smarty_tpl->tpl_vars['menu_settings']->value['hor_sw_width']) {?><div class="container"><?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['tab']->value['submenu_type'] == 1) {?>
|
||||
<div class="container-xs-height cbp-tabs-container">
|
||||
<div class="row row-xs-height">
|
||||
<div class="col-xs-2 col-xs-height">
|
||||
<ul class="cbp-hrsub-tabs-names cbp-tabs-names" >
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tab']->value['submenu_content_tabs'])) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['tab']->value['submenu_content_tabs'], 'innertab', false, NULL, 'innertabsnames', array (
|
||||
'first' => true,
|
||||
'index' => true,
|
||||
));
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['innertab']->value) {
|
||||
$_smarty_tpl->tpl_vars['__smarty_foreach_innertabsnames']->value['index']++;
|
||||
$_smarty_tpl->tpl_vars['__smarty_foreach_innertabsnames']->value['first'] = !$_smarty_tpl->tpl_vars['__smarty_foreach_innertabsnames']->value['index'];
|
||||
?>
|
||||
<li class="innertab-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->id, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<a data-target="#<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->id, ENT_QUOTES, 'UTF-8');?>
|
||||
-innertab-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['id_tab'], ENT_QUOTES, 'UTF-8');?>
|
||||
" <?php if ($_smarty_tpl->tpl_vars['innertab']->value->url_type != 2) {?> href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->url, ENT_QUOTES, 'UTF-8');?>
|
||||
" <?php }?> <?php if ((isset($_smarty_tpl->tpl_vars['__smarty_foreach_innertabsnames']->value['first']) ? $_smarty_tpl->tpl_vars['__smarty_foreach_innertabsnames']->value['first'] : null)) {?>class="active"<?php }?>>
|
||||
<?php if ($_smarty_tpl->tpl_vars['innertab']->value->icon_type && !empty($_smarty_tpl->tpl_vars['innertab']->value->icon_class)) {?> <i class="icon fa <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->icon_class, ENT_QUOTES, 'UTF-8');?>
|
||||
cbp-mainlink-icon"></i><?php }?>
|
||||
<?php if (!$_smarty_tpl->tpl_vars['innertab']->value->icon_type && !empty($_smarty_tpl->tpl_vars['innertab']->value->icon)) {?> <img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->icon, ENT_QUOTES, 'UTF-8');?>
|
||||
" alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->title, ENT_QUOTES, 'UTF-8');?>
|
||||
" class="cbp-mainlink-iicon" /><?php }?>
|
||||
<?php if (!$_smarty_tpl->tpl_vars['innertab']->value->active_label) {
|
||||
echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->title, ENT_QUOTES, 'UTF-8');?>
|
||||
<?php }?>
|
||||
<?php if (!empty($_smarty_tpl->tpl_vars['innertab']->value->label)) {?><span class="label cbp-legend cbp-legend-inner"><?php if (!empty($_smarty_tpl->tpl_vars['innertab']->value->legend_icon)) {?> <i class="icon fa <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->legend_icon, ENT_QUOTES, 'UTF-8');?>
|
||||
cbp-legend-icon"></i><?php }?> <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->label, ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<span class="cbp-legend-arrow"></span></span><?php }?>
|
||||
</a><i class="icon fa fa-angle-right cbp-submenu-it-indicator"></i><span class="cbp-inner-border-hider"></span></li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tab']->value['submenu_content_tabs'])) {?>
|
||||
<div class="tab-content">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['tab']->value['submenu_content_tabs'], 'innertab', false, NULL, 'innertabscontent', array (
|
||||
'first' => true,
|
||||
'index' => true,
|
||||
));
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['innertab']->value) {
|
||||
$_smarty_tpl->tpl_vars['__smarty_foreach_innertabscontent']->value['index']++;
|
||||
$_smarty_tpl->tpl_vars['__smarty_foreach_innertabscontent']->value['first'] = !$_smarty_tpl->tpl_vars['__smarty_foreach_innertabscontent']->value['index'];
|
||||
?>
|
||||
<div class="col-xs-10 col-xs-height tab-pane cbp-tab-pane <?php if ((isset($_smarty_tpl->tpl_vars['__smarty_foreach_innertabscontent']->value['first']) ? $_smarty_tpl->tpl_vars['__smarty_foreach_innertabscontent']->value['first'] : null)) {?>active<?php }?> innertabcontent-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->id, ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['innertab']->value->id, ENT_QUOTES, 'UTF-8');?>
|
||||
-innertab-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['tab']->value['id_tab'], ENT_QUOTES, 'UTF-8');?>
|
||||
" role="tabpanel">
|
||||
|
||||
<?php if (!empty($_smarty_tpl->tpl_vars['innertab']->value->submenu_content)) {?>
|
||||
<div class="clearfix">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['innertab']->value->submenu_content, 'element');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['element']->value) {
|
||||
?>
|
||||
<?php $_smarty_tpl->_subTemplateRender("module:iqitmegamenu/views/templates/hook/_partials/submenu_content.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 9999, $_smarty_tpl->cache_lifetime, array('node'=>$_smarty_tpl->tpl_vars['element']->value), 0, true);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div></div>
|
||||
<?php } else { ?>
|
||||
|
||||
<?php if (!empty($_smarty_tpl->tpl_vars['tab']->value['submenu_content'])) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['tab']->value['submenu_content'], 'element');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['element']->value) {
|
||||
?>
|
||||
<?php $_smarty_tpl->_subTemplateRender("module:iqitmegamenu/views/templates/hook/_partials/submenu_content.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 9999, $_smarty_tpl->cache_lifetime, array('node'=>$_smarty_tpl->tpl_vars['element']->value), 0, true);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['menu_settings']->value['hor_s_width'] && !$_smarty_tpl->tpl_vars['menu_settings']->value['hor_width'] && !$_smarty_tpl->tpl_vars['menu_settings']->value['hor_sw_width']) {?></div><?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="iqitmegamenu-mobile">
|
||||
|
||||
<div id="iqitmegamenu-shower" class="clearfix">
|
||||
<div class="iqitmegamenu-icon"><i class="icon fa fa-reorder"></i></div> <span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Menu','mod'=>'iqitmegamenu'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</div>
|
||||
<div id="iqitmegamenu-mobile-content">
|
||||
<div class="cbp-mobilesubmenu">
|
||||
<ul id="iqitmegamenu-accordion" class="<?php if ($_smarty_tpl->tpl_vars['mobile_menu_style']->value) {?>iqitmegamenu-accordion<?php } else { ?>cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left<?php }?>">
|
||||
<?php $_smarty_tpl->_subTemplateRender("module:iqitmegamenu/views/templates/hook/_partials/mobile_menu.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 9999, $_smarty_tpl->cache_lifetime, array('menu'=>$_smarty_tpl->tpl_vars['mobile_menu']->value), 0, false);
|
||||
?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php if (!$_smarty_tpl->tpl_vars['mobile_menu_style']->value) {?><div id="cbp-spmenu-overlay" class="cbp-spmenu-overlay"><div id="cbp-close-mobile" class="close-btn-ui"><i class="fa fa-times"></i></div></div><?php }?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/modules/iqitmegamenu/views/templates/hook/horizontal.tpl --><?php }
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/modules/welcome/views/contents/welcome.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04bbce54_42081278',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7b3867bd681ded713cbe34334c1e65887983dbed' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/welcome/views/contents/welcome.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04bbce54_42081278 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<div class="onboarding-welcome">
|
||||
<i class="material-icons onboarding-button-shut-down">close</i>
|
||||
<p class="welcome"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Welcome to your shop!','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<div class="content">
|
||||
<p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Hi! My name is Preston and I\'m here to show you around.','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'You will discover a few essential steps before you can launch your shop:','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Create your first product, customize your shop, configure shipping and payments...','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="started">
|
||||
<p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Let\'s get started!','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<button class="btn btn-tertiary-outline btn-lg onboarding-button-shut-down"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Later','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
<button class="blue-balloon btn btn-primary btn-lg with-spinner onboarding-button-next"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Start','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,118 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/search_form.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04e4d6e2_61049262',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7cf207540dedd169dbef710683b2ee183dc5a5b8' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/search_form.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04e4d6e2_61049262 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><form id="header_search" class="component bo_search_form" method="post" action="<?php echo $_smarty_tpl->tpl_vars['baseAdminUrl']->value;?>
|
||||
index.php?controller=AdminSearch&token=<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminSearch'),$_smarty_tpl ) );?>
|
||||
" role="search">
|
||||
<div class="form-group">
|
||||
<input type="hidden" name="bo_search_type" id="bo_search_type" />
|
||||
<div class="input-group">
|
||||
<div class="input-group-btn">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<i id="search_type_icon" class="material-icons">search</i>
|
||||
</button>
|
||||
<ul id="header_search_options" class="dropdown-menu">
|
||||
<li class="search-all search-option active">
|
||||
<a href="#" data-value="0" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'What are you looking for?','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-search">
|
||||
<i class="icon-search"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Everywhere','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li class="search-book search-option">
|
||||
<a href="#" data-value="1" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Product name, SKU, reference...','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-book">
|
||||
<i class="icon-book"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Catalog','d'=>'Admin.Navigation.Menu'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<li class="search-customers-name search-option">
|
||||
<a href="#" data-value="2" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Email, name...','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-group">
|
||||
<i class="icon-group"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Customers by name','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<li class="search-customers-addresses search-option">
|
||||
<a href="#" data-value="6" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'123.45.67.89'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-desktop">
|
||||
<i class="icon-desktop"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Customers by IP address','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
</li>
|
||||
<li class="search-orders search-option">
|
||||
<a href="#" data-value="3" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order ID','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-credit-card">
|
||||
<i class="icon-credit-card"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Orders','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<li class="search-invoices search-option">
|
||||
<a href="#" data-value="4" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Invoice Number','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-book">
|
||||
<i class="icon-book"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Invoices','d'=>'Admin.Navigation.Menu'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<li class="search-carts search-option">
|
||||
<a href="#" data-value="5" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Cart ID','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-shopping-cart">
|
||||
<i class="icon-shopping-cart"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Carts','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<li class="search-modules search-option">
|
||||
<a href="#" data-value="7" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Module name','d'=>'Admin.Navigation.Header'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-puzzle-piece">
|
||||
<i class="icon-puzzle-piece"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Modules','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['show_clear_btn']->value) && $_smarty_tpl->tpl_vars['show_clear_btn']->value) {?>
|
||||
<a href="#" class="clear_search hide"><i class="icon-remove"></i></a>
|
||||
<?php }?>
|
||||
<input id="bo_query" name="bo_query" type="text" class="form-control" value="<?php echo $_smarty_tpl->tpl_vars['bo_query']->value;?>
|
||||
" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Search','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
" />
|
||||
<!-- <span class="input-group-btn">
|
||||
<button type="submit" id="bo_search_submit" class="btn btn-primary">
|
||||
<i class="icon-search"></i>
|
||||
</button>
|
||||
</span> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo '<script'; ?>
|
||||
>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['search_type']->value) && $_smarty_tpl->tpl_vars['search_type']->value) {?>
|
||||
$(document).ready(function() {
|
||||
$('.search-option a[data-value='+<?php echo intval($_smarty_tpl->tpl_vars['search_type']->value);?>
|
||||
+']').click();
|
||||
});
|
||||
<?php }?>
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
</form>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,401 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:13
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list_content.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a093d87c4_54203551',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7db3c3c49cc918cd4d4ff84410e9d1841471e0b7' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/helpers/list/list_content.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a093d87c4_54203551 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/var/www/clients/client1/web14/web/vendor/smarty/smarty/libs/plugins/function.counter.php','function'=>'smarty_function_counter',),));
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->smarty->ext->_capture->open($_smarty_tpl, 'tr_count', null, null);
|
||||
echo smarty_function_counter(array('name'=>'tr_count'),$_smarty_tpl);
|
||||
$_smarty_tpl->smarty->ext->_capture->close($_smarty_tpl);?>
|
||||
<tbody>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['list']->value)) {
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['list']->value, 'tr', false, 'index');
|
||||
$_smarty_tpl->tpl_vars['tr']->iteration = 0;
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['index']->value => $_smarty_tpl->tpl_vars['tr']->value) {
|
||||
$_smarty_tpl->tpl_vars['tr']->iteration++;
|
||||
$__foreach_tr_9_saved = $_smarty_tpl->tpl_vars['tr'];
|
||||
?>
|
||||
<tr<?php if ($_smarty_tpl->tpl_vars['position_identifier']->value) {?> id="tr_<?php echo $_smarty_tpl->tpl_vars['position_group_identifier']->value;?>
|
||||
_<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['identifier']->value];?>
|
||||
_<?php if (isset($_smarty_tpl->tpl_vars['tr']->value['position']['position'])) {
|
||||
echo $_smarty_tpl->tpl_vars['tr']->value['position']['position'];
|
||||
} else { ?>0<?php }?>"<?php }?> class="<?php if (isset($_smarty_tpl->tpl_vars['tr']->value['class'])) {
|
||||
echo $_smarty_tpl->tpl_vars['tr']->value['class'];
|
||||
}?> <?php if ((1 & $_smarty_tpl->tpl_vars['tr']->iteration / 1)) {?>odd<?php }?>"<?php if (isset($_smarty_tpl->tpl_vars['tr']->value['color']) && $_smarty_tpl->tpl_vars['color_on_bg']->value) {?> style="background-color: <?php echo $_smarty_tpl->tpl_vars['tr']->value['color'];?>
|
||||
"<?php }?> >
|
||||
<?php if ($_smarty_tpl->tpl_vars['bulk_actions']->value && $_smarty_tpl->tpl_vars['has_bulk_actions']->value) {?>
|
||||
<td class="row-selector text-center">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['list_skip_actions']->value['delete'])) {?>
|
||||
<?php if (!in_array($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['identifier']->value],$_smarty_tpl->tpl_vars['list_skip_actions']->value['delete'])) {?>
|
||||
<input type="checkbox" name="<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Box[]" value="<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['identifier']->value];?>
|
||||
"<?php ob_start();
|
||||
echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['identifier']->value];
|
||||
$_prefixVariable1 = ob_get_clean();
|
||||
if (isset($_smarty_tpl->tpl_vars['checked_boxes']->value) && is_array($_smarty_tpl->tpl_vars['checked_boxes']->value) && in_array($_prefixVariable1,$_smarty_tpl->tpl_vars['checked_boxes']->value)) {?> checked="checked"<?php }?> class="noborder" />
|
||||
<?php }?>
|
||||
<?php } else { ?>
|
||||
<input type="checkbox" name="<?php echo $_smarty_tpl->tpl_vars['list_id']->value;?>
|
||||
Box[]" value="<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['identifier']->value];?>
|
||||
"<?php ob_start();
|
||||
echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['identifier']->value];
|
||||
$_prefixVariable2 = ob_get_clean();
|
||||
if (isset($_smarty_tpl->tpl_vars['checked_boxes']->value) && is_array($_smarty_tpl->tpl_vars['checked_boxes']->value) && in_array($_prefixVariable2,$_smarty_tpl->tpl_vars['checked_boxes']->value)) {?> checked="checked"<?php }?> class="noborder" />
|
||||
<?php }?>
|
||||
</td>
|
||||
<?php }?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['fields_display']->value, 'params', false, 'key');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['params']->value) {
|
||||
?>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5983753605da83a093a5685_83904378', "open_td");
|
||||
?>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_8566024425da83a093ada55_99580742', "td_content");
|
||||
?>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10471170215da83a093cfe50_47951720', "close_td");
|
||||
?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['multishop_active']->value && $_smarty_tpl->tpl_vars['shop_link_type']->value) {?>
|
||||
<td title="<?php echo $_smarty_tpl->tpl_vars['tr']->value['shop_name'];?>
|
||||
">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tr']->value['shop_short_name'])) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value['shop_short_name'];?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value['shop_name'];?>
|
||||
|
||||
<?php }?>
|
||||
</td>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['has_actions']->value) {?>
|
||||
<td class="text-right">
|
||||
<?php $_smarty_tpl->_assignInScope('compiled_actions', array());?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['actions']->value, 'action', false, 'key');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['action']->value) {
|
||||
?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['action']->value])) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['key']->value == 0) {?>
|
||||
<?php $_smarty_tpl->_assignInScope('action', $_smarty_tpl->tpl_vars['action']->value);?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'delete' && count($_smarty_tpl->tpl_vars['actions']->value) > 2) {?>
|
||||
<?php $_tmp_array = isset($_smarty_tpl->tpl_vars['compiled_actions']) ? $_smarty_tpl->tpl_vars['compiled_actions']->value : array();
|
||||
if (!is_array($_tmp_array) || $_tmp_array instanceof ArrayAccess) {
|
||||
settype($_tmp_array, 'array');
|
||||
}
|
||||
$_tmp_array[] = 'divider';
|
||||
$_smarty_tpl->_assignInScope('compiled_actions', $_tmp_array);?>
|
||||
<?php }?>
|
||||
<?php $_tmp_array = isset($_smarty_tpl->tpl_vars['compiled_actions']) ? $_smarty_tpl->tpl_vars['compiled_actions']->value : array();
|
||||
if (!is_array($_tmp_array) || $_tmp_array instanceof ArrayAccess) {
|
||||
settype($_tmp_array, 'array');
|
||||
}
|
||||
$_tmp_array[] = $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['action']->value];
|
||||
$_smarty_tpl->_assignInScope('compiled_actions', $_tmp_array);?>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['compiled_actions']->value) > 0) {?>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['compiled_actions']->value) > 1) {?><div class="btn-group-action"><?php }?>
|
||||
<div class="btn-group pull-right">
|
||||
<?php echo $_smarty_tpl->tpl_vars['compiled_actions']->value[0];?>
|
||||
|
||||
<?php if (count($_smarty_tpl->tpl_vars['compiled_actions']->value) > 1) {?>
|
||||
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="icon-caret-down"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['compiled_actions']->value, 'action', false, 'key');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['key']->value => $_smarty_tpl->tpl_vars['action']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['key']->value != 0) {?>
|
||||
<li<?php if ($_smarty_tpl->tpl_vars['action']->value == 'divider' && count($_smarty_tpl->tpl_vars['compiled_actions']->value) > 3) {?> class="divider"<?php }?>>
|
||||
<?php if ($_smarty_tpl->tpl_vars['action']->value != 'divider') {
|
||||
echo $_smarty_tpl->tpl_vars['action']->value;
|
||||
}?>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['compiled_actions']->value) > 1) {?></div><?php }?>
|
||||
<?php }?>
|
||||
</td>
|
||||
<?php }?>
|
||||
</tr>
|
||||
<?php
|
||||
$_smarty_tpl->tpl_vars['tr'] = $__foreach_tr_9_saved;
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
|
||||
} else { ?>
|
||||
<tr>
|
||||
<td class="list-empty" colspan="<?php echo count($_smarty_tpl->tpl_vars['fields_display']->value)+1;?>
|
||||
">
|
||||
<div class="list-empty-msg">
|
||||
<i class="icon-warning-sign list-empty-icon"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No records found'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</tbody>
|
||||
<?php }
|
||||
/* {block "open_td"} */
|
||||
class Block_5983753605da83a093a5685_83904378 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'open_td' =>
|
||||
array (
|
||||
0 => 'Block_5983753605da83a093a5685_83904378',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<td
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['position'])) {?>
|
||||
id="td_<?php if (!empty($_smarty_tpl->tpl_vars['position_group_identifier']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['position_group_identifier']->value;
|
||||
} else { ?>0<?php }?>_<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['identifier']->value];
|
||||
if ($_smarty_tpl->smarty->ext->_capture->getBuffer($_smarty_tpl, 'tr_count') > 1) {?>_<?php echo intval(($_smarty_tpl->smarty->ext->_capture->getBuffer($_smarty_tpl, 'tr_count')-1));
|
||||
}?>"
|
||||
<?php }?>
|
||||
class="<?php if (!$_smarty_tpl->tpl_vars['no_link']->value) {?>pointer<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['params']->value['position']) && $_smarty_tpl->tpl_vars['order_by']->value == 'position' && $_smarty_tpl->tpl_vars['order_way']->value != 'DESC') {?> dragHandle<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['params']->value['class'])) {?> <?php echo $_smarty_tpl->tpl_vars['params']->value['class'];
|
||||
}
|
||||
if (isset($_smarty_tpl->tpl_vars['params']->value['align'])) {?> <?php echo $_smarty_tpl->tpl_vars['params']->value['align'];
|
||||
}?>"
|
||||
<?php if ((!isset($_smarty_tpl->tpl_vars['params']->value['position']) && !$_smarty_tpl->tpl_vars['no_link']->value && !isset($_smarty_tpl->tpl_vars['params']->value['remove_onclick']))) {?>
|
||||
onclick="document.location = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( addslashes($_smarty_tpl->tpl_vars['current_index']->value),'html','UTF-8' ));?>
|
||||
&<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['identifier']->value,'html','UTF-8' ));?>
|
||||
=<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['identifier']->value],'html','UTF-8' ));
|
||||
if ($_smarty_tpl->tpl_vars['view']->value) {?>&view<?php } else { ?>&update<?php }
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['table']->value,'html','UTF-8' ));
|
||||
if ($_smarty_tpl->tpl_vars['page']->value > 1) {?>&page=<?php echo intval($_smarty_tpl->tpl_vars['page']->value);
|
||||
}?>&token=<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['token']->value,'html','UTF-8' ));?>
|
||||
'">
|
||||
<?php } else { ?>
|
||||
>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "open_td"} */
|
||||
/* {block "default_field"} */
|
||||
class Block_20930170955da83a093ca9b2_78249578 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
--<?php
|
||||
}
|
||||
}
|
||||
/* {/block "default_field"} */
|
||||
/* {block "td_content"} */
|
||||
class Block_8566024425da83a093ada55_99580742 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'td_content' =>
|
||||
array (
|
||||
0 => 'Block_8566024425da83a093ada55_99580742',
|
||||
),
|
||||
'default_field' =>
|
||||
array (
|
||||
0 => 'Block_20930170955da83a093ca9b2_78249578',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['prefix'])) {
|
||||
echo $_smarty_tpl->tpl_vars['params']->value['prefix'];
|
||||
}?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['badge_success']) && $_smarty_tpl->tpl_vars['params']->value['badge_success'] && isset($_smarty_tpl->tpl_vars['tr']->value['badge_success']) && $_smarty_tpl->tpl_vars['tr']->value['badge_success'] == $_smarty_tpl->tpl_vars['params']->value['badge_success']) {?><span class="badge badge-success"><?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['badge_warning']) && $_smarty_tpl->tpl_vars['params']->value['badge_warning'] && isset($_smarty_tpl->tpl_vars['tr']->value['badge_warning']) && $_smarty_tpl->tpl_vars['tr']->value['badge_warning'] == $_smarty_tpl->tpl_vars['params']->value['badge_warning']) {?><span class="badge badge-warning"><?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['badge_danger']) && $_smarty_tpl->tpl_vars['params']->value['badge_danger'] && isset($_smarty_tpl->tpl_vars['tr']->value['badge_danger']) && $_smarty_tpl->tpl_vars['tr']->value['badge_danger'] == $_smarty_tpl->tpl_vars['params']->value['badge_danger']) {?><span class="badge badge-danger"><?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['color']) && isset($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['params']->value['color']])) {?>
|
||||
<span class="label color_field" style="background-color:<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['params']->value['color']];?>
|
||||
;color:<?php if (Tools::getBrightness($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['params']->value['color']]) < 128) {?>white<?php } else { ?>#383838<?php }?>">
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value])) {?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['active'])) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value];?>
|
||||
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['callback'])) {?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['maxlength']) && Tools::strlen($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]) > $_smarty_tpl->tpl_vars['params']->value['maxlength']) {?>
|
||||
<span title="<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value];?>
|
||||
"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value],$_smarty_tpl->tpl_vars['params']->value['maxlength'],'...' ));?>
|
||||
</span>
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value];?>
|
||||
|
||||
<?php }?>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['activeVisu'])) {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]) {?>
|
||||
<i class="icon-check-ok"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Enabled','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } else { ?>
|
||||
<i class="icon-remove"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Disabled','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['position'])) {?>
|
||||
<?php if (!$_smarty_tpl->tpl_vars['filters_has_value']->value && $_smarty_tpl->tpl_vars['order_by']->value == 'position' && $_smarty_tpl->tpl_vars['order_way']->value != 'DESC') {?>
|
||||
<div class="dragGroup">
|
||||
<div class="positions">
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]['position']+1;?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]['position']+1;?>
|
||||
|
||||
<?php }?>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['image'])) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value];?>
|
||||
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['icon'])) {?>
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value])) {?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]['class'])) {?>
|
||||
<i class="<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]['class'];?>
|
||||
"></i>
|
||||
<?php } else { ?>
|
||||
<img src="../img/admin/<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]['src'];?>
|
||||
" alt="<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]['alt'];?>
|
||||
" title="<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]['alt'];?>
|
||||
" />
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['type']) && $_smarty_tpl->tpl_vars['params']->value['type'] == 'price') {?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['tr']->value['id_currency'])) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['displayPrice'][0], array( array('price'=>$_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value],'currency'=>$_smarty_tpl->tpl_vars['tr']->value['id_currency']),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['displayPrice'][0], array( array('price'=>$_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['float'])) {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value];?>
|
||||
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['type']) && $_smarty_tpl->tpl_vars['params']->value['type'] == 'date') {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['dateFormat'][0], array( array('date'=>$_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value],'full'=>0),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['type']) && $_smarty_tpl->tpl_vars['params']->value['type'] == 'datetime') {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['dateFormat'][0], array( array('date'=>$_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value],'full'=>1),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['type']) && $_smarty_tpl->tpl_vars['params']->value['type'] == 'decimal') {?>
|
||||
<?php echo sprintf("%.2f",$_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]);?>
|
||||
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['type']) && $_smarty_tpl->tpl_vars['params']->value['type'] == 'percent') {?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value];?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'%'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['type']) && $_smarty_tpl->tpl_vars['params']->value['type'] == 'bool') {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value] == 1) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Yes','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value] == 0 && $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value] != '') {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['type']) && $_smarty_tpl->tpl_vars['params']->value['type'] == 'editable' && isset($_smarty_tpl->tpl_vars['tr']->value['id'])) {?>
|
||||
<input type="text" name="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
_<?php echo $_smarty_tpl->tpl_vars['tr']->value['id'];?>
|
||||
" value="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value],'html','UTF-8' ));?>
|
||||
" class="<?php echo $_smarty_tpl->tpl_vars['key']->value;?>
|
||||
" />
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['key']->value == 'color') {?>
|
||||
<?php if (!is_array($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value])) {?>
|
||||
<div style="background-color: <?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value];?>
|
||||
;" class="attributes-color-container"></div>
|
||||
<?php } else { ?> <img src="<?php echo $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]['texture'];?>
|
||||
" alt="<?php echo $_smarty_tpl->tpl_vars['tr']->value['name'];?>
|
||||
" class="attributes-color-container" />
|
||||
<?php }?>
|
||||
<?php } elseif (isset($_smarty_tpl->tpl_vars['params']->value['maxlength']) && Tools::strlen($_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value]) > $_smarty_tpl->tpl_vars['params']->value['maxlength']) {?>
|
||||
<span title="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value],'html','UTF-8' ));?>
|
||||
"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value],$_smarty_tpl->tpl_vars['params']->value['maxlength'],'...' )),'html','UTF-8' ));?>
|
||||
</span>
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['tr']->value[$_smarty_tpl->tpl_vars['key']->value],'html','UTF-8' ));?>
|
||||
|
||||
<?php }?>
|
||||
<?php } else { ?>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_20930170955da83a093ca9b2_78249578', "default_field", $this->tplIndex);
|
||||
?>
|
||||
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['suffix'])) {
|
||||
echo $_smarty_tpl->tpl_vars['params']->value['suffix'];
|
||||
}?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['color']) && isset($_smarty_tpl->tpl_vars['tr']->value['color'])) {?>
|
||||
</span>
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['badge_danger']) && $_smarty_tpl->tpl_vars['params']->value['badge_danger'] && isset($_smarty_tpl->tpl_vars['tr']->value['badge_danger']) && $_smarty_tpl->tpl_vars['tr']->value['badge_danger'] == $_smarty_tpl->tpl_vars['params']->value['badge_danger']) {?></span><?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['badge_warning']) && $_smarty_tpl->tpl_vars['params']->value['badge_warning'] && isset($_smarty_tpl->tpl_vars['tr']->value['badge_warning']) && $_smarty_tpl->tpl_vars['tr']->value['badge_warning'] == $_smarty_tpl->tpl_vars['params']->value['badge_warning']) {?></span><?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['params']->value['badge_success']) && $_smarty_tpl->tpl_vars['params']->value['badge_success'] && isset($_smarty_tpl->tpl_vars['tr']->value['badge_success']) && $_smarty_tpl->tpl_vars['tr']->value['badge_success'] == $_smarty_tpl->tpl_vars['params']->value['badge_success']) {?></span><?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "td_content"} */
|
||||
/* {block "close_td"} */
|
||||
class Block_10471170215da83a093cfe50_47951720 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'close_td' =>
|
||||
array (
|
||||
0 => 'Block_10471170215da83a093cfe50_47951720',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
</td>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block "close_td"} */
|
||||
}
|
||||
@@ -1,201 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/layout.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a15883cf9_76635041',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7decc30c8297502370b2e1f7fbe87e7981df0a69' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/layout.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:components/layout/quick_access.tpl' => 1,
|
||||
'file:components/layout/search_form.tpl' => 1,
|
||||
'file:components/layout/shop_list.tpl' => 1,
|
||||
'file:components/layout/notifications_center.tpl' => 1,
|
||||
'file:components/layout/employee_dropdown.tpl' => 1,
|
||||
'file:components/layout/nav_bar.tpl' => 1,
|
||||
'file:components/layout/error_messages.tpl' => 1,
|
||||
'file:components/layout/information_messages.tpl' => 1,
|
||||
'file:components/layout/confirmation_messages.tpl' => 1,
|
||||
'file:components/layout/warning_messages.tpl' => 1,
|
||||
'file:components/layout/non-responsive.tpl' => 1,
|
||||
'file:footer.tpl' => 1,
|
||||
'file:error.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a15883cf9_76635041 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!DOCTYPE html>
|
||||
<html lang="<?php echo $_smarty_tpl->tpl_vars['iso']->value;?>
|
||||
">
|
||||
<head>
|
||||
<?php echo $_smarty_tpl->tpl_vars['header']->value;?>
|
||||
|
||||
</head>
|
||||
<body class="lang-<?php echo $_smarty_tpl->tpl_vars['iso_user']->value;
|
||||
if ($_smarty_tpl->tpl_vars['lang_is_rtl']->value) {?> lang-rtl<?php }?> <?php echo strtolower(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_GET['controller'] )));
|
||||
if ($_smarty_tpl->tpl_vars['collapse_menu']->value) {?> page-sidebar-closed<?php }?>">
|
||||
|
||||
|
||||
<header id="header">
|
||||
<nav id="header_infos" class="main-header">
|
||||
|
||||
<button class="btn btn-primary-reverse onclick btn-lg unbind ajax-spinner"></button>
|
||||
|
||||
|
||||
<i class="material-icons js-mobile-menu">menu</i>
|
||||
<a id="header_logo" class="logo float-left" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['default_tab_link']->value,'html','UTF-8' ));?>
|
||||
"></a>
|
||||
<span id="shop_version"><?php echo $_smarty_tpl->tpl_vars['ps_version']->value;?>
|
||||
</span>
|
||||
|
||||
<div class="component" id="quick-access-container">
|
||||
<?php $_smarty_tpl->_subTemplateRender("file:components/layout/quick_access.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
</div>
|
||||
<div class="component" id="header-search-container">
|
||||
<?php $_smarty_tpl->_subTemplateRender("file:components/layout/search_form.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['debug_mode']->value) && $_smarty_tpl->tpl_vars['debug_mode']->value == true) {?>
|
||||
<div class="component hide-mobile-sm" id="header-debug-mode-container">
|
||||
<a class="link shop-state"
|
||||
id="debug-mode"
|
||||
data-toggle="pstooltip"
|
||||
data-placement="bottom"
|
||||
data-html="true"
|
||||
title="<p class='text-left'><strong><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your shop is in debug mode.'),$_smarty_tpl ) );?>
|
||||
</strong></p><p class='text-left'><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode.','html'=>true,'sprintf'=>array('[1]'=>'<strong>','[/1]'=>'</strong>')),$_smarty_tpl ) );?>
|
||||
</p>"
|
||||
href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminPerformance'),'html','UTF-8' ));?>
|
||||
"
|
||||
>
|
||||
<i class="material-icons">bug_report</i>
|
||||
<span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Debug mode'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['maintenance_mode']->value) && $_smarty_tpl->tpl_vars['maintenance_mode']->value == true) {?>
|
||||
<div class="component hide-mobile-sm" id="header-maintenance-mode-container">
|
||||
<a class="link shop-state"
|
||||
id="maintenance-mode"
|
||||
data-toggle="pstooltip"
|
||||
data-placement="bottom"
|
||||
data-html="true"
|
||||
title="<p class='text-left'><strong><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your shop is in maintenance.'),$_smarty_tpl ) );?>
|
||||
</strong></p><p class='text-left'><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab.','sprintf'=>array('<br />')),$_smarty_tpl ) );?>
|
||||
</p>" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminMaintenance'),'html','UTF-8' ));?>
|
||||
"
|
||||
>
|
||||
<i class="material-icons">build</i>
|
||||
<span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Maintenance mode'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<?php }?>
|
||||
<div class="component" id="header-shop-list-container">
|
||||
<?php $_smarty_tpl->_subTemplateRender("file:components/layout/shop_list.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
</div>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_orders']->value || $_smarty_tpl->tpl_vars['show_new_customers']->value || $_smarty_tpl->tpl_vars['show_new_messages']->value) {?>
|
||||
<div class="component header-right-component" id="header-notifications-container">
|
||||
<?php $_smarty_tpl->_subTemplateRender("file:components/layout/notifications_center.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<div class="component" id="header-employee-container">
|
||||
<?php $_smarty_tpl->_subTemplateRender("file:components/layout/employee_dropdown.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['displayBackOfficeTop']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['displayBackOfficeTop']->value;
|
||||
}?>
|
||||
</header>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:components/layout/nav_bar.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
|
||||
<div id="main-div">
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['install_dir_exists']->value) {?>
|
||||
|
||||
<div class="alert alert-warning">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'For security reasons, you must also delete the /install folder.'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['page_header_toolbar']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['page_header_toolbar']->value;
|
||||
}?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['modal_module_list']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['modal_module_list']->value;
|
||||
}?>
|
||||
|
||||
<div class="content-div <?php if (!isset($_smarty_tpl->tpl_vars['page_header_toolbar']->value)) {?>-notoolbar<?php }?> <?php if ($_smarty_tpl->tpl_vars['current_tab_level']->value == 3) {?>with-tabs<?php }?>">
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAdminAfterHeader'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:components/layout/error_messages.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:components/layout/information_messages.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:components/layout/confirmation_messages.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:components/layout/warning_messages.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
|
||||
<div class="row ">
|
||||
<div class="col-sm-12">
|
||||
<?php echo $_smarty_tpl->tpl_vars['page']->value;?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAdminEndContent'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:components/layout/non-responsive.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
<div class="mobile-layer"></div>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['display_footer']->value) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:footer.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
}?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['php_errors']->value)) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender("file:error.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
}?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['modals']->value)) {?>
|
||||
<div class="bootstrap">
|
||||
<?php echo $_smarty_tpl->tpl_vars['modals']->value;?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,80 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:58
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/products-top.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839be6e1aa3_66765027',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7e35f0818761ae36379c95f05436d84d98cfd683' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/products-top.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:catalog/_partials/sort-orders.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839be6e1aa3_66765027 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<div id="js-product-list-top" class="row products-selection">
|
||||
<div class="col-md-6 hidden-sm-down total-products">
|
||||
<?php if ($_smarty_tpl->tpl_vars['listing']->value['pagination']['total_items'] > 1) {?>
|
||||
<p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'There are %product_count% products.','d'=>'Shop.Theme.Catalog','sprintf'=>array('%product_count%'=>$_smarty_tpl->tpl_vars['listing']->value['pagination']['total_items'])),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['listing']->value['pagination']['total_items'] > 0) {?>
|
||||
<p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'There is 1 product.','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php }?>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="row sort-by-row">
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_9604042485da839be6ddae1_67219148', 'sort_by');
|
||||
?>
|
||||
|
||||
|
||||
<?php if (!empty($_smarty_tpl->tpl_vars['listing']->value['rendered_facets'])) {?>
|
||||
<div class="col-sm-3 col-xs-4 hidden-md-up filter-button">
|
||||
<button id="search_filter_toggler" class="btn btn-secondary">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Filter','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-12 hidden-md-up text-sm-center showing">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Showing %from%-%to% of %total% item(s)','d'=>'Shop.Theme.Catalog','sprintf'=>array('%from%'=>$_smarty_tpl->tpl_vars['listing']->value['pagination']['items_shown_from'],'%to%'=>$_smarty_tpl->tpl_vars['listing']->value['pagination']['items_shown_to'],'%total%'=>$_smarty_tpl->tpl_vars['listing']->value['pagination']['total_items'])),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
/* {block 'sort_by'} */
|
||||
class Block_9604042485da839be6ddae1_67219148 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'sort_by' =>
|
||||
array (
|
||||
0 => 'Block_9604042485da839be6ddae1_67219148',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/sort-orders.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('sort_orders'=>$_smarty_tpl->tpl_vars['listing']->value['sort_orders']), 0, false);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'sort_by'} */
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from 'module:pssocialfollowpssocialfol' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b061f368_06935161',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'80ac9ddb06fe7b43ffdd2f5cd1185536480d2577' =>
|
||||
array (
|
||||
0 => 'module:pssocialfollowpssocialfol',
|
||||
1 => 1561472940,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b061f368_06935161 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->compiled->nocache_hash = '19113982465da839b061d7a0_49332245';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_socialfollow/ps_socialfollow.tpl -->
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_18027181255da839b061dd33_57933712', 'block_social');
|
||||
?>
|
||||
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_socialfollow/ps_socialfollow.tpl --><?php }
|
||||
/* {block 'block_social'} */
|
||||
class Block_18027181255da839b061dd33_57933712 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'block_social' =>
|
||||
array (
|
||||
0 => 'Block_18027181255da839b061dd33_57933712',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="block-social col-lg-4 col-md-12 col-sm-12">
|
||||
<ul>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['social_links']->value, 'social_link');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['social_link']->value) {
|
||||
?>
|
||||
<li class="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['social_link']->value['class'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['social_link']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" target="_blank"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['social_link']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</a></li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'block_social'} */
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/modal.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04de1d41_27034504',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8194f03ba3e76552480eb4cacfdb14e475a7716d' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/modal.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04de1d41_27034504 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="modal fade" id="<?php echo $_smarty_tpl->tpl_vars['modal_id']->value;?>
|
||||
" tabindex="-1">
|
||||
<div class="modal-dialog <?php if (isset($_smarty_tpl->tpl_vars['modal_class']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['modal_class']->value;
|
||||
}?>">
|
||||
<div class="modal-content">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['modal_title']->value)) {?>
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
<h4 class="modal-title"><?php echo $_smarty_tpl->tpl_vars['modal_title']->value;?>
|
||||
</h4>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php echo $_smarty_tpl->tpl_vars['modal_content']->value;?>
|
||||
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['modal_actions']->value)) {?>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Close','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['modal_actions']->value, 'action');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['action']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['action']->value['type'] == 'link') {?>
|
||||
<a href="<?php echo $_smarty_tpl->tpl_vars['action']->value['href'];?>
|
||||
" class="btn <?php echo $_smarty_tpl->tpl_vars['action']->value['class'];?>
|
||||
"><?php echo $_smarty_tpl->tpl_vars['action']->value['label'];?>
|
||||
</a>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['action']->value['type'] == 'button') {?>
|
||||
<button type="button" value="<?php echo $_smarty_tpl->tpl_vars['action']->value['value'];?>
|
||||
" class="btn <?php echo $_smarty_tpl->tpl_vars['action']->value['class'];?>
|
||||
">
|
||||
<?php echo $_smarty_tpl->tpl_vars['action']->value['label'];?>
|
||||
|
||||
</button>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:00
|
||||
/* Smarty version 3.1.33, created on 2020-01-10 09:44:26
|
||||
from 'module:psfacetedsearchpsfaceteds' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c0c478a6_03633535',
|
||||
'unifunc' => 'content_5e18396ab52eb0_27301436',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'81a1040ed0eeab6f58198f9907167c7fced628c5' =>
|
||||
array (
|
||||
0 => 'module:psfacetedsearchpsfaceteds',
|
||||
1 => 1561472940,
|
||||
1 => 1574190557,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
@@ -20,8 +20,8 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c0c478a6_03633535 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_facetedsearch/ps_facetedsearch.tpl --><?php if (isset($_smarty_tpl->tpl_vars['listing']->value['rendered_facets'])) {?>
|
||||
function content_5e18396ab52eb0_27301436 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_facetedsearch/ps_facetedsearch.tpl --><?php if (isset($_smarty_tpl->tpl_vars['listing']->value['rendered_facets'])) {?>
|
||||
<div id="search_filters_wrapper" class="hidden-sm-down">
|
||||
<div id="search_filter_controls" class="hidden-md-up">
|
||||
<span id="_mobile_search_filters_clear_all"></span>
|
||||
@@ -35,5 +35,5 @@ function content_5da839c0c478a6_03633535 (Smarty_Internal_Template $_smarty_tpl)
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_facetedsearch/ps_facetedsearch.tpl --><?php }
|
||||
<!-- end /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_facetedsearch/ps_facetedsearch.tpl --><?php }
|
||||
}
|
||||
|
||||
@@ -1,102 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:29
|
||||
from '/var/www/clients/client1/web14/web/modules/dashtrends/views/templates/hook/dashboard_zone_two.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a19e82ce4_50626248',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8357a25a5823ad896041e9b537bfcca68c9ed86c' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/dashtrends/views/templates/hook/dashboard_zone_two.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a19e82ce4_50626248 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
echo '<script'; ?>
|
||||
>
|
||||
var currency_format = <?php echo floatval($_smarty_tpl->tpl_vars['currency']->value->format);?>
|
||||
;
|
||||
var currency_sign = '<?php echo addcslashes($_smarty_tpl->tpl_vars['currency']->value->sign,'\'');?>
|
||||
';
|
||||
var currency_blank = <?php echo intval($_smarty_tpl->tpl_vars['currency']->value->blank);?>
|
||||
;
|
||||
var priceDisplayPrecision = <?php echo intval($_smarty_tpl->tpl_vars['_PS_PRICE_DISPLAY_PRECISION_']->value);?>
|
||||
;
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<div class="clearfix"></div>
|
||||
<section id="dashtrends" class="panel widget<?php if ($_smarty_tpl->tpl_vars['allow_push']->value) {?> allow_push<?php }?>">
|
||||
<header class="panel-heading">
|
||||
<i class="icon-bar-chart"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Dashboard','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
<span class="panel-heading-action">
|
||||
<a class="list-toolbar-btn" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminDashboard'),'html','UTF-8' ));?>
|
||||
&profitability_conf=1" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Configure','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<i class="process-icon-configure"></i>
|
||||
</a>
|
||||
<a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashtrends'); return false;" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Refresh','d'=>'Admin.Actions'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<i class="process-icon-refresh"></i>
|
||||
</a>
|
||||
</span>
|
||||
</header>
|
||||
<div id="dashtrends_toolbar" class="row">
|
||||
<dl class="col-xs-4 col-lg-2 label-tooltip" onclick="selectDashtrendsChart(this, 'sales');" data-toggle="tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sum of revenue (excl. tax) generated within the date range by orders considered validated.','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
" data-placement="bottom">
|
||||
<dt><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sales','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</dt>
|
||||
<dd class="data_value size_l"><span id="sales_score"></span></dd>
|
||||
<dd class="dash_trend"><span id="sales_score_trends"></span></dd>
|
||||
</dl>
|
||||
<dl class="col-xs-4 col-lg-2 label-tooltip" onclick="selectDashtrendsChart(this, 'orders');" data-toggle="tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Total number of orders received within the date range that are considered validated.','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
" data-placement="bottom">
|
||||
<dt><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Orders','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</dt>
|
||||
<dd class="data_value size_l"><span id="orders_score"></span></dd>
|
||||
<dd class="dash_trend"><span id="orders_score_trends"></span></dd>
|
||||
</dl>
|
||||
<dl class="col-xs-4 col-lg-2 label-tooltip" onclick="selectDashtrendsChart(this, 'average_cart_value');" data-toggle="tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders.','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
" data-placement="bottom">
|
||||
<dt><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Cart Value','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
</dt>
|
||||
<dd class="data_value size_l"><span id="cart_value_score"></span></dd>
|
||||
<dd class="dash_trend"><span id="cart_value_score_trends"></span></dd>
|
||||
</dl>
|
||||
<dl class="col-xs-4 col-lg-2 label-tooltip" onclick="selectDashtrendsChart(this, 'visits');" data-toggle="tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website.','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
" data-placement="bottom">
|
||||
<dt><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Visits','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</dt>
|
||||
<dd class="data_value size_l"><span id="visits_score"></span></dd>
|
||||
<dd class="dash_trend"><span id="visits_score_trends"></span></dd>
|
||||
</dl>
|
||||
<dl class="col-xs-4 col-lg-2 label-tooltip" onclick="selectDashtrendsChart(this, 'conversion_rate');" data-toggle="tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order.','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
" data-placement="bottom">
|
||||
<dt><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Conversion Rate','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
</dt>
|
||||
<dd class="data_value size_l"><span id="conversion_rate_score"></span></dd>
|
||||
<dd class="dash_trend"><span id="conversion_rate_score_trends"></span></dd>
|
||||
</dl>
|
||||
<dl class="col-xs-4 col-lg-2 label-tooltip" onclick="selectDashtrendsChart(this, 'net_profits');" data-toggle="tooltip" data-original-title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here.','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
" data-placement="bottom">
|
||||
<dt><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Net Profit','d'=>'Modules.Dashtrends.Admin'),$_smarty_tpl ) );?>
|
||||
</dt>
|
||||
<dd class="data_value size_l"><span id="net_profits_score"></span></dd>
|
||||
<dd class="dash_trend"><span id="net_profits_score_trends"></span></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div id="dash_trends_chart1" class="chart with-transitions">
|
||||
<svg></svg>
|
||||
</div>
|
||||
</section>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,96 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/modules/easyloginascustomer/views/templates/hook/displayBackOfficeTop.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04c19840_62084359',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'83cfa15fbf8a3fc12d1ae7cdc99e58abc43663c0' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/easyloginascustomer/views/templates/hook/displayBackOfficeTop.tpl',
|
||||
1 => 1565339700,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04c19840_62084359 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
echo '<script'; ?>
|
||||
>
|
||||
var loginascustomer_url = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_url']->value,"htmlall","UTF-8" ));?>
|
||||
';
|
||||
var loginascustomer_token = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_token']->value,"htmlall","UTF-8" ));?>
|
||||
';
|
||||
var loginascustomer_employee_data_url = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_employee_data_url']->value,"htmlall","UTF-8" ));?>
|
||||
';
|
||||
var loginascustomer_new_tab = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_new_tab']->value,"htmlall","UTF-8" ));?>
|
||||
';
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
|
||||
<li class="dropdown hidden" id="loginascustomer_li_nav">
|
||||
<a data-toggle="dropdown" class="dropdown-toggle notifs" href="javascript:void(0);">
|
||||
<i class="material-icons">exit_to_app</i>
|
||||
</a>
|
||||
<div class="dropdown-menu notifs_dropdown" id="dropdown_loginascustomer">
|
||||
<section class="notifs_panel" style="width:420px;">
|
||||
<div class="notifs_panel_header">
|
||||
<h3><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Login as Customer','mod'=>'easyloginascustomer'),$_smarty_tpl ) );?>
|
||||
|
||||
<a data-toggle="dropdown" class="dropdown-toggle notifs dropdown_loginascustomer_link" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_config_url']->value,'htmlall','UTF-8' ));?>
|
||||
" style="float:right; text-align:right;">
|
||||
<i class="icon-cogs" onclick="javascript:document.location.href = '<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_config_url']->value,'htmlall','UTF-8' ));?>
|
||||
'"></i>
|
||||
</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="loginascustomer_search">
|
||||
<input type="text" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Search for a customer','mod'=>'easyloginascustomer'),$_smarty_tpl ) );?>
|
||||
" value="" class="form-control" name="loginascustomer_search" id="loginascustomer_search">
|
||||
</div>
|
||||
<div id="loginascustomer_result">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['loginascustomer_history']->value)) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['loginascustomer_history']->value, 'lh', false, NULL, 'myLoop', array (
|
||||
));
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['lh']->value) {
|
||||
?>
|
||||
<div class="panel-heading loginascustomer_line">
|
||||
<i class="icon-user"></i> <?php if (isset($_smarty_tpl->tpl_vars['lh']->value['company'])) {?><strong><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['company'],'htmlall','UTF-8' ));?>
|
||||
</strong> <?php }
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['firstname'],'htmlall','UTF-8' ));?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['lastname'],'htmlall','UTF-8' ));?>
|
||||
[<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['id_customer'],'htmlall','UTF-8' ));?>
|
||||
] -
|
||||
<i class="icon-envelope"></i> <a class="dropdown_loginascustomer_link" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['url'],'htmlall','UTF-8' ));?>
|
||||
"<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_new_tab']->value,'htmlall','UTF-8' ));?>
|
||||
><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['email'],'htmlall','UTF-8' ));?>
|
||||
</a>
|
||||
<div class="panel-heading-action" style="float:right;">
|
||||
<a class="dropdown_loginascustomer_link" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['lh']->value['url'],'htmlall','UTF-8' ));?>
|
||||
"<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['loginascustomer_new_tab']->value,'htmlall','UTF-8' ));?>
|
||||
>
|
||||
<i class="icon-chevron-circle-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<?php }
|
||||
}
|
||||
@@ -1,170 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/notifications_center.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158a9e87_64377053',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'858b2c97f34d5def65127e6624184ef2ee9bbf89' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/notifications_center.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158a9e87_64377053 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div id="notif" class="notification-center dropdown dropdown-clickable">
|
||||
<button class="btn notification js-notification dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="material-icons">notifications_none</i>
|
||||
<span id="notifications-total" class="count hide">0</span>
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right js-notifs_dropdown">
|
||||
<div class="notifications">
|
||||
<ul class="nav nav-tabs" role="tablist">
|
||||
<?php $_smarty_tpl->_assignInScope('active', "active");?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_orders']->value) {?>
|
||||
<li class="nav-item">
|
||||
<a
|
||||
class="nav-link <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
"
|
||||
id="orders-tab"
|
||||
data-toggle="tab"
|
||||
data-type="order"
|
||||
href="#orders-notifications"
|
||||
role="tab"
|
||||
>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Orders[1][/1]','html'=>true,'sprintf'=>array('[1]'=>'<span id="_nb_new_orders_">','[/1]'=>'</span>'),'d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_customers']->value) {?>
|
||||
<li class="nav-item">
|
||||
<a
|
||||
class="nav-link <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
"
|
||||
id="customers-tab"
|
||||
data-toggle="tab"
|
||||
data-type="customer"
|
||||
href="#customers-notifications"
|
||||
role="tab"
|
||||
>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Customers[1][/1]','html'=>true,'sprintf'=>array('[1]'=>'<span id="_nb_new_customers_">','[/1]'=>'</span>'),'d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_messages']->value) {?>
|
||||
<li class="nav-item">
|
||||
<a
|
||||
class="nav-link <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
"
|
||||
id="messages-tab"
|
||||
data-toggle="tab"
|
||||
data-type="customer_message"
|
||||
href="#messages-notifications"
|
||||
role="tab"
|
||||
>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Messages[1][/1]','html'=>true,'sprintf'=>array('[1]'=>'<span id="_nb_new_messages_">','[/1]'=>'</span>'),'d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
</ul>
|
||||
|
||||
<!-- Tab panes -->
|
||||
<div class="tab-content">
|
||||
<?php $_smarty_tpl->_assignInScope('active', "active");?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_orders']->value) {?>
|
||||
<div class="tab-pane <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
empty" id="orders-notifications" role="tabpanel">
|
||||
<p class="no-notification">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No new order for now :(','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
<br>
|
||||
<?php echo $_smarty_tpl->tpl_vars['no_order_tip']->value;?>
|
||||
|
||||
</p>
|
||||
<div class="notification-elements"></div>
|
||||
</div>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_customers']->value) {?>
|
||||
<div class="tab-pane <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
empty" id="customers-notifications" role="tabpanel">
|
||||
<p class="no-notification">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No new customer for now :(','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
<br>
|
||||
<?php echo $_smarty_tpl->tpl_vars['no_customer_tip']->value;?>
|
||||
|
||||
</p>
|
||||
<div class="notification-elements"></div>
|
||||
</div>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_messages']->value) {?>
|
||||
<div class="tab-pane <?php echo $_smarty_tpl->tpl_vars['active']->value;?>
|
||||
empty" id="messages-notifications" role="tabpanel">
|
||||
<p class="no-notification">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No new message for now.','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
<br>
|
||||
<?php echo $_smarty_tpl->tpl_vars['no_customer_message_tip']->value;?>
|
||||
|
||||
</p>
|
||||
<div class="notification-elements"></div>
|
||||
</div>
|
||||
<?php $_smarty_tpl->_assignInScope('active', '');?>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_orders']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/html" id="order-notification-template">
|
||||
<a class="notif" href='order_url'>
|
||||
#_id_order_ -
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'from','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
<strong>_customer_name_</strong> (_iso_code_)_carrier_
|
||||
<strong class="float-sm-right">_total_paid_</strong>
|
||||
</a>
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_customers']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/html" id="customer-notification-template">
|
||||
<a class="notif" href='customer_url'>
|
||||
#_id_customer_ - <strong>_customer_name_</strong>_company_ - <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'registered','d'=>'Admin.Navigation.Notification'),$_smarty_tpl ) );?>
|
||||
<strong>_date_add_</strong>
|
||||
</a>
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_new_messages']->value) {?>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/html" id="message-notification-template">
|
||||
<a class="notif" href='message_url'>
|
||||
<span class="message-notification-status _status_">
|
||||
<i class="material-icons">fiber_manual_record</i> _status_
|
||||
</span>
|
||||
- <strong>_customer_name_</strong> (_company_) - <i class="material-icons">access_time</i> _date_add_
|
||||
</a>
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 12:00:29
|
||||
from 'module:pscustomtextpscustomtext.' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83bbd055f30_70128724',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8654b2ba7ef103395c5eb0a4a12ed7463d291bc8' =>
|
||||
array (
|
||||
0 => 'module:pscustomtextpscustomtext.',
|
||||
1 => 1561475640,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83bbd055f30_70128724 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->compiled->nocache_hash = '6054155625da83bbd055530_89277023';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/modules/ps_customtext/ps_customtext.tpl -->
|
||||
<div id="custom-text">
|
||||
<?php echo $_smarty_tpl->tpl_vars['cms_infos']->value['text'];?>
|
||||
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/modules/ps_customtext/ps_customtext.tpl --><?php }
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/modules/welcome/views/contents/end.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04bc2424_06577898',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8692b816aa7fae76ad27a30f9c23ffce5b48ce1d' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/modules/welcome/views/contents/end.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04bc2424_06577898 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<div id="onboarding-welcome" class="modal-body">
|
||||
<div class="col-12">
|
||||
<button class="onboarding-button-next pull-right close" type="button">×</button>
|
||||
<h2 class="text-center text-md-center"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Over to you!','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</h2>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<p class="text-center text-md-center">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'You\'ve seen the essential, but there\'s a lot more to explore.','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
<br />
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Some ressources can help you go further:','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 justify-content-center text-center text-md-center link-container">
|
||||
<a class="final-link" href="http://doc.prestashop.com/display/PS17/Getting+Started" target="_blank">
|
||||
<div class="starter-guide"></div>
|
||||
<span class="link"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Starter Guide','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-center link-container">
|
||||
<a class="final-link" href="https://www.prestashop.com/forums/" target="_blank">
|
||||
<div class="forum"></div>
|
||||
<span class="link"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Forum','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 text-center text-md-center link-container">
|
||||
<a class="final-link" href="https://www.prestashop.com/en/training-prestashop" target="_blank">
|
||||
<div class="training"></div>
|
||||
<span class="link"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Training','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-center link-container">
|
||||
<a class="final-link" href="https://www.youtube.com/user/prestashop" target="_blank">
|
||||
<div class="video-tutorial"></div>
|
||||
<span class="link"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Video tutorial','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<div class="col-12">
|
||||
<div class="text-center text-md-center">
|
||||
<button class="btn btn-primary onboarding-button-next"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'I\'m ready','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,120 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:50
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/personal-information.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839f2197fa4_12035709',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'88134853233a6f96fa0cecc9b58afc0a3f3ec1ad' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/personal-information.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839f2197fa4_12035709 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, true);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_21399718015da839f218fa88_10113700', 'step_content');
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'checkout/_partials/steps/checkout-step.tpl');
|
||||
}
|
||||
/* {block 'step_content'} */
|
||||
class Block_21399718015da839f218fa88_10113700 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'step_content' =>
|
||||
array (
|
||||
0 => 'Block_21399718015da839f218fa88_10113700',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['customer']->value['is_logged'] && !$_smarty_tpl->tpl_vars['customer']->value['is_guest']) {?>
|
||||
|
||||
<p class="identity">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Connected as [1]%firstname% %lastname%[/1].','d'=>'Shop.Theme.Customeraccount','sprintf'=>array('[1]'=>"<a href='".((string)$_smarty_tpl->tpl_vars['urls']->value['pages']['identity'])."'>",'[/1]'=>"</a>",'%firstname%'=>$_smarty_tpl->tpl_vars['customer']->value['firstname'],'%lastname%'=>$_smarty_tpl->tpl_vars['customer']->value['lastname'])),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
<p>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Not you? [1]Log out[/1]','d'=>'Shop.Theme.Customeraccount','sprintf'=>array('[1]'=>"<a href='".((string)$_smarty_tpl->tpl_vars['urls']->value['actions']['logout'])."'>",'[/1]'=>"</a>")),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
<?php if (!isset($_smarty_tpl->tpl_vars['empty_cart_on_logout']->value) || $_smarty_tpl->tpl_vars['empty_cart_on_logout']->value) {?>
|
||||
<p><small><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'If you sign out now, your cart will be emptied.','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</small></p>
|
||||
<?php }?>
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<ul class="nav nav-inline my-2" role="tablist">
|
||||
<li class="nav-item">
|
||||
<a
|
||||
class="nav-link <?php if (!$_smarty_tpl->tpl_vars['show_login_form']->value) {?>active<?php }?>"
|
||||
data-toggle="tab"
|
||||
href="#checkout-guest-form"
|
||||
role="tab"
|
||||
aria-controls="checkout-guest-form"
|
||||
<?php if (!$_smarty_tpl->tpl_vars['show_login_form']->value) {?> aria-selected="true"<?php }?>
|
||||
>
|
||||
<?php if ($_smarty_tpl->tpl_vars['guest_allowed']->value) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order as a guest','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Create an account','d'=>'Shop.Theme.Customeraccount'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }?>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<span href="nav-separator"> | </span>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a
|
||||
class="nav-link <?php if ($_smarty_tpl->tpl_vars['show_login_form']->value) {?>active<?php }?>"
|
||||
data-link-action="show-login-form"
|
||||
data-toggle="tab"
|
||||
href="#checkout-login-form"
|
||||
role="tab"
|
||||
aria-controls="checkout-login-form"
|
||||
<?php if ($_smarty_tpl->tpl_vars['show_login_form']->value) {?> aria-selected="true"<?php }?>
|
||||
>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Sign in','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane <?php if (!$_smarty_tpl->tpl_vars['show_login_form']->value) {?>active<?php }?>" id="checkout-guest-form" role="tabpanel" <?php if ($_smarty_tpl->tpl_vars['show_login_form']->value) {?>aria-hidden="true"<?php }?>>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['render'][0], array( array('file'=>'checkout/_partials/customer-form.tpl','ui'=>$_smarty_tpl->tpl_vars['register_form']->value,'guest_allowed'=>$_smarty_tpl->tpl_vars['guest_allowed']->value),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<div class="tab-pane <?php if ($_smarty_tpl->tpl_vars['show_login_form']->value) {?>active<?php }?>" id="checkout-login-form" role="tabpanel" <?php if (!$_smarty_tpl->tpl_vars['show_login_form']->value) {?>aria-hidden="true"<?php }?>>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['render'][0], array( array('file'=>'checkout/_partials/login-form.tpl','ui'=>$_smarty_tpl->tpl_vars['login_form']->value),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
/* {/block 'step_content'} */
|
||||
}
|
||||
@@ -1,104 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/search_form.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a1589a079_21591137',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'884bc1738a5875d7c0424d704bf93f57edcaef73' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/search_form.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a1589a079_21591137 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
<form id="header_search"
|
||||
class="bo_search_form dropdown-form js-dropdown-form collapsed"
|
||||
method="post"
|
||||
action="<?php echo $_smarty_tpl->tpl_vars['baseAdminUrl']->value;?>
|
||||
index.php?controller=AdminSearch&token=<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0], array( array('tab'=>'AdminSearch'),$_smarty_tpl ) );?>
|
||||
"
|
||||
role="search">
|
||||
<input type="hidden" name="bo_search_type" id="bo_search_type" class="js-search-type" />
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['show_clear_btn']->value) && $_smarty_tpl->tpl_vars['show_clear_btn']->value) {?>
|
||||
<a href="#" class="clear_search hide"><i class="icon-remove"></i></a>
|
||||
<?php }?>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control js-form-search" id="bo_query" name="bo_query" value="<?php echo $_smarty_tpl->tpl_vars['bo_query']->value;?>
|
||||
" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Search (e.g.: product reference, customer name…)'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<div class="input-group-append">
|
||||
<button type="button" class="btn btn-outline-secondary dropdown-toggle js-dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Everywhere'),$_smarty_tpl ) );?>
|
||||
|
||||
</button>
|
||||
<div class="dropdown-menu js-items-list">
|
||||
<a class="dropdown-item" data-item="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Everywhere'),$_smarty_tpl ) );?>
|
||||
" href="#" data-value="0" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'What are you looking for?'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-search"><i class="material-icons">search</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Everywhere'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" data-item="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Catalog'),$_smarty_tpl ) );?>
|
||||
" href="#" data-value="1" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Product name, SKU, reference...'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-book"><i class="material-icons">store_mall_directory</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Catalog'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<a class="dropdown-item" data-item="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Customers'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'by name'),$_smarty_tpl ) );?>
|
||||
" href="#" data-value="2" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Email, name...'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-group"><i class="material-icons">group</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Customers'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'by name'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<a class="dropdown-item" data-item="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Customers'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'by ip address'),$_smarty_tpl ) );?>
|
||||
" href="#" data-value="6" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'123.45.67.89'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-desktop"><i class="material-icons">desktop_mac</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Customers'),$_smarty_tpl ) );?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'by IP address'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<a class="dropdown-item" data-item="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Orders'),$_smarty_tpl ) );?>
|
||||
" href="#" data-value="3" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Order ID'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-credit-card"><i class="material-icons">shopping_basket</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Orders'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<a class="dropdown-item" data-item="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Invoices'),$_smarty_tpl ) );?>
|
||||
" href="#" data-value="4" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Invoice Number'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-book"><i class="material-icons">book</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Invoices'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<a class="dropdown-item" data-item="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Carts'),$_smarty_tpl ) );?>
|
||||
" href="#" data-value="5" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Cart ID'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-shopping-cart"><i class="material-icons">shopping_cart</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Carts'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<a class="dropdown-item" data-item="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Modules'),$_smarty_tpl ) );?>
|
||||
" href="#" data-value="7" data-placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Module name'),$_smarty_tpl ) );?>
|
||||
" data-icon="icon-puzzle-piece"><i class="material-icons">extension</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Modules'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
</div>
|
||||
<button class="btn btn-primary" type="submit"><span class="d-none"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'SEARCH'),$_smarty_tpl ) );?>
|
||||
</span><i class="material-icons">search</i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['search_type']->value) && $_smarty_tpl->tpl_vars['search_type']->value) {?>
|
||||
$('.search-option a[data-value='+<?php echo intval($_smarty_tpl->tpl_vars['search_type']->value);?>
|
||||
+']').click();
|
||||
<?php }?>
|
||||
$('#bo_query').one('click', function() {
|
||||
$(this).closest('form').removeClass('collapsed');
|
||||
});
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:02
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-additional-info.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c2a36ac6_82049010',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'88dafceba2940e1e5e5de687d6cc622253bddee0' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-additional-info.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c2a36ac6_82049010 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="product-additional-info">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductAdditionalInfo','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:00
|
||||
/* Smarty version 3.1.33, created on 2020-01-10 09:44:26
|
||||
from 'module:pscategorytreeviewstempla' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c0c43485_64509847',
|
||||
'unifunc' => 'content_5e18396aafe432_39851828',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8921007f54626fc7fe42cbff53f1d70828d3393d' =>
|
||||
array (
|
||||
0 => 'module:pscategorytreeviewstempla',
|
||||
1 => 1561472940,
|
||||
1 => 1574190552,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
@@ -20,16 +20,16 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c0c43485_64509847 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
function content_5e18396aafe432_39851828 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->smarty->ext->_tplFunction->registerTplFunctions($_smarty_tpl, array (
|
||||
'categories' =>
|
||||
array (
|
||||
'compiled_filepath' => '/var/www/clients/client1/web14/web/var/cache/dev/smarty/compile/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php',
|
||||
'compiled_filepath' => '/Volumes/Dev/Sources/Clients/bio-concept/labo/web/var/cache/dev/smarty/compile/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php',
|
||||
'uid' => '8921007f54626fc7fe42cbff53f1d70828d3393d',
|
||||
'call_name' => 'smarty_template_function_categories_8069192515da839c0c3a139_28459549',
|
||||
'call_name' => 'smarty_template_function_categories_3010174785e18396a9771f0_10615286',
|
||||
),
|
||||
));
|
||||
?><!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl -->
|
||||
?><!-- begin /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl -->
|
||||
|
||||
|
||||
<div class="block-categories hidden-sm-down">
|
||||
@@ -41,10 +41,10 @@ $_smarty_tpl->smarty->ext->_tplFunction->registerTplFunctions($_smarty_tpl, arra
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl --><?php }
|
||||
/* smarty_template_function_categories_8069192515da839c0c3a139_28459549 */
|
||||
if (!function_exists('smarty_template_function_categories_8069192515da839c0c3a139_28459549')) {
|
||||
function smarty_template_function_categories_8069192515da839c0c3a139_28459549(Smarty_Internal_Template $_smarty_tpl,$params) {
|
||||
<!-- end /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl --><?php }
|
||||
/* smarty_template_function_categories_3010174785e18396a9771f0_10615286 */
|
||||
if (!function_exists('smarty_template_function_categories_3010174785e18396a9771f0_10615286')) {
|
||||
function smarty_template_function_categories_3010174785e18396a9771f0_10615286(Smarty_Internal_Template $_smarty_tpl,$params) {
|
||||
$params = array_merge(array('nodes'=>array(),'depth'=>0), $params);
|
||||
foreach ($params as $key => $value) {
|
||||
$_smarty_tpl->tpl_vars[$key] = new Smarty_Variable($value, $_smarty_tpl->isRenderingCache);
|
||||
@@ -73,5 +73,5 @@ foreach ($_from as $_smarty_tpl->tpl_vars['node']->value) {
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?></ul><?php }
|
||||
}}
|
||||
/*/ smarty_template_function_categories_8069192515da839c0c3a139_28459549 */
|
||||
/*/ smarty_template_function_categories_3010174785e18396a9771f0_10615286 */
|
||||
}
|
||||
|
||||
@@ -1,140 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/layout.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04e80ba9_16985663',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'901fa27036bd54f42838ddfad084c9cdb554a8ce' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/layout.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04e80ba9_16985663 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
echo $_smarty_tpl->tpl_vars['header']->value;?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['conf']->value)) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-success">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<?php echo $_smarty_tpl->tpl_vars['conf']->value;?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['error']->value)) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-danger">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['error']->value,'html','UTF-8' ));?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
if (count($_smarty_tpl->tpl_vars['errors']->value) && current($_smarty_tpl->tpl_vars['errors']->value) != '' && (!isset($_smarty_tpl->tpl_vars['disableDefaultErrorOutPut']->value) || $_smarty_tpl->tpl_vars['disableDefaultErrorOutPut']->value == false)) {?>
|
||||
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-danger">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['errors']->value) == 1) {?>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( reset($_smarty_tpl->tpl_vars['errors']->value),'html','UTF-8' ));?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'%d errors','sprintf'=>array(count($_smarty_tpl->tpl_vars['errors']->value))),$_smarty_tpl ) );?>
|
||||
|
||||
<br/>
|
||||
<ol>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['errors']->value, 'error');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['error']->value) {
|
||||
?>
|
||||
<li><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['error']->value,'html','UTF-8' ));?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ol>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['informations']->value) && count($_smarty_tpl->tpl_vars['informations']->value) && $_smarty_tpl->tpl_vars['informations']->value) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-info">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<ul id="infos_block" class="list-unstyled">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['informations']->value, 'info');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['info']->value) {
|
||||
?>
|
||||
<li><?php echo $_smarty_tpl->tpl_vars['info']->value;?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['confirmations']->value) && count($_smarty_tpl->tpl_vars['confirmations']->value) && $_smarty_tpl->tpl_vars['confirmations']->value) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-success" style="display:block;">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['confirmations']->value, 'conf');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['conf']->value) {
|
||||
?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['conf']->value;?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
if (count($_smarty_tpl->tpl_vars['warnings']->value)) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-warning">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['warnings']->value) > 1) {?>
|
||||
<h4><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'There are %d warnings:','sprintf'=>array(count($_smarty_tpl->tpl_vars['warnings']->value))),$_smarty_tpl ) );?>
|
||||
</h4>
|
||||
<?php }?>
|
||||
<ul class="list-unstyled">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['warnings']->value, 'warning');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['warning']->value) {
|
||||
?>
|
||||
<li><?php echo $_smarty_tpl->tpl_vars['warning']->value;?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
echo $_smarty_tpl->tpl_vars['page']->value;?>
|
||||
|
||||
<div class="mobile-layer"></div>
|
||||
<?php echo $_smarty_tpl->tpl_vars['footer']->value;?>
|
||||
|
||||
<?php }
|
||||
}
|
||||
@@ -1,291 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/page_header_toolbar.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a15853d07_34980754',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'90583eff3c7f7616e933a4043310b7b7d5bb72e1' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/page_header_toolbar.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a15853d07_34980754 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
|
||||
<div class="header-toolbar">
|
||||
<div class="container-fluid">
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5588504095da83a1583c6c5_98108328', 'pageBreadcrumb');
|
||||
?>
|
||||
|
||||
|
||||
<div class="title-row">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_17771958575da83a1583f525_03487796', 'pageTitle');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_15663856085da83a15841b05_91461904', 'toolbarBox');
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['headerTabContent']->value) && $_smarty_tpl->tpl_vars['headerTabContent']->value) {?>
|
||||
<div class="page-head-tabs" id="head_tabs">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['headerTabContent']->value, 'tabContent');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['tabContent']->value) {
|
||||
?>
|
||||
<?php ob_start();
|
||||
echo $_smarty_tpl->tpl_vars['tabContent']->value;
|
||||
$_prefixVariable1 = ob_get_clean();
|
||||
echo $_prefixVariable1;?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['current_tab_level']->value == 3) {?>
|
||||
<div class="page-head-tabs" id="head_tabs">
|
||||
<ul class="nav nav-pills">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['tabs']->value, 'level_1');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['level_1']->value) {
|
||||
?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['level_1']->value['sub_tabs'], 'level_2');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['level_2']->value) {
|
||||
?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['level_2']->value['sub_tabs'], 'level_3');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['level_3']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['level_3']->value['current']) {?>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['level_3']->value['sub_tabs'], 'level_4');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['level_4']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['level_4']->value['active']) {?>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo $_smarty_tpl->tpl_vars['level_4']->value['href'];?>
|
||||
" id="subtab-<?php echo $_smarty_tpl->tpl_vars['level_4']->value['class_name'];?>
|
||||
" class="nav-link tab <?php if ($_smarty_tpl->tpl_vars['level_4']->value['current']) {?>active current<?php }?>" data-submenu="<?php echo $_smarty_tpl->tpl_vars['level_4']->value['id_tab'];?>
|
||||
">
|
||||
<?php echo $_smarty_tpl->tpl_vars['level_4']->value['name'];?>
|
||||
|
||||
<span class="notification-container">
|
||||
<span class="notification-counter"></span>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayDashboardTop'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php }
|
||||
/* {block 'pageBreadcrumb'} */
|
||||
class Block_5588504095da83a1583c6c5_98108328 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'pageBreadcrumb' =>
|
||||
array (
|
||||
0 => 'Block_5588504095da83a1583c6c5_98108328',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<nav aria-label="Breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<?php if ($_smarty_tpl->tpl_vars['breadcrumbs2']->value['container']['name'] != '') {?>
|
||||
<li class="breadcrumb-item"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['breadcrumbs2']->value['container']['name'] ));?>
|
||||
</li>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['breadcrumbs2']->value['tab']['name'] != '' && $_smarty_tpl->tpl_vars['breadcrumbs2']->value['container']['name'] != $_smarty_tpl->tpl_vars['breadcrumbs2']->value['tab']['name'] && $_smarty_tpl->tpl_vars['breadcrumbs2']->value['tab']['href'] != '') {?>
|
||||
<li class="breadcrumb-item active">
|
||||
<a href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['breadcrumbs2']->value['tab']['href'] ));?>
|
||||
" aria-current="page"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['breadcrumbs2']->value['tab']['name'] ));?>
|
||||
</a>
|
||||
</li>
|
||||
<?php }?>
|
||||
</ol>
|
||||
</nav>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'pageBreadcrumb'} */
|
||||
/* {block 'pageTitle'} */
|
||||
class Block_17771958575da83a1583f525_03487796 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'pageTitle' =>
|
||||
array (
|
||||
0 => 'Block_17771958575da83a1583f525_03487796',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<h1 class="title">
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['title']->value)) {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( end($_smarty_tpl->tpl_vars['title']->value) ));
|
||||
} else {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['title']->value ));
|
||||
}?>
|
||||
</h1>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'pageTitle'} */
|
||||
/* {block 'toolbarBox'} */
|
||||
class Block_15663856085da83a15841b05_91461904 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'toolbarBox' =>
|
||||
array (
|
||||
0 => 'Block_15663856085da83a15841b05_91461904',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="toolbar-icons">
|
||||
<div class="wrapper">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayDashboardToolbarTopMenu'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['toolbar_btn']->value, 'btn', false, 'k');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['k']->value => $_smarty_tpl->tpl_vars['btn']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['k']->value != 'back' && $_smarty_tpl->tpl_vars['k']->value != 'modules-list') {?>
|
||||
<a
|
||||
class="btn btn-primary <?php if (isset($_smarty_tpl->tpl_vars['btn']->value['target']) && $_smarty_tpl->tpl_vars['btn']->value['target']) {?> _blank<?php }?> pointer"<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['href'])) {?>
|
||||
id="page-header-desc-<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
-<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['imgclass'])) {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['btn']->value['imgclass'] ));
|
||||
} else {
|
||||
echo $_smarty_tpl->tpl_vars['k']->value;
|
||||
}?>"
|
||||
href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['btn']->value['href'] ));?>
|
||||
"<?php }?>
|
||||
title="<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['help'])) {
|
||||
echo $_smarty_tpl->tpl_vars['btn']->value['help'];
|
||||
} else {
|
||||
echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['btn']->value['desc'] ));
|
||||
}?>"<?php if (isset($_smarty_tpl->tpl_vars['btn']->value['js']) && $_smarty_tpl->tpl_vars['btn']->value['js']) {?>
|
||||
onclick="<?php echo $_smarty_tpl->tpl_vars['btn']->value['js'];?>
|
||||
"<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['btn']->value['modal_target']) && $_smarty_tpl->tpl_vars['btn']->value['modal_target']) {?>
|
||||
data-target="<?php echo $_smarty_tpl->tpl_vars['btn']->value['modal_target'];?>
|
||||
"
|
||||
data-toggle="modal"<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['btn']->value['help'])) {?>
|
||||
data-toggle="pstooltip"
|
||||
data-placement="bottom"<?php }?>
|
||||
>
|
||||
<i class="material-icons"><?php echo $_smarty_tpl->tpl_vars['btn']->value['icon'];?>
|
||||
</i>
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['btn']->value['desc'] ));?>
|
||||
|
||||
</a>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list'])) {?>
|
||||
<a
|
||||
class="btn btn-outline-secondary <?php if (isset($_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['target']) && $_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['target']) {?> _blank<?php }?>"
|
||||
id="page-header-desc-<?php echo $_smarty_tpl->tpl_vars['table']->value;?>
|
||||
-<?php if (isset($_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['imgclass'])) {
|
||||
echo $_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['imgclass'];
|
||||
} else { ?>modules-list<?php }?>"
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['href'])) {?>href="<?php echo $_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['href'];?>
|
||||
"<?php }?>
|
||||
title="<?php echo $_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['desc'];?>
|
||||
"
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['js']) && $_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['js']) {?>onclick="<?php echo $_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['js'];?>
|
||||
"<?php }?>
|
||||
>
|
||||
<?php echo $_smarty_tpl->tpl_vars['toolbar_btn']->value['modules-list']['desc'];?>
|
||||
|
||||
</a>
|
||||
<?php }?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['help_link']->value) && $_smarty_tpl->tpl_vars['help_link']->value != false) {?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['enableSidebar']->value) {?>
|
||||
<a class="btn btn-outline-secondary btn-help btn-sidebar" href="#"
|
||||
title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Help'),$_smarty_tpl ) );?>
|
||||
"
|
||||
data-toggle="sidebar"
|
||||
data-target="#right-sidebar"
|
||||
data-url="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['help_link']->value ));?>
|
||||
"
|
||||
id="product_form_open_help"
|
||||
>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Help'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
<?php } else { ?>
|
||||
<a class="btn btn-outline-secondary" href="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['help_link']->value ));?>
|
||||
" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Help'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Help'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'toolbarBox'} */
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from 'module:pslinklistviewstemplatesh' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b0634035_27353242',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'906548e89c8c6025457ddaeffb1980a0c743b872' =>
|
||||
array (
|
||||
0 => 'module:pslinklistviewstemplatesh',
|
||||
1 => 1561472940,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b0634035_27353242 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->compiled->nocache_hash = '8704801515da839b062ed69_19698797';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_linklist/views/templates/hook/linkblock.tpl --><div class="col-md-6 links">
|
||||
<div class="row">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['linkBlocks']->value, 'linkBlock');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['linkBlock']->value) {
|
||||
?>
|
||||
<div class="col-md-6 wrapper">
|
||||
<p class="h3 hidden-sm-down"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['linkBlock']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
</p>
|
||||
<?php $_smarty_tpl->_assignInScope('_expand_id', mt_rand(10,100000));?>
|
||||
<div class="title clearfix hidden-md-up" data-target="#footer_sub_menu_<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['_expand_id']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" data-toggle="collapse">
|
||||
<span class="h3"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['linkBlock']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<span class="float-xs-right">
|
||||
<span class="navbar-toggler collapse-icons">
|
||||
<i class="material-icons add"></i>
|
||||
<i class="material-icons remove"></i>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<ul id="footer_sub_menu_<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['_expand_id']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
" class="collapse">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['linkBlock']->value['links'], 'link');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['link']->value) {
|
||||
?>
|
||||
<li>
|
||||
<a
|
||||
id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['linkBlock']->value['id'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
class="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value['class'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value['description'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
<?php if (!empty($_smarty_tpl->tpl_vars['link']->value['target'])) {?> target="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value['target'], ENT_QUOTES, 'UTF-8');?>
|
||||
" <?php }?>
|
||||
>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value['title'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_linklist/views/templates/hook/linkblock.tpl --><?php }
|
||||
}
|
||||
@@ -1,115 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:02
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-customization.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c2a01a65_23634336',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'9273b0a77128d4a9869b6ed1419f0fa327158229' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-customization.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c2a01a65_23634336 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<section class="product-customization">
|
||||
<?php if (!$_smarty_tpl->tpl_vars['configuration']->value['is_catalog']) {?>
|
||||
<div class="card card-block">
|
||||
<p class="h4 card-title"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Product customization','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</p>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Don\'t forget to save your customization to be able to add to cart','d'=>'Shop.Forms.Help'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5351934335da839c29fb892_09431130', 'product_customization_form');
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
</section>
|
||||
<?php }
|
||||
/* {block 'product_customization_form'} */
|
||||
class Block_5351934335da839c29fb892_09431130 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_customization_form' =>
|
||||
array (
|
||||
0 => 'Block_5351934335da839c29fb892_09431130',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<form method="post" action="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" enctype="multipart/form-data">
|
||||
<ul class="clearfix">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['customizations']->value['fields'], 'field');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['field']->value) {
|
||||
?>
|
||||
<li class="product-customization-item">
|
||||
<label> <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</label>
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['type'] == 'text') {?>
|
||||
<textarea placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your message here','d'=>'Shop.Forms.Help'),$_smarty_tpl ) );?>
|
||||
" class="product-message" maxlength="250" <?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?> required <?php }?> name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['input_name'], ENT_QUOTES, 'UTF-8');?>
|
||||
"></textarea>
|
||||
<small class="float-xs-right"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'250 char. max','d'=>'Shop.Forms.Help'),$_smarty_tpl ) );?>
|
||||
</small>
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['text'] !== '') {?>
|
||||
<h6 class="customization-message"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Your customization:','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
|
||||
<label><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['text'], ENT_QUOTES, 'UTF-8');?>
|
||||
</label>
|
||||
</h6>
|
||||
<?php }?>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] == 'image') {?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['field']->value['is_customized']) {?>
|
||||
<br>
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['image']['small']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<a class="remove-image" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['remove_image_url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" rel="nofollow"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Remove Image','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</a>
|
||||
<?php }?>
|
||||
<span class="custom-file">
|
||||
<span class="js-file-name"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No selected file','d'=>'Shop.Forms.Help'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<input class="file-input js-file-input" <?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?> required <?php }?> type="file" name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['field']->value['input_name'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<button class="btn btn-primary"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Choose file','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
</span>
|
||||
<small class="float-xs-right"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'.png .jpg .gif','d'=>'Shop.Forms.Help'),$_smarty_tpl ) );?>
|
||||
</small>
|
||||
<?php }?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<div class="clearfix">
|
||||
<button class="btn btn-primary float-xs-right" type="submit" name="submitCustomizedData"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Save Customization','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_customization_form'} */
|
||||
}
|
||||
@@ -1,122 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:34
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/groups/helpers/tree/tree_categories.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a1e9eca05_59099235',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'930b665938b82a03608184d8f233c614f60d07f1' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/groups/helpers/tree/tree_categories.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a1e9eca05_59099235 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="panel">
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['header']->value)) {
|
||||
echo $_smarty_tpl->tpl_vars['header']->value;
|
||||
}?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['nodes']->value)) {?>
|
||||
<ul id="<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['id']->value,'html','UTF-8' ));?>
|
||||
" class="cattree tree">
|
||||
<?php echo $_smarty_tpl->tpl_vars['nodes']->value;?>
|
||||
|
||||
</ul>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript">
|
||||
var currentToken="<?php echo addslashes($_smarty_tpl->tpl_vars['token']->value);?>
|
||||
";
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['use_checkbox']->value) && $_smarty_tpl->tpl_vars['use_checkbox']->value == true) {?>
|
||||
function checkAllAssociatedCategories($tree)
|
||||
{
|
||||
$tree.find(":input[type=checkbox]").each(
|
||||
function()
|
||||
{
|
||||
$(this).prop("checked", true);
|
||||
$(this).parent().addClass("tree-selected");
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
function uncheckAllAssociatedCategories($tree)
|
||||
{
|
||||
$tree.find(":input[type=checkbox]").each(
|
||||
function()
|
||||
{
|
||||
$(this).prop("checked", false);
|
||||
$(this).parent().removeClass("tree-selected");
|
||||
}
|
||||
);
|
||||
}
|
||||
<?php }?>
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['use_search']->value) && $_smarty_tpl->tpl_vars['use_search']->value == true) {?>
|
||||
$("#<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['id']->value,'html','UTF-8' ));?>
|
||||
-categories-search").bind("typeahead:selected", function(obj, datum) {
|
||||
$("#<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['id']->value,'html','UTF-8' ));?>
|
||||
").find(":input").each(
|
||||
function()
|
||||
{
|
||||
if ($(this).val() == datum.id_category)
|
||||
{
|
||||
$(this).prop("checked", true);
|
||||
$(this).parent().addClass("tree-selected");
|
||||
$(this).parents("ul.tree").each(
|
||||
function()
|
||||
{
|
||||
$(this).children().children().children(".icon-folder-close")
|
||||
.removeClass("icon-folder-close")
|
||||
.addClass("icon-folder-open");
|
||||
$(this).show();
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
);
|
||||
});
|
||||
<?php }?>
|
||||
$(document).ready(function () {
|
||||
$("#<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['id']->value,'html','UTF-8' ));?>
|
||||
").tree("collapseAll");
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['selected_categories']->value)) {?>
|
||||
<?php $_smarty_tpl->_assignInScope('imploded_selected_categories', implode('","',$_smarty_tpl->tpl_vars['selected_categories']->value));?>
|
||||
var selected_categories = new Array("<?php echo $_smarty_tpl->tpl_vars['imploded_selected_categories']->value;?>
|
||||
");
|
||||
|
||||
$("#<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['id']->value,'html','UTF-8' ));?>
|
||||
").find(":input").each(
|
||||
function()
|
||||
{
|
||||
if ($.inArray($(this).val(), selected_categories) != -1)
|
||||
{
|
||||
$(this).prop("checked", true);
|
||||
$(this).parent().addClass("tree-selected");
|
||||
$(this).parents("ul.tree").each(
|
||||
function()
|
||||
{
|
||||
$(this).children().children().children(".icon-folder-close")
|
||||
.removeClass("icon-folder-close")
|
||||
.addClass("icon-folder-open");
|
||||
$(this).show();
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
);
|
||||
<?php }?>
|
||||
});
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,214 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:56
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-summary.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839f88e08a3_41884024',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'93ba98a71d05bbfe310e48b96555790adbdf00da' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-summary.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:checkout/_partials/cart-summary-product-line.tpl' => 1,
|
||||
'file:checkout/_partials/cart-voucher.tpl' => 1,
|
||||
'file:checkout/_partials/cart-summary-totals.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839f88e08a3_41884024 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<section id="js-checkout-summary" class="card js-cart" data-refresh-url="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['pages']['cart'], ENT_QUOTES, 'UTF-8');?>
|
||||
?ajax=1&action=refresh">
|
||||
<div class="card-block">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7516025da839f88d3d87_85014552', 'hook_checkout_summary_top');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10807665165da839f88d56f4_09019158', 'cart_summary_products');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_11560674485da839f88db632_20119177', 'cart_summary_subtotals');
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_9667969005da839f88df902_96952320', 'cart_summary_voucher');
|
||||
?>
|
||||
|
||||
|
||||
<hr class="separator">
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10834898905da839f88e00d9_75609521', 'cart_summary_totals');
|
||||
?>
|
||||
|
||||
|
||||
</section>
|
||||
<?php }
|
||||
/* {block 'hook_checkout_summary_top'} */
|
||||
class Block_7516025da839f88d3d87_85014552 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'hook_checkout_summary_top' =>
|
||||
array (
|
||||
0 => 'Block_7516025da839f88d3d87_85014552',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayCheckoutSummaryTop'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'hook_checkout_summary_top'} */
|
||||
/* {block 'cart_summary_product_list'} */
|
||||
class Block_7169257205da839f88d66a1_61598608 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="collapse" id="cart-summary-product-list">
|
||||
<ul class="media-list">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['cart']->value['products'], 'product');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['product']->value) {
|
||||
?>
|
||||
<li class="media"><?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/cart-summary-product-line.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value), 0, true);
|
||||
?></li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_product_list'} */
|
||||
/* {block 'cart_summary_products'} */
|
||||
class Block_10807665165da839f88d56f4_09019158 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_summary_products' =>
|
||||
array (
|
||||
0 => 'Block_10807665165da839f88d56f4_09019158',
|
||||
),
|
||||
'cart_summary_product_list' =>
|
||||
array (
|
||||
0 => 'Block_7169257205da839f88d66a1_61598608',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="cart-summary-products">
|
||||
|
||||
<p><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['summary_string'], ENT_QUOTES, 'UTF-8');?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="#" data-toggle="collapse" data-target="#cart-summary-product-list">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'show details','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7169257205da839f88d66a1_61598608', 'cart_summary_product_list', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_products'} */
|
||||
/* {block 'cart_summary_subtotals'} */
|
||||
class Block_11560674485da839f88db632_20119177 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_summary_subtotals' =>
|
||||
array (
|
||||
0 => 'Block_11560674485da839f88db632_20119177',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['cart']->value['subtotals'], 'subtotal');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['subtotal']->value) {
|
||||
?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['subtotal']->value && $_smarty_tpl->tpl_vars['subtotal']->value['type'] !== 'tax') {?>
|
||||
<div class="cart-summary-line cart-summary-subtotals" id="cart-subtotal-<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotal']->value['type'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<span class="label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotal']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<span class="value"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['subtotal']->value['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_subtotals'} */
|
||||
/* {block 'cart_summary_voucher'} */
|
||||
class Block_9667969005da839f88df902_96952320 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_summary_voucher' =>
|
||||
array (
|
||||
0 => 'Block_9667969005da839f88df902_96952320',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/cart-voucher.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_voucher'} */
|
||||
/* {block 'cart_summary_totals'} */
|
||||
class Block_10834898905da839f88e00d9_75609521 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_summary_totals' =>
|
||||
array (
|
||||
0 => 'Block_10834898905da839f88e00d9_75609521',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/cart-summary-totals.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('cart'=>$_smarty_tpl->tpl_vars['cart']->value), 0, false);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_totals'} */
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
/* Smarty version 3.1.33, created on 2020-01-10 09:41:42
|
||||
from 'module:pscontactinfopscontactinf' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b064cd48_85930865',
|
||||
'unifunc' => 'content_5e1838c6641198_74774881',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'9992f3fe04dd41bcec1a2029cf07bead637caf4d' =>
|
||||
array (
|
||||
0 => 'module:pscontactinfopscontactinf',
|
||||
1 => 1561472940,
|
||||
1 => 1574190552,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
@@ -20,8 +20,8 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b064cd48_85930865 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/ps_contactinfo/ps_contactinfo.tpl -->
|
||||
function content_5e1838c6641198_74774881 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><!-- begin /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_contactinfo/ps_contactinfo.tpl -->
|
||||
<div class="block-contact col-md-3 links wrapper">
|
||||
<div class="hidden-sm-down">
|
||||
<p class="h4 text-uppercase block-contact-title"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Store information','d'=>'Shop.Theme.Global'),$_smarty_tpl ) );?>
|
||||
@@ -52,5 +52,5 @@ function content_5da839b064cd48_85930865 (Smarty_Internal_Template $_smarty_tpl)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/ps_contactinfo/ps_contactinfo.tpl --><?php }
|
||||
<!-- end /Volumes/Dev/Sources/Clients/bio-concept/labo/web/themes/classic/modules/ps_contactinfo/ps_contactinfo.tpl --><?php }
|
||||
}
|
||||
|
||||
@@ -1,89 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:51
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-detailed.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b755a9f8_69021338',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'99a999544ed103710da1768e321604b08748c34a' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-detailed.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:checkout/_partials/cart-detailed-product-line.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b755a9f8_69021338 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_15322689765da839b754d3c8_44359803', 'cart_detailed_product');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'cart_detailed_product_line'} */
|
||||
class Block_12024139755da839b7553f78_20815385 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:checkout/_partials/cart-detailed-product-line.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value), 0, true);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_detailed_product_line'} */
|
||||
/* {block 'cart_detailed_product'} */
|
||||
class Block_15322689765da839b754d3c8_44359803 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_detailed_product' =>
|
||||
array (
|
||||
0 => 'Block_15322689765da839b754d3c8_44359803',
|
||||
),
|
||||
'cart_detailed_product_line' =>
|
||||
array (
|
||||
0 => 'Block_12024139755da839b7553f78_20815385',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="cart-overview js-cart" data-refresh-url="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0], array( array('entity'=>'cart','params'=>array('ajax'=>true,'action'=>'refresh')),$_smarty_tpl ) );?>
|
||||
">
|
||||
<?php if ($_smarty_tpl->tpl_vars['cart']->value['products']) {?>
|
||||
<ul class="cart-items">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['cart']->value['products'], 'product');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['product']->value) {
|
||||
?>
|
||||
<li class="cart-item">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_12024139755da839b7553f78_20815385', 'cart_detailed_product_line', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</li>
|
||||
<?php if (is_array($_smarty_tpl->tpl_vars['product']->value['customizations']) && count($_smarty_tpl->tpl_vars['product']->value['customizations']) > 1) {?><hr><?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php } else { ?>
|
||||
<span class="no-items"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'There are no more items in your cart','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_detailed_product'} */
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,51 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:44
|
||||
from 'module:blockreassuranceviewstemp' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b05f58c0_63798777',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'9ffc009d1b66ea89054a8e253403b7d3a67d8150' =>
|
||||
array (
|
||||
0 => 'module:blockreassuranceviewstemp',
|
||||
1 => 1561472940,
|
||||
2 => 'module',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b05f58c0_63798777 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->compiled->nocache_hash = '21444314855da839b05f4100_82025065';
|
||||
?>
|
||||
<!-- begin /var/www/clients/client1/web14/web/themes/classic/modules/blockreassurance/views/templates/hook/blockreassurance.tpl --><?php if ($_smarty_tpl->tpl_vars['elements']->value) {?>
|
||||
<div id="block-reassurance">
|
||||
<ul>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['elements']->value, 'element');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['element']->value) {
|
||||
?>
|
||||
<li>
|
||||
<div class="block-reassurance-item">
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['element']->value['image'], ENT_QUOTES, 'UTF-8');?>
|
||||
" alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['element']->value['text'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<span class="h6"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['element']->value['text'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php }?>
|
||||
<!-- end /var/www/clients/client1/web14/web/themes/classic/modules/blockreassurance/views/templates/hook/blockreassurance.tpl --><?php }
|
||||
}
|
||||
@@ -1,142 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:08
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/footer.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a04e75b04_39372009',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'a0aab6852f8d7ef2358b3e31b80fd163cd4b01de' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/footer.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:error.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a04e75b04_39372009 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAdminEndContent'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php if ($_smarty_tpl->tpl_vars['display_footer']->value) {?>
|
||||
<div id="footer" class="bootstrap hide">
|
||||
|
||||
<div class="col-sm-2 hidden-xs">
|
||||
<a href="http://www.prestashop.com/" class="_blank">PrestaShop™</a>
|
||||
-
|
||||
<span id="footer-load-time"><i class="icon-time" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Load time: ','d'=>'Admin.Navigation.Footer'),$_smarty_tpl ) );?>
|
||||
"></i> <?php echo number_format(microtime(true)-$_smarty_tpl->tpl_vars['timer_start']->value,3,'.','');?>
|
||||
s</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-2 hidden-xs">
|
||||
<div class="social-networks">
|
||||
<a class="link-social link-youtube _blank" href="https://www.youtube.com/user/prestashop" title="Youtube">
|
||||
<i class="icon-youtube"></i>
|
||||
</a>
|
||||
<a class="link-social link-twitter _blank" href="https://twitter.com/PrestaShop" title="Twitter">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
<a class="link-social link-facebook _blank" href="https://www.facebook.com/prestashop" title="Facebook">
|
||||
<i class="icon-facebook"></i>
|
||||
</a>
|
||||
<a class="link-social link-github _blank" href="https://www.prestashop.com/github" title="Github">
|
||||
<i class="icon-github"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-5">
|
||||
<div class="footer-contact">
|
||||
<a href="http://www.prestashop.com/en/contact_us?utm_source=back-office&utm_medium=footer&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="footer_link _blank">
|
||||
<i class="icon-envelope"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Contact','d'=>'Admin.Navigation.Footer'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
/
|
||||
<a href="https://github.com/PrestaShop/PrestaShop/issues" class="footer_link _blank">
|
||||
<i class="icon-bug"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Bug Tracker','d'=>'Admin.Global'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
/
|
||||
<a href="https://www.prestashop.com/club/?utm_source=back-office&utm_medium=footer&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="footer_link _blank">
|
||||
<i class="icon-users"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'User Club','d'=>'Admin.Navigation.Footer'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
/
|
||||
<a href="http://feedback.prestashop.com/forums/387864-prestashop-1-7-x?utm_source=back-office&utm_medium=footer&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="footer_link _blank">
|
||||
<i class="icon-lightbulb"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Feature Requests','d'=>'Admin.Navigation.Footer'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
/
|
||||
<a href="http://www.prestashop.com/forums/?utm_source=back-office&utm_medium=footer&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="footer_link _blank">
|
||||
<i class="icon-comments"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Forum','d'=>'Admin.Navigation.Footer'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
/
|
||||
<a href="https://addons.prestashop.com/?utm_source=back-office&utm_medium=footer&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="footer_link _blank">
|
||||
<i class="icon-puzzle-piece"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Addons','d'=>'Admin.Navigation.Footer'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
/
|
||||
<a href="http://www.prestashop.com/en/training-prestashop?utm_source=back-office&utm_medium=footer&utm_campaign=back-office-<?php echo mb_strtoupper($_smarty_tpl->tpl_vars['lang_iso']->value, 'UTF-8');?>
|
||||
&utm_content=<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>cloud<?php } else { ?>download<?php }?>" class="footer_link _blank">
|
||||
<i class="icon-book"></i>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Training','d'=>'Admin.Navigation.Footer'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
<?php if ($_smarty_tpl->tpl_vars['host_mode']->value) {?>
|
||||
/
|
||||
<a href="http://status.prestashop.com/" class="footer_link _blank">
|
||||
<i class="icon-circle status-page-dot"></i>
|
||||
<span class="status-page-description"></span>
|
||||
</a>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['iso_is_fr']->value && !$_smarty_tpl->tpl_vars['host_mode']->value) {?>
|
||||
<p>Questions • Renseignements • Formations :
|
||||
<strong>+33 (0)1.40.18.30.04</strong>
|
||||
</p>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-3">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>"displayBackOfficeFooter"),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="go-top" class="hide"><i class="icon-arrow-up"></i></div>
|
||||
</div>
|
||||
<?php }
|
||||
if (isset($_smarty_tpl->tpl_vars['php_errors']->value)) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender("file:error.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
|
||||
}?>
|
||||
|
||||
<?php if (isset($_smarty_tpl->tpl_vars['modals']->value)) {?>
|
||||
<div class="bootstrap">
|
||||
<?php echo $_smarty_tpl->tpl_vars['modals']->value;?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,177 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:51
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-voucher.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b7588713_91629416',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'a5bc9a9d5c033a58646b74c6c55a4af34d409cff' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-voucher.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b7588713_91629416 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
if ($_smarty_tpl->tpl_vars['cart']->value['vouchers']['allowed']) {?>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_14022742005da839b7582932_23339576', 'cart_voucher');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
}
|
||||
/* {block 'cart_voucher_list'} */
|
||||
class Block_13358674275da839b75830b7_17484428 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<ul class="promo-name card-block">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['cart']->value['vouchers']['added'], 'voucher');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['voucher']->value) {
|
||||
?>
|
||||
<li class="cart-summary-line">
|
||||
<span class="label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['voucher']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['voucher']->value['delete_url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" data-link-action="remove-voucher"><i class="material-icons"></i></a>
|
||||
<div class="float-xs-right">
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['voucher']->value['reduction_formatted'], ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_voucher_list'} */
|
||||
/* {block 'cart_voucher_form'} */
|
||||
class Block_18316575085da839b75855b1_61452118 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<form action="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['pages']['cart'], ENT_QUOTES, 'UTF-8');?>
|
||||
" data-link-action="add-voucher" method="post">
|
||||
<input type="hidden" name="token" value="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['static_token']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<input type="hidden" name="addDiscount" value="1">
|
||||
<input class="promo-input" type="text" name="discount_name" placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Promo code','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
">
|
||||
<button type="submit" class="btn btn-primary"><span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Add','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</span></button>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_voucher_form'} */
|
||||
/* {block 'cart_voucher_notifications'} */
|
||||
class Block_7068319365da839b7586662_35903138 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="alert alert-danger js-error" role="alert">
|
||||
<i class="material-icons"></i><span class="ml-1 js-error-text"></span>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_voucher_notifications'} */
|
||||
/* {block 'cart_voucher'} */
|
||||
class Block_14022742005da839b7582932_23339576 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_voucher' =>
|
||||
array (
|
||||
0 => 'Block_14022742005da839b7582932_23339576',
|
||||
),
|
||||
'cart_voucher_list' =>
|
||||
array (
|
||||
0 => 'Block_13358674275da839b75830b7_17484428',
|
||||
),
|
||||
'cart_voucher_form' =>
|
||||
array (
|
||||
0 => 'Block_18316575085da839b75855b1_61452118',
|
||||
),
|
||||
'cart_voucher_notifications' =>
|
||||
array (
|
||||
0 => 'Block_7068319365da839b7586662_35903138',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="block-promo">
|
||||
<div class="cart-voucher">
|
||||
<?php if ($_smarty_tpl->tpl_vars['cart']->value['vouchers']['added']) {?>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_13358674275da839b75830b7_17484428', 'cart_voucher_list', $this->tplIndex);
|
||||
?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<p>
|
||||
<a class="collapse-button promo-code-button" data-toggle="collapse" href="#promo-code" aria-expanded="false" aria-controls="promo-code">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Have a promo code?','d'=>'Shop.Theme.Checkout'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<div class="promo-code collapse<?php if (count($_smarty_tpl->tpl_vars['cart']->value['discounts']) > 0) {?> in<?php }?>" id="promo-code">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_18316575085da839b75855b1_61452118', 'cart_voucher_form', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7068319365da839b7586662_35903138', 'cart_voucher_notifications', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if (count($_smarty_tpl->tpl_vars['cart']->value['discounts']) > 0) {?>
|
||||
<p class="block-promo promo-highlighted">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Take advantage of our exclusive offers:','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</p>
|
||||
<ul class="js-discount card-block promo-discounts">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['cart']->value['discounts'], 'discount');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['discount']->value) {
|
||||
?>
|
||||
<li class="cart-summary-line">
|
||||
<span class="label"><span class="code"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['discount']->value['code'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span> - <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['discount']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_voucher'} */
|
||||
}
|
||||
@@ -1,117 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:02
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-cover-thumbnails.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839c29f5cb1_71443158',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'aa344357ac842c15099466cdc0f4ac1b4f6a78df' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/product-cover-thumbnails.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839c29f5cb1_71443158 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<div class="images-container">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_8625702125da839c29ee6d7_39489317', 'product_cover');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_12031144745da839c29f08f1_27721958', 'product_images');
|
||||
?>
|
||||
|
||||
</div>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayAfterProductThumbs'),$_smarty_tpl ) );?>
|
||||
|
||||
<?php }
|
||||
/* {block 'product_cover'} */
|
||||
class Block_8625702125da839c29ee6d7_39489317 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_cover' =>
|
||||
array (
|
||||
0 => 'Block_8625702125da839c29ee6d7_39489317',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="product-cover">
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['cover']) {?>
|
||||
<img class="js-qv-product-cover" src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['bySize']['large_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['legend'], ENT_QUOTES, 'UTF-8');?>
|
||||
" title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['legend'], ENT_QUOTES, 'UTF-8');?>
|
||||
" style="width:100%;" itemprop="image">
|
||||
<div class="layer hidden-sm-down" data-toggle="modal" data-target="#product-modal">
|
||||
<i class="material-icons zoom-in"></i>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<img src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['no_picture_image']['bySize']['large_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" style="width:100%;">
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_cover'} */
|
||||
/* {block 'product_images'} */
|
||||
class Block_12031144745da839c29f08f1_27721958 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_images' =>
|
||||
array (
|
||||
0 => 'Block_12031144745da839c29f08f1_27721958',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="js-qv-mask mask">
|
||||
<ul class="product-images js-qv-product-images">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['product']->value['images'], 'image');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['image']->value) {
|
||||
?>
|
||||
<li class="thumb-container">
|
||||
<img
|
||||
class="thumb js-thumb <?php if ($_smarty_tpl->tpl_vars['image']->value['id_image'] == $_smarty_tpl->tpl_vars['product']->value['cover']['id_image']) {?> selected <?php }?>"
|
||||
data-image-medium-src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['image']->value['bySize']['medium_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
data-image-large-src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['image']->value['bySize']['large_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['image']->value['bySize']['home_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['image']->value['legend'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['image']->value['legend'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
width="100"
|
||||
itemprop="image"
|
||||
>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_images'} */
|
||||
}
|
||||
@@ -1,81 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:50
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/checkout-step.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839f219d255_20830745',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'ad8e04860592a5f7649e06aa310829dc94219f69' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/steps/checkout-step.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839f219d255_20830745 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6230539125da839f219b476_22745270', 'step');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'step_content'} */
|
||||
class Block_7536095605da839f219ccd2_15649922 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
DUMMY STEP CONTENT<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'step_content'} */
|
||||
/* {block 'step'} */
|
||||
class Block_6230539125da839f219b476_22745270 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'step' =>
|
||||
array (
|
||||
0 => 'Block_6230539125da839f219b476_22745270',
|
||||
),
|
||||
'step_content' =>
|
||||
array (
|
||||
0 => 'Block_7536095605da839f219ccd2_15649922',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<section id = "<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['identifier']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
class = "<?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'classnames' ][ 0 ], array( array('checkout-step'=>true,'-current'=>$_smarty_tpl->tpl_vars['step_is_current']->value,'-reachable'=>$_smarty_tpl->tpl_vars['step_is_reachable']->value,'-complete'=>$_smarty_tpl->tpl_vars['step_is_complete']->value,'js-current-step'=>$_smarty_tpl->tpl_vars['step_is_current']->value) )), ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
>
|
||||
<h1 class="step-title h3">
|
||||
<i class="material-icons rtl-no-flip done"></i>
|
||||
<span class="step-number"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['position']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['title']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
|
||||
<span class="step-edit text-muted"><i class="material-icons edit">mode_edit</i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Edit','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
<div class="content">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7536095605da839f219ccd2_15649922', 'step_content', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'step'} */
|
||||
}
|
||||
@@ -1,81 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:52:56
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-summary-product-line.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839f88e9ad5_01276605',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'adb609e20f97d6efbbdb437aa924363b994d2af7' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-summary-product-line.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839f88e9ad5_01276605 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1179157975da839f88e6bf5_41367009', 'cart_summary_product_line');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'cart_summary_product_line'} */
|
||||
class Block_1179157975da839f88e6bf5_41367009 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_summary_product_line' =>
|
||||
array (
|
||||
0 => 'Block_1179157975da839f88e6bf5_41367009',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="media-left">
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" title="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
<img class="media-object" src="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['small']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" alt="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
">
|
||||
</a>
|
||||
</div>
|
||||
<div class="media-body">
|
||||
<span class="product-name"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['name'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<span class="product-quantity">x<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['quantity'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<span class="product-price float-xs-right"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"unit_price"),$_smarty_tpl ) );?>
|
||||
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['product']->value['attributes'], 'value', false, 'attribute');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['attribute']->value => $_smarty_tpl->tpl_vars['value']->value) {
|
||||
?>
|
||||
<div class="product-line-info product-line-info-secondary text-muted">
|
||||
<span class="label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['attribute']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
:</span>
|
||||
<span class="value"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['value']->value, ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
<br/>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_product_line'} */
|
||||
}
|
||||
@@ -1,53 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/error_messages.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158cf9e7_57085279',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'b4060e7dd096971435e4c151a59af630ca684e38' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/error_messages.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158cf9e7_57085279 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if (count($_smarty_tpl->tpl_vars['errors']->value) && current($_smarty_tpl->tpl_vars['errors']->value) != '' && (!isset($_smarty_tpl->tpl_vars['disableDefaultErrorOutPut']->value) || $_smarty_tpl->tpl_vars['disableDefaultErrorOutPut']->value == false)) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-danger">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<?php if (count($_smarty_tpl->tpl_vars['errors']->value) == 1) {?>
|
||||
<?php echo reset($_smarty_tpl->tpl_vars['errors']->value);?>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'%d errors','sprintf'=>array(count($_smarty_tpl->tpl_vars['errors']->value))),$_smarty_tpl ) );?>
|
||||
|
||||
<br/>
|
||||
<ol>
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['errors']->value, 'error');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['error']->value) {
|
||||
?>
|
||||
<li><?php echo $_smarty_tpl->tpl_vars['error']->value;?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ol>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:25
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/information_messages.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a158d37a1_59202940',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'b48fd9b79b7aae9286a8891237b2e80342b1c6f3' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/new-theme/template/components/layout/information_messages.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a158d37a1_59202940 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if (isset($_smarty_tpl->tpl_vars['informations']->value) && count($_smarty_tpl->tpl_vars['informations']->value) && $_smarty_tpl->tpl_vars['informations']->value) {?>
|
||||
<div class="bootstrap">
|
||||
<div class="alert alert-info">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
<ul id="infos_block" class="list-unstyled">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['informations']->value, 'info');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['info']->value) {
|
||||
?>
|
||||
<li><?php echo $_smarty_tpl->tpl_vars['info']->value;?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
@@ -1,96 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:58
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/products.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839be6f78a3_46635887',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'b641253c0916f8071e21af8413752c0eec0cbfc3' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/products.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:catalog/_partials/miniatures/product.tpl' => 1,
|
||||
'file:_partials/pagination.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839be6f78a3_46635887 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<div id="js-product-list">
|
||||
<div class="products row">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['listing']->value['products'], 'product');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['product']->value) {
|
||||
?>
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_17715176255da839be6f6151_15176092', 'product_miniature');
|
||||
?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_8001507085da839be6f6c03_77598896', 'pagination');
|
||||
?>
|
||||
|
||||
|
||||
<div class="hidden-md-up text-xs-right up">
|
||||
<a href="#header" class="btn btn-secondary">
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Back to top','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
<i class="material-icons"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
/* {block 'product_miniature'} */
|
||||
class Block_17715176255da839be6f6151_15176092 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_miniature' =>
|
||||
array (
|
||||
0 => 'Block_17715176255da839be6f6151_15176092',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value), 0, true);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_miniature'} */
|
||||
/* {block 'pagination'} */
|
||||
class Block_8001507085da839be6f6c03_77598896 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'pagination' =>
|
||||
array (
|
||||
0 => 'Block_8001507085da839be6f6c03_77598896',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:_partials/pagination.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('pagination'=>$_smarty_tpl->tpl_vars['listing']->value['pagination']), 0, false);
|
||||
?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'pagination'} */
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:53:34
|
||||
from '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/groups/helpers/tree/tree_node_folder_radio.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83a1e9a1b40_75678362',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'ba96ff9376b83dcebada257225faa2446ea4a05c' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/admin1553pskpx/themes/default/template/controllers/groups/helpers/tree/tree_node_folder_radio.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83a1e9a1b40_75678362 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><li class="tree-folder">
|
||||
<span class="tree-folder-name<?php if (isset($_smarty_tpl->tpl_vars['node']->value['disabled']) && $_smarty_tpl->tpl_vars['node']->value['disabled'] == true) {?> tree-folder-name-disable<?php }?>">
|
||||
<input type="radio" name="id_category" value="<?php echo $_smarty_tpl->tpl_vars['node']->value['id_category'];?>
|
||||
"<?php if (isset($_smarty_tpl->tpl_vars['node']->value['disabled']) && $_smarty_tpl->tpl_vars['node']->value['disabled'] == true) {?> disabled="disabled"<?php }?> />
|
||||
<i class="icon-folder-close"></i>
|
||||
<label class="tree-toggler"><?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['node']->value['name'],'html','UTF-8' ));?>
|
||||
</label>
|
||||
</span>
|
||||
<ul class="tree">
|
||||
<?php echo call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'escape' ][ 0 ], array( $_smarty_tpl->tpl_vars['children']->value,'UTF-8' ));?>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<?php }
|
||||
}
|
||||
@@ -1,282 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 12:00:29
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/miniatures/product.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da83bbd037f41_89916551',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'be2a265c534ee336d1c9bd19bdffe3552d809ae1' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/miniatures/product.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:catalog/_partials/variant-links.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da83bbd037f41_89916551 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->compiled->nocache_hash = '15726066165da83bbd028359_81339022';
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_19770592065da83bbd029f75_26698222', 'product_miniature_item');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'product_thumbnail'} */
|
||||
class Block_4481885625da83bbd02ab45_89251083 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['cover']) {?>
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="thumbnail product-thumbnail">
|
||||
<img
|
||||
src = "<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['bySize']['home_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
alt = "<?php if (!empty($_smarty_tpl->tpl_vars['product']->value['cover']['legend'])) {
|
||||
echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['legend'], ENT_QUOTES, 'UTF-8');
|
||||
} else {
|
||||
echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['product']->value['name'],30,'...' )), ENT_QUOTES, 'UTF-8');
|
||||
}?>"
|
||||
data-full-size-image-url = "<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['large']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
>
|
||||
</a>
|
||||
<?php } else { ?>
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="thumbnail product-thumbnail">
|
||||
<img
|
||||
src = "<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['no_picture_image']['bySize']['home_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
>
|
||||
</a>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_thumbnail'} */
|
||||
/* {block 'product_name'} */
|
||||
class Block_1243649705da83bbd02e3e4_17887932 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['page']->value['page_name'] == 'index') {?>
|
||||
<h3 class="h3 product-title" itemprop="name"><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['product']->value['name'],30,'...' )), ENT_QUOTES, 'UTF-8');?>
|
||||
</a></h3>
|
||||
<?php } else { ?>
|
||||
<h2 class="h3 product-title" itemprop="name"><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['product']->value['name'],30,'...' )), ENT_QUOTES, 'UTF-8');?>
|
||||
</a></h2>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_name'} */
|
||||
/* {block 'product_price_and_shipping'} */
|
||||
class Block_15109826745da83bbd030332_66581026 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['show_price']) {?>
|
||||
<div class="product-price-and-shipping">
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"old_price"),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<span class="sr-only"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Regular price','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<span class="regular-price"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['regular_price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['discount_type'] === 'percentage') {?>
|
||||
<span class="discount-percentage discount-product"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['discount_percentage'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['product']->value['discount_type'] === 'amount') {?>
|
||||
<span class="discount-amount discount-product"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['discount_amount_to_display'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"before_price"),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<span class="sr-only"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Price','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<span itemprop="price" class="price"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>'unit_price'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>'weight'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_price_and_shipping'} */
|
||||
/* {block 'product_reviews'} */
|
||||
class Block_4268453115da83bbd034706_79427406 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListReviews','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_reviews'} */
|
||||
/* {block 'product_flags'} */
|
||||
class Block_16181143635da83bbd034ee8_21695514 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<ul class="product-flags">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['product']->value['flags'], 'flag');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['flag']->value) {
|
||||
?>
|
||||
<li class="product-flag <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['flag']->value['type'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['flag']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_flags'} */
|
||||
/* {block 'quick_view'} */
|
||||
class Block_16892004005da83bbd0367f1_83455423 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<a class="quick-view" href="#" data-link-action="quickview">
|
||||
<i class="material-icons search"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Quick view','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'quick_view'} */
|
||||
/* {block 'product_variants'} */
|
||||
class Block_11351734665da83bbd036fc7_77213969 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['main_variants']) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/variant-links.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 9999, $_smarty_tpl->cache_lifetime, array('variants'=>$_smarty_tpl->tpl_vars['product']->value['main_variants']), 0, false);
|
||||
?>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_variants'} */
|
||||
/* {block 'product_miniature_item'} */
|
||||
class Block_19770592065da83bbd029f75_26698222 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_miniature_item' =>
|
||||
array (
|
||||
0 => 'Block_19770592065da83bbd029f75_26698222',
|
||||
),
|
||||
'product_thumbnail' =>
|
||||
array (
|
||||
0 => 'Block_4481885625da83bbd02ab45_89251083',
|
||||
),
|
||||
'product_name' =>
|
||||
array (
|
||||
0 => 'Block_1243649705da83bbd02e3e4_17887932',
|
||||
),
|
||||
'product_price_and_shipping' =>
|
||||
array (
|
||||
0 => 'Block_15109826745da83bbd030332_66581026',
|
||||
),
|
||||
'product_reviews' =>
|
||||
array (
|
||||
0 => 'Block_4268453115da83bbd034706_79427406',
|
||||
),
|
||||
'product_flags' =>
|
||||
array (
|
||||
0 => 'Block_16181143635da83bbd034ee8_21695514',
|
||||
),
|
||||
'quick_view' =>
|
||||
array (
|
||||
0 => 'Block_16892004005da83bbd0367f1_83455423',
|
||||
),
|
||||
'product_variants' =>
|
||||
array (
|
||||
0 => 'Block_11351734665da83bbd036fc7_77213969',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<article class="product-miniature js-product-miniature" data-id-product="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['id_product'], ENT_QUOTES, 'UTF-8');?>
|
||||
" data-id-product-attribute="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['id_product_attribute'], ENT_QUOTES, 'UTF-8');?>
|
||||
" itemscope itemtype="http://schema.org/Product">
|
||||
<div class="thumbnail-container">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_4481885625da83bbd02ab45_89251083', 'product_thumbnail', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<div class="product-description">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1243649705da83bbd02e3e4_17887932', 'product_name', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_15109826745da83bbd030332_66581026', 'product_price_and_shipping', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_4268453115da83bbd034706_79427406', 'product_reviews', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_16181143635da83bbd034ee8_21695514', 'product_flags', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<div class="highlighted-informations<?php if (!$_smarty_tpl->tpl_vars['product']->value['main_variants']) {?> no-variants<?php }?> hidden-sm-down">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_16892004005da83bbd0367f1_83455423', 'quick_view', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_11351734665da83bbd036fc7_77213969', 'product_variants', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_miniature_item'} */
|
||||
}
|
||||
@@ -1,281 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:58
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/miniatures/product.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839be708b00_09276720',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'be2a265c534ee336d1c9bd19bdffe3552d809ae1' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/catalog/_partials/miniatures/product.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
'file:catalog/_partials/variant-links.tpl' => 1,
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839be708b00_09276720 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_11355335335da839be6fad57_08408849', 'product_miniature_item');
|
||||
?>
|
||||
|
||||
<?php }
|
||||
/* {block 'product_thumbnail'} */
|
||||
class Block_3614699805da839be6fb7c7_57519489 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['cover']) {?>
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="thumbnail product-thumbnail">
|
||||
<img
|
||||
src = "<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['bySize']['home_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
alt = "<?php if (!empty($_smarty_tpl->tpl_vars['product']->value['cover']['legend'])) {
|
||||
echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['legend'], ENT_QUOTES, 'UTF-8');
|
||||
} else {
|
||||
echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['product']->value['name'],30,'...' )), ENT_QUOTES, 'UTF-8');
|
||||
}?>"
|
||||
data-full-size-image-url = "<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['cover']['large']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
>
|
||||
</a>
|
||||
<?php } else { ?>
|
||||
<a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
" class="thumbnail product-thumbnail">
|
||||
<img
|
||||
src = "<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['urls']->value['no_picture_image']['bySize']['home_default']['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"
|
||||
>
|
||||
</a>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_thumbnail'} */
|
||||
/* {block 'product_name'} */
|
||||
class Block_431362615da839be6fec83_21482348 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['page']->value['page_name'] == 'index') {?>
|
||||
<h3 class="h3 product-title" itemprop="name"><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['product']->value['name'],30,'...' )), ENT_QUOTES, 'UTF-8');?>
|
||||
</a></h3>
|
||||
<?php } else { ?>
|
||||
<h2 class="h3 product-title" itemprop="name"><a href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['url'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars(call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'truncate' ][ 0 ], array( $_smarty_tpl->tpl_vars['product']->value['name'],30,'...' )), ENT_QUOTES, 'UTF-8');?>
|
||||
</a></h2>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_name'} */
|
||||
/* {block 'product_price_and_shipping'} */
|
||||
class Block_8678455175da839be700c93_45290472 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['show_price']) {?>
|
||||
<div class="product-price-and-shipping">
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?>
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"old_price"),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<span class="sr-only"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Regular price','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<span class="regular-price"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['regular_price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['discount_type'] === 'percentage') {?>
|
||||
<span class="discount-percentage discount-product"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['discount_percentage'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php } elseif ($_smarty_tpl->tpl_vars['product']->value['discount_type'] === 'amount') {?>
|
||||
<span class="discount-amount discount-product"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['discount_amount_to_display'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"before_price"),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<span class="sr-only"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Price','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?>
|
||||
</span>
|
||||
<span itemprop="price" class="price"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['price'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>'unit_price'),$_smarty_tpl ) );?>
|
||||
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>'weight'),$_smarty_tpl ) );?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_price_and_shipping'} */
|
||||
/* {block 'product_reviews'} */
|
||||
class Block_9556149955da839be7051f7_62428264 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListReviews','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_reviews'} */
|
||||
/* {block 'product_flags'} */
|
||||
class Block_13511291565da839be705a15_05430513 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<ul class="product-flags">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['product']->value['flags'], 'flag');
|
||||
if ($_from !== null) {
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['flag']->value) {
|
||||
?>
|
||||
<li class="product-flag <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['flag']->value['type'], ENT_QUOTES, 'UTF-8');?>
|
||||
"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['flag']->value['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</ul>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_flags'} */
|
||||
/* {block 'quick_view'} */
|
||||
class Block_15371592585da839be707390_48441527 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<a class="quick-view" href="#" data-link-action="quickview">
|
||||
<i class="material-icons search"></i> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Quick view','d'=>'Shop.Theme.Actions'),$_smarty_tpl ) );?>
|
||||
|
||||
</a>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'quick_view'} */
|
||||
/* {block 'product_variants'} */
|
||||
class Block_3598820315da839be707b71_83826189 extends Smarty_Internal_Block
|
||||
{
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<?php if ($_smarty_tpl->tpl_vars['product']->value['main_variants']) {?>
|
||||
<?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/variant-links.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('variants'=>$_smarty_tpl->tpl_vars['product']->value['main_variants']), 0, false);
|
||||
?>
|
||||
<?php }?>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_variants'} */
|
||||
/* {block 'product_miniature_item'} */
|
||||
class Block_11355335335da839be6fad57_08408849 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'product_miniature_item' =>
|
||||
array (
|
||||
0 => 'Block_11355335335da839be6fad57_08408849',
|
||||
),
|
||||
'product_thumbnail' =>
|
||||
array (
|
||||
0 => 'Block_3614699805da839be6fb7c7_57519489',
|
||||
),
|
||||
'product_name' =>
|
||||
array (
|
||||
0 => 'Block_431362615da839be6fec83_21482348',
|
||||
),
|
||||
'product_price_and_shipping' =>
|
||||
array (
|
||||
0 => 'Block_8678455175da839be700c93_45290472',
|
||||
),
|
||||
'product_reviews' =>
|
||||
array (
|
||||
0 => 'Block_9556149955da839be7051f7_62428264',
|
||||
),
|
||||
'product_flags' =>
|
||||
array (
|
||||
0 => 'Block_13511291565da839be705a15_05430513',
|
||||
),
|
||||
'quick_view' =>
|
||||
array (
|
||||
0 => 'Block_15371592585da839be707390_48441527',
|
||||
),
|
||||
'product_variants' =>
|
||||
array (
|
||||
0 => 'Block_3598820315da839be707b71_83826189',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<article class="product-miniature js-product-miniature" data-id-product="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['id_product'], ENT_QUOTES, 'UTF-8');?>
|
||||
" data-id-product-attribute="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['id_product_attribute'], ENT_QUOTES, 'UTF-8');?>
|
||||
" itemscope itemtype="http://schema.org/Product">
|
||||
<div class="thumbnail-container">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_3614699805da839be6fb7c7_57519489', 'product_thumbnail', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<div class="product-description">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_431362615da839be6fec83_21482348', 'product_name', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_8678455175da839be700c93_45290472', 'product_price_and_shipping', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_9556149955da839be7051f7_62428264', 'product_reviews', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_13511291565da839be705a15_05430513', 'product_flags', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<div class="highlighted-informations<?php if (!$_smarty_tpl->tpl_vars['product']->value['main_variants']) {?> no-variants<?php }?> hidden-sm-down">
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_15371592585da839be707390_48441527', 'quick_view', $this->tplIndex);
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_3598820315da839be707b71_83826189', 'product_variants', $this->tplIndex);
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'product_miniature_item'} */
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.33, created on 2019-10-17 11:51:51
|
||||
from '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-summary-totals.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.33',
|
||||
'unifunc' => 'content_5da839b7593884_38889861',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'c0b6643a8d59708060f782d57be3374ddee580ab' =>
|
||||
array (
|
||||
0 => '/var/www/clients/client1/web14/web/themes/classic/templates/checkout/_partials/cart-summary-totals.tpl',
|
||||
1 => 1561472940,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5da839b7593884_38889861 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
$_smarty_tpl->_loadInheritance();
|
||||
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
|
||||
?>
|
||||
<div class="card-block cart-summary-totals">
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_18998366395da839b75917e9_76624520', 'cart_summary_total');
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7741149515da839b7592b54_84862994', 'cart_summary_tax');
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
<?php }
|
||||
/* {block 'cart_summary_total'} */
|
||||
class Block_18998366395da839b75917e9_76624520 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_summary_total' =>
|
||||
array (
|
||||
0 => 'Block_18998366395da839b75917e9_76624520',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="cart-summary-line cart-total">
|
||||
<span class="label"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['totals']['total']['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['labels']['tax_short'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<span class="value"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['totals']['total']['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_total'} */
|
||||
/* {block 'cart_summary_tax'} */
|
||||
class Block_7741149515da839b7592b54_84862994 extends Smarty_Internal_Block
|
||||
{
|
||||
public $subBlocks = array (
|
||||
'cart_summary_tax' =>
|
||||
array (
|
||||
0 => 'Block_7741149515da839b7592b54_84862994',
|
||||
),
|
||||
);
|
||||
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
|
||||
?>
|
||||
|
||||
<div class="cart-summary-line">
|
||||
<span class="label sub"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['subtotals']['tax']['label'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
<span class="value sub"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['cart']->value['subtotals']['tax']['value'], ENT_QUOTES, 'UTF-8');?>
|
||||
</span>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
/* {/block 'cart_summary_tax'} */
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user