Filter frontend without the price range option

24.09.2013 12:53
#1
communicat
Joomshopping forum user no avatar
Name: communicat
17.05.2011
Posts: 65
Quote
Filter frontend without the price range option

Hi,

A want to show the filter frontend shop but only with the option to filter on manufacturers. When I select 'show filter' it also shows te price range filter option. How can I make the price range filter not show?

Any help is greatly appreciated!


Joomla: 2.5.14
JoomShopping: 3.15.3
PHP: 5.3.27
Website Url: shop not yet online
 
24.09.2013 13:28
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Filter frontend without the price range option

Change template

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/3567.html?lang=en

 
24.09.2013 13:37
#3
communicat
Joomshopping forum user no avatar
Name: communicat
17.05.2011
Posts: 65
Quote
Aw: Filter frontend without the price range option

Thank you. I removed the following code (line 28) from components\com_jshopping\templates\default\list_products\form_filters.php - block filter for list product. That did the trick.

<?php if (getDisplayPriceShop()){?>
<span class="filter_price"><?php print _JSHOP_PRICE?>:
<span class="box_price_from"><?php print _JSHOP_FROM?> <input type="text" class="inputbox" name="fprice_from" id="price_from" size="7" value="<?php if ($this->filters['price_from']>0) print $this->filters['price_from']?>" /></span>
<span class="box_price_to"><?php print _JSHOP_TO?> <input type="text" class="inputbox" name="fprice_to" id="price_to" size="7" value="<?php if ($this->filters['price_to']>0) print $this->filters['price_to']?>" /></span>
<?php print $this->config->currency_code?>
</span>
<?php }?>

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.