Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:34:51
from 'module:blockwishlistviewstemplat' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d911b75d8a8_97069881',
'has_nocache_code' => false,
'file_dependency' =>
array (
'49bc487e130c1ef7030f1b21969ba3d3687428ec' =>
array (
0 => 'module:blockwishlistviewstemplat',
1 => 1732017246,
2 => 'module',
),
),
'includes' =>
array (
),
),false)) {
function content_673d911b75d8a8_97069881 (Smarty_Internal_Template $_smarty_tpl) {
?><div
class="wishlist-button"
data-url="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['url']->value, ENT_QUOTES, 'UTF-8');?>
"
data-product-id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['id'], ENT_QUOTES, 'UTF-8');?>
"
data-product-attribute-id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['id_product_attribute'], ENT_QUOTES, 'UTF-8');?>
"
data-is-logged="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['customer']->value['is_logged'], ENT_QUOTES, 'UTF-8');?>
"
data-list-id="1"
data-checked="true"
data-is-product="true"
></div>
<?php }
}