romanovich Posted January 15, 2018 Share Posted January 15, 2018 Здравствуйте! Сайт: stonehouse.by У меня возникла проблема с следующим: На сайте есть страница "Скидки" на которой отображаются все товары с сниженными ценами. Мне нужно чтобы на ней, еще отображались товары которые помечаются как "распродажа" (на них выводится надпись распродажа или как в моем случае иконка. В файле product.tpl За вывод иконки "распродажа" отвечает следующий код: {if $product->on_sale} <span class="sale-box no-print"> <span class="sale-label">{l s=''}</span> </span> {elseif $product->specificPrice && $product->specificPrice.reduction && $productPriceWithoutReduction > $productPrice} <span class="discount">{l s='Reduced price!'}</span> {/if} Файл отвечающий за страницу "Скидки" содержит следующий код: {capture name=path}{l s='Price drop'}{/capture} <h1 class="page-heading product-listing">{l s='Price drop'}</h1> {if $products} <div class="content_sortPagiBar"> <div class="sortPagiBar clearfix"> {include file="./product-sort.tpl"} {include file="./nbr-product-page.tpl"} </div> <div class="top-pagination-content clearfix"> {include file="./product-compare.tpl"} {include file="$tpl_dir./pagination.tpl"} </div> </div> {include file="./product-list.tpl" products=$products} <div class="content_sortPagiBar"> <div class="bottom-pagination-content clearfix"> {include file="./product-compare.tpl"} {include file="./pagination.tpl" paginationId='bottom'} </div> </div> {else} <p class="alert alert-warning">{l s='No price drop'}</p> {/if} Подскажите, пожалуйста как мне решить мою задачу? Заранее спасибо! Link to comment Share on other sites More sharing options...
webprog Posted January 16, 2018 Share Posted January 16, 2018 Вам нужно работать с product-list.tpl и вносить туда изменения Link to comment Share on other sites More sharing options...
romanovich Posted January 16, 2018 Author Share Posted January 16, 2018 Можно подробнее? Я плохо в этом разбираюсь. И еще, если, допустим, нужно заменить выводимые там товары, на подкатегории, которые содержат эти товары, как это сделать? Link to comment Share on other sites More sharing options...
romanovich Posted January 17, 2018 Author Share Posted January 17, 2018 Нашел человека, который все сделал. Благодарю webprog за отклик! Link to comment Share on other sites More sharing options...
BabayKzn Posted February 8, 2018 Share Posted February 8, 2018 On 17.01.2018 at 10:19 PM, romanovich said: Нашел человека, который все сделал. Благодарю webprog за отклик! Здравствуйте! Поделитесь решением данной задачи, пож-та Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now