опубликовать модуль ?как включить Хлебные крошки (Breadcrumb) в jshopping?
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.
опубликовать модуль ?как включить Хлебные крошки (Breadcrumb) в jshopping?
а какие проблемы? публикуем модуль крошек в любой доступной позиции, ставим отображать на страницах магазина и все, как обычнокак включить Хлебные крошки (Breadcrumb) в jshopping?
Камрады, а есть у кого какие-то плагины для работы с купонами ?
<tr class="jshop_prod_cart <?php if ($i%2==0) print "even"; else print "odd"?>">
Добрый день.
Суда по всему вот этот участок кода не должен отображаться
Код:<tr class="jshop_prod_cart <?php if ($i%2==0) print "even"; else print "odd"?>">
Помогите пожалуйста
product_default.php
вместо:
<span id="block_price"><?php print formatprice($this->product->getPriceCalculate())?><?php print $this->product->_tmp_var_price_ext;?></span>
правим так:
<?php $curprice1=formatprice($this->product->getPriceCalculate());
if ($curprice1==0) {
// флаг скрытия кнопок
$show="display:none;"
?>
<span id="block_price">Цена по запросу <?php print $this->product->_tmp_var_price_ext;?></span>
<?php } else { ?>
<span id="block_price"><?php print formatprice($this->product->getPriceCalculate())?><?php print $this->product->_tmp_var_price_ext;?></span>
<?php } ?>
эт надо смотреть шаблон. Но я думаю смысл понятен.кнопка "Купить" осталась.