This commit is contained in:
2025-08-07 21:17:15 +02:00
parent f36ca88abf
commit af479e7974
37 changed files with 72 additions and 55 deletions

View File

@@ -1082,7 +1082,7 @@
},
".htaccess": {
"type": "-",
"size": 45877,
"size": 45895,
"lmtime": 1746726321526,
"modified": true
},
@@ -1110,6 +1110,18 @@
"lmtime": 0,
"modified": false
},
".htaccess.2025-07-30-1753869921": {
"type": "-",
"size": 45877,
"lmtime": 0,
"modified": false
},
".htaccess.2025-07-30-1753870145": {
"type": "-",
"size": 45896,
"lmtime": 0,
"modified": false
},
".htaccess_backup_20250107_134938": {
"type": "-",
"size": 14791,
@@ -17157,8 +17169,8 @@
},
"detail1526395446.tpl": {
"type": "-",
"size": 30326,
"lmtime": 1748904409878,
"size": 30406,
"lmtime": 1753645488602,
"modified": false
},
"detail1526396195.tpl": {
@@ -18985,8 +18997,8 @@
},
"detail1526395446.tpl": {
"type": "-",
"size": 29782,
"lmtime": 1738066843448,
"size": 29793,
"lmtime": 1753645484803,
"modified": false
},
"detail1526396195.tpl": {

View File

@@ -22,7 +22,7 @@
{/foreach}
</ul>
{/block}
<div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
<!--<div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
<a href="#" class="quick-view" data-link-action="quickview" title="{l s='Add to cart' d='Shop.Theme.Actions'}">
<span class="leo-quickview-bt-loading cssload-speeding-wheel"></span>
<span class="leo-quickview-bt-content">
@@ -31,7 +31,7 @@
<span>{l s='Add to cart' d='Shop.Theme.Actions'}</span>
</span>
</a>
</div>
</div>-->
</div>
</div>

View File

@@ -8,7 +8,7 @@
<!-- @file modules\appagebuilder\views\templates\front\products\file_tpl -->
<div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
<a
href="#"
href="{$product.url}"
class="quick-view"
data-link-action="quickview" title="{l s='Add to cart' d='Shop.Theme.Actions'}"
>

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
{*
{*
* @Module Name: Leo Product Search
* @Website: leotheme.com.com - prestashop template provider
* @author Leotheme <leotheme@gmail.com>
@@ -9,11 +9,8 @@
{block name='content'}
{capture name=path}{l s='Search' mod='leoproductsearch'}{/capture}
<h1 {if isset($instant_search) && $instant_search}id="instant_search_results" {/if}
class="page-heading 1 {if !isset($instant_search) || (isset($instant_search) && !$instant_search)} product-listing{/if}">
{l s='Search' mod='leoproductsearch'}&nbsp;
{if $nbProducts > 0}
<span class="lighter">
"{if isset($search_query) && $search_query}{$search_query|escape:'html':'UTF-8'}{elseif $search_tag}{$search_tag|escape:'html':'UTF-8'}{elseif $ref}{$ref|escape:'html':'UTF-8'}{/if}"
@@ -25,7 +22,13 @@
</a>
{else}
<span class="heading-counter">
{if $nbProducts == 1}{l s='%d result has been found.' sprintf=[$nbProducts|intval] mod='leoproductsearch'}{else}{l s='%d results have been found.' sprintf=[$nbProducts|intval] mod='leoproductsearch'}{/if}
{if $nbProducts == 1}
{l s='%d produkt został znaleziony.' sprintf=[$nbProducts|intval] mod='leoproductsearch'}
{elseif $nbProducts > 1 && $nbProducts < 5}
{l s='%d produkty zostały znalezione.' sprintf=[$nbProducts|intval] mod='leoproductsearch'}
{else}
{l s='%d produktów zostało znalezionych.' sprintf=[$nbProducts|intval] mod='leoproductsearch'}
{/if}
</span>
{/if}
</h1>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4527,8 +4527,14 @@ body#cms.cms-id-23 {
}
}
.buy_by_phone {
#buy_by_phone_btn {
margin-top: 10px;
button {
background: #FFF !important;
color: #34d6ad !important;
border: 1px solid #34d6ad !important;
}
}
#buy-by-phone-popup {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -555,7 +555,7 @@ function findPosition(slides) {
//DONGND:: loading quickview
function actionQuickViewLoading() {
$('.quick-view').click(function (e) {
/*$('.quick-view').click(function (e) {
e.preventDefault()
if (!$(this).hasClass('active')) {
@@ -580,7 +580,7 @@ function actionQuickViewLoading() {
}
}, 300)
}
})
})*/
}
$(document).on('click', '.leo_grid', function (e) {

View File

@@ -54,11 +54,7 @@
{hook h='displayLeoWishlistButton' product=$product}
<div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
<a
href="#"
class="quick-view"
data-link-action="quickview" title="{l s='Add to cart' d='Shop.Theme.Actions'}"
>
<a href="{$product.url}" class="quick-view" title="{l s='Add to cart' d='Shop.Theme.Actions'}">
<span class="leo-quickview-bt-loading cssload-speeding-wheel"></span>
<span class="leo-quickview-bt-content">
{* <i class="material-icons search">&#xE8B6;</i> *}
@@ -87,7 +83,7 @@
</div>
{literal}
<script type="text/javascript">
function registerWidget (w, token) {
w['_ekomiWidgetsServerUrl'] = 'https://widgets.ekomi.com';
w['_customerId'] = 147976;
@@ -95,7 +91,7 @@
w['_language'] = new Array();
}
w['_language'][token] = 'auto';
if(typeof(w['_ekomiWidgetTokens']) !== 'undefined'){
w['_ekomiWidgetTokens'][w['_ekomiWidgetTokens'].length] = token;
} else {
@@ -105,7 +101,7 @@
ekomiWidgetJs = true;
var scr = document.createElement('script');scr.src = 'https://sw-assets.ekomiapps.de/static_resources/widget.js';
var head = document.getElementsByTagName('head')[0];head.appendChild(scr);
} else {if (typeof ekomiWidgetMain != 'undefined') {ekomiWidgetMain('ajax', token);}}
return true;
}
@@ -116,7 +112,7 @@
})(window);
</script>
{/literal}
<!-- @file modules\appagebuilder\views\templates\front\products\file_tpl -->
{block name='product_price_and_shipping'}
{if $product.show_price}

View File

@@ -1,4 +1,4 @@
{*
{*
* @Module Name: AP Page Builder
* @Website: apollotheme.com - prestashop template provider
* @author Apollotheme <apollotheme@gmail.com>
@@ -26,7 +26,7 @@
</a>
{/block}
{if $product.has_discount}
{if $product.has_discount}
{if $product.discount_type === 'percentage'}
<span class="discount-percentage">{$product.discount_percentage}</span>
{/if}
@@ -54,20 +54,20 @@
<div class="product-price-and-shipping">
{hook h='displayProductPriceBlock' product=$product type="before_price"}
<span class="price" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="priceCurrency" content="{$currency.iso_code}"></span><span itemprop="price" content="{$product.price_amount}">{$product.price}</span>
</span>
</span>
{if $product.has_discount}
{hook h='displayProductPriceBlock' product=$product type="old_price"}
<span class="regular-price">{$product.regular_price}</span>
{/if}
{hook h='displayProductPriceBlock' product=$product type='unit_price'}
{hook h='displayProductPriceBlock' product=$product type='weight'}
@@ -85,25 +85,25 @@
{hook h='displayLeoWishlistButton' product=$product}
<!-- @file modules\appagebuilder\views\templates\front\products\file_tpl -->
<div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
{* <div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
<a
href="#"
class="quick-view"
data-link-action="quickview"
title="{l s='Quick view'}"
>
<span class="leo-quickview-bt-loading cssload-speeding-wheel"></span>
<span class="leo-quickview-bt-loading cssload-speeding-wheel"></span>
<span class="leo-quickview-bt-content">
<i class="icon-font icon-eye"></i>
<span>{l s='Quick view'}</span>
</span>
</a>
</div>
</div> *}
<!-- @file modules\appagebuilder\views\templates\front\products\file_tpl -->
{hook h='displayLeoCompareButton' product=$product}
</div></div>
<!-- @file modulesappagebuilderviewstemplatesfrontproductsfile_tpl -->
<!-- @file modulesappagebuilderviewstemplatesfrontproductsfile_tpl -->
<div class="leo-more-cdown" data-idproduct="{$product.id_product}"></div>
</div>

View File

@@ -60,7 +60,7 @@
<div class="functional-buttons clearfix">
{block name='quick_view'}
<div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
<a href="#" class="quick-view btn-product btn btn-primary" data-link-action="quickview"
<a href="{$product.url}" class="quick-view btn-product btn btn-primary" data-link-action="quickview"
data-source=".thumb-gallery-{$product.id}-{$product.id_product_attribute}"
title="{l s='Quick view' d='Shop.Theme.Actions'}">
<span class="leo-quickview-bt-loading cssload-speeding-wheel"></span>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -1,4 +1,4 @@
{*
{*
* @Module Name: AP Page Builder
* @Website: apollotheme.com - prestashop template provider
* @author Apollotheme <apollotheme@gmail.com>
@@ -26,7 +26,7 @@
</a>
{/block}
{if $product.has_discount}
{if $product.has_discount}
{if $product.discount_type === 'percentage'}
<span class="discount-percentage">{$product.discount_percentage}</span>
{/if}
@@ -54,20 +54,20 @@
<div class="product-price-and-shipping">
{hook h='displayProductPriceBlock' product=$product type="before_price"}
<span class="price" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="priceCurrency" content="{$currency.iso_code}"></span><span itemprop="price" content="{$product.price_amount}">{$product.price}</span>
</span>
</span>
{if $product.has_discount}
{hook h='displayProductPriceBlock' product=$product type="old_price"}
<span class="regular-price">{$product.regular_price}</span>
{/if}
{hook h='displayProductPriceBlock' product=$product type='unit_price'}
{hook h='displayProductPriceBlock' product=$product type='weight'}
@@ -85,25 +85,25 @@
{hook h='displayLeoWishlistButton' product=$product}
<!-- @file modules\appagebuilder\views\templates\front\products\file_tpl -->
<div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
<!--<div class="quickview{if !$product.main_variants} no-variants{/if} hidden-sm-down">
<a
href="#"
class="quick-view"
data-link-action="quickview"
title="{l s='Quick view'}"
>
<span class="leo-quickview-bt-loading cssload-speeding-wheel"></span>
<span class="leo-quickview-bt-loading cssload-speeding-wheel"></span>
<span class="leo-quickview-bt-content">
<i class="icon-font icon-eye"></i>
<span>{l s='Quick view'}</span>
</span>
</a>
</div>
</div>-->
<!-- @file modules\appagebuilder\views\templates\front\products\file_tpl -->
{hook h='displayLeoCompareButton' product=$product}
</div></div>
<!-- @file modulesappagebuilderviewstemplatesfrontproductsfile_tpl -->
<!-- @file modulesappagebuilderviewstemplatesfrontproductsfile_tpl -->
<div class="leo-more-cdown" data-idproduct="{$product.id_product}"></div>
</div>