Move filters

22.10.2013 01:19
#1
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Сообщения: 72
Quote
Move filters

I use Joomshopping 3.14.3
and use the standard filters what's included.
Is there a way to move them to the bottom i have them now at the top.
But i want to bring them to the bottom.

thnx in advance
Move filters

 
22.10.2013 08:16
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25853
Quote
Aw: Move filters

Change template.

 
22.10.2013 08:49
#3
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Сообщения: 72
Quote
Aw: Move filters

Can you pls explain a little more?
What file should i edit?

greets,
Wesley

 
22.10.2013 11:19
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25853
Quote
Aw: Move filters

components\com_jshopping\templates\default\category\products.php


include(dirname(__FILE__)."/../".$this->template_block_form_filter);

 
22.10.2013 13:27
#5
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Сообщения: 72
Quote
Aw: Move filters

Tried several things, nothing worked.
can you pls explain what to do exactly.

Thanx again :)

 
23.10.2013 11:00
#6
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Сообщения: 72
Quote
Aw: Move filters

I bought a lot from this place and the help is perfect.
Only now i have this maybe simple question (not simple for me)
cause i can't move it to the bottom, can you pls help me again to sort it?

Maybe you didn't have time before i understand it, but i want to change this cause it stands in the way.

greets,

Sorry for my English

 
23.10.2013 11:10
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25853
Quote
Aw: Move filters

components\com_jshopping\templates\default\category\products.php
components\com_jshopping\templates\default\products\products.php
components\com_jshopping\templates\default\manufacturer\products.php
components\com_jshopping\templates\default\vendor\products.php


<?php
include(dirname(__FILE__)."/../".$this->template_block_form_filter);
if (count($this->rows)){
include(dirname(__FILE__)."/../".$this->template_block_list_product);
}
if ($this->display_pagination){
include(dirname(__FILE__)."/../".$this->template_block_pagination);
}
?>

change to

<?php
if (count($this->rows)){
include(dirname(__FILE__)."/../".$this->template_block_list_product);
}
include(dirname(__FILE__)."/../".$this->template_block_form_filter);
if ($this->display_pagination){
include(dirname(__FILE__)."/../".$this->template_block_pagination);
}
?>

 
23.10.2013 13:36
#8
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Сообщения: 72
Quote
Aw: Move filters

thnx again, that did the trick.

 


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.