Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-06-10 14:49:02 +02:00
parent 271a674f6a
commit 03db216a7b
4 changed files with 54 additions and 19 deletions

View File

@@ -160,13 +160,51 @@
}, },
"modules": { "modules": {
"pdproductattributeslist": { "pdproductattributeslist": {
"config_pl.xml": {
"type": "-",
"size": 614,
"lmtime": 0,
"modified": false
},
"controllers": {},
"index.php": {
"type": "-",
"size": 1339,
"lmtime": 0,
"modified": false
},
"logo.gif": {
"type": "-",
"size": 555,
"lmtime": 0,
"modified": false
},
"logo.png": {
"type": "-",
"size": 2155,
"lmtime": 0,
"modified": false
},
"pdproductattributeslist.php": {
"type": "-",
"size": 29968,
"lmtime": 1749506791322,
"modified": false
},
".php-cs-fixer.cache": {
"type": "-",
"size": 0,
"lmtime": 0,
"modified": false
},
"translations": {},
"views": { "views": {
"templates": { "templates": {
"hook": { "hook": {
"hookDisplayCustomAttributesListTable.tpl": { "hookDisplayCustomAttributesListTable.tpl": {
"type": "-", "type": "-",
"size": 4955, "size": 4863,
"lmtime": 1748644085323, "lmtime": 1749506820503,
"modified": false "modified": false
}, },
"hookDisplayProductTabContentGrid.tpl": { "hookDisplayProductTabContentGrid.tpl": {
@@ -236,8 +274,8 @@
"parsers": {}, "parsers": {},
"pdproductattributeslist.js": { "pdproductattributeslist.js": {
"type": "-", "type": "-",
"size": 7095, "size": 7077,
"lmtime": 1748607234036, "lmtime": 1749506703519,
"modified": false "modified": false
}, },
"widgets": {} "widgets": {}
@@ -531,20 +569,20 @@
}, },
"custom.css": { "custom.css": {
"type": "-", "type": "-",
"size": 8419, "size": 8599,
"lmtime": 1748644195810, "lmtime": 1749506220391,
"modified": false "modified": false
}, },
"custom.css.map": { "custom.css.map": {
"type": "-", "type": "-",
"size": 21048, "size": 21494,
"lmtime": 1748644195810, "lmtime": 1749506220391,
"modified": false "modified": false
}, },
"custom.scss": { "custom.scss": {
"type": "-", "type": "-",
"size": 9169, "size": 9371,
"lmtime": 1748644195710, "lmtime": 1749506220297,
"modified": false "modified": false
}, },
"error.css": { "error.css": {
@@ -568,13 +606,13 @@
"theme.css": { "theme.css": {
"type": "-", "type": "-",
"size": 446074, "size": 446074,
"lmtime": 1748643406903, "lmtime": 1749506137375,
"modified": false "modified": false
}, },
"theme.css.map": { "theme.css.map": {
"type": "-", "type": "-",
"size": 1353289, "size": 1353289,
"lmtime": 1748643406903, "lmtime": 1749506137376,
"modified": false "modified": false
}, },
"theme.rtlfix": { "theme.rtlfix": {
@@ -6287,13 +6325,13 @@
"styles.css": { "styles.css": {
"type": "-", "type": "-",
"size": 155697, "size": 155697,
"lmtime": 1748643406903, "lmtime": 1749506137375,
"modified": false "modified": false
}, },
"styles.css.map": { "styles.css.map": {
"type": "-", "type": "-",
"size": 449510, "size": 449510,
"lmtime": 1748643406903, "lmtime": 1749506137375,
"modified": false "modified": false
}, },
"styles.scss": { "styles.scss": {
@@ -6392,8 +6430,8 @@
}, },
"detail3382420090.tpl": { "detail3382420090.tpl": {
"type": "-", "type": "-",
"size": 11704, "size": 11734,
"lmtime": 1748643991780, "lmtime": 1749506486726,
"modified": false "modified": false
}, },
"product_accessories.tpl": { "product_accessories.tpl": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

View File

@@ -97,9 +97,6 @@
{/if} {/if}
{hook h='displayProductPriceBlock' product=$product type="price"} {hook h='displayProductPriceBlock' product=$product type="price"}
</div> </div>
<div class="product-free-delivery">
{l s='Free delivery from' d='Shop.Theme.Global'} <strong>299 zł</strong>
</div>
{hook h='displayProductPriceBlock' product=$product type="after_price"} {hook h='displayProductPriceBlock' product=$product type="after_price"}
</div> </div>
{/if} {/if}