Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Если не панда, скорее всего проблема в PHP. Проверь все ли расширения PHP установлены. Так же посмотри как происходит кэширование на уровне PHP и Nginx( если он )Ну у меня нет панды и такого модуля.
У меня нет с этим проблем, но тоже была. Я товарищу выше написал как я это решил.Если не панда, скорее всего проблема в PHP. Проверь все ли расширения PHP установлены. Так же посмотри как происходит кэширование на уровне PHP и Nginx( если он )
Кто-нибудь допилил? Если да , поделитесь пожалуйста.Это проблема самого движка, все товары сортируются по базовой цене, без учета скидок(у вас же там скидки, да?). лечится ручным допилом.
<img class="replace-2x img-responsive front-image" src="{$pro_image|escape:'html':'UTF-8'}" alt="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" title="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" width="{$smarty.capture.home_default_width}" height="{$smarty.capture.home_default_height}" itemprop="image" />
<img class="lazy" src="{$modules_dir}lazyload/img/placeholder.png" data-original="{$pro_image|escape:'html':'UTF-8'}" alt="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" title="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" width="{$smarty.capture.home_default_width}" height="{$smarty.capture.home_default_height}" itemprop="image" />
<noscript><img class="replace-2x img-responsive front-image" src="{$pro_image|escape:'html':'UTF-8'}" alt="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" title="{if !empty($product.legend)}{$product.legend|escape:'html':'UTF-8'}{else}{$product.name|escape:'html':'UTF-8'}{/if}" width="{$smarty.capture.home_default_width}" height="{$smarty.capture.home_default_height}" itemprop="image" /></noscript>
надо функцию лэйзи лоад ещё раз в аяксе инициализировать
{include file="$tpl_dir./errors.tpl"}
{if $as_searchs.0.remind_selection == 3 OR $as_searchs.0.remind_selection == 1}
{include file=$as_obj->_getTplPath("pm_advancedsearch_selection_results.tpl")}
{/if}
{if $as_searchs.0.products}
<div class="content_sortPagiBar clearfix">
<div class="sortPagiBar clearfix">
{include file="$tpl_dir./product-sort.tpl"}
{include file="$tpl_dir./nbr-product-page.tpl"}
</div>
<div class="top-pagination-content clearfix">
{include file="$tpl_dir./product-compare.tpl"}
{include file="$tpl_dir./pagination.tpl"}
</div>
</div>
{include file="$tpl_dir./product-list.tpl" products=$as_searchs.0.products}
<div class="content_sortPagiBar">
<div class="bottom-pagination-content clearfix">
{include file="$tpl_dir./product-compare.tpl" paginationId='bottom'}
{include file="$tpl_dir./pagination.tpl" paginationId='bottom'}
</div>
</div>
{else}
<p class="alert alert-warning">{l s='There are no result.' mod='pm_advancedsearch4'}</p>
{/if}
{include file=$as_obj->_getTplPath("pm_advancedsearch_cross_links.tpl")}
{/if}
<script type="text/javascript">
as4Plugin.params[{$as_searchs.0.id_search|intval}] = {ldelim}
'hookName' : '{$hookName|escape:'htmlall':'UTF-8'}',
'centerColumnCssClasses' : {$as_searchs.0.search_results_selector_css|json_encode},
'availableCriterionsGroups' : {if isset($as_searchs.0.criterionsGroupsMini)}{$as_searchs.0.criterionsGroupsMini|json_encode}{else}{ldelim}{rdelim}{/if},
'selectedCriterions' : {if isset($as_searchs.0.criterions_selected)}{$as_searchs.0.criterions_selected|json_encode}{else}{ldelim}{rdelim}{/if},
'stepSearch' : {$as_searchs.0.step_search|intval},
'searchMethod' : {$as_searchs.0.search_method|intval},
'keep_category_information' : {if As4SearchEngine::getCurrentCategory() || As4SearchEngine::getCurrentManufacturer() || As4SearchEngine::getCurrentSupplier() || !empty($smarty.get.seo_url)}{$as_searchs.0.keep_category_information|intval}{else}0{/if},
'search_results_selector' : '{$as_searchs.0.search_results_selector|escape:'htmlall':'UTF-8'}',
'insert_in_center_column' : {$as_searchs.0.insert_in_center_column|intval},
'seo_criterion_groups' : '{if isset($as_searchs.0.seo_criterion_groups) && is_array($as_searchs.0.seo_criterion_groups)}{","|implode:$as_searchs.0.seo_criterion_groups|escape:'htmlall':'UTF-8'}{/if}',
'as4_productFilterListData' : {if isset($as4_productFilterListData) && !empty($as4_productFilterListData)}{$as4_productFilterListData|json_encode}{else}''{/if},
'as4_productFilterListSource' : {if isset($as4_productFilterListSource) && !empty($as4_productFilterListSource)}{$as4_productFilterListSource|json_encode}{else}''{/if},
'scrollTopActive' : {if isset($as_searchs.0.scrolltop_active) && $as_searchs.0.scrolltop_active}true{else}false{/if},
'resetURL' : {if is_array($as_searchs.0.selected_criterion) && sizeof($as_searchs.0.selected_criterion)}{As4SearchEngine::generateURLFromCriterions($as_searchs.0.id_search)|json_encode}{else}''{/if}
{rdelim};
jQuery.ajaxSetup({complete: function () {
функция
}});