extended filter column display charestritics

29.07.2019 12:54
#1
neoneo58
Joomshopping forum user no avatar
Name: Neo
19.02.2013
Posts: 33
Quote
extended filter column display charestritics

Hello,

i want to display the Characteristics in 3 columns for each . see the attachment. not shows all in one long horizontal list.
how can i display iphone iad and i patch in 3 coluns next eachother not in long horizntal list.


thanks
extended filter column display charestritics

 
29.07.2019 14:54
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: extended filter column display charestritics

There is no such possibility.

Change your css / module template.

 
29.07.2019 15:18
#3
neoneo58
Joomshopping forum user no avatar
Name: Neo
19.02.2013
Posts: 33
Quote
Aw: extended filter column display charestritics

any tips ?

i mean float:flex? or sugession ?

 
29.07.2019 15:49
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: extended filter column display charestritics

url?

 
29.07.2019 16:39
#5
neoneo58
Joomshopping forum user no avatar
Name: Neo
19.02.2013
Posts: 33
Quote
Aw: extended filter column display charestritics

www.alibabatelecom.eu



Click on any brand (see the attachment)

thanks
Aw: extended filter column display charestritics

 
29.07.2019 19:04
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: extended filter column display charestritics

modules\mod_jshopping_filters_extended\tmpl\default\characteristic.php

if ($html_body!=''){
echo $html_head.$html_body;
$html_head = "";
$html_body = "";
}

Change to

if ($html_body!=''){
print "<div class='block_xxx'>";
echo $html_head.$html_body;
print "</div>";
$html_head = "";
$html_body = "";
}

 
29.07.2019 22:06
#7
neoneo58
Joomshopping forum user no avatar
Name: Neo
19.02.2013
Posts: 33
Quote
Aw: extended filter column display charestritics

i did excatlly as you said (see the attachment) but still not working any idea?
Aw: extended filter column display charestritics
changed.jpg

 
29.07.2019 22:33
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: extended filter column display charestritics

+ your css for .block_xxx

 
30.07.2019 00:59
#9
neoneo58
Joomshopping forum user no avatar
Name: Neo
19.02.2013
Posts: 33
Quote
Aw: extended filter column display charestritics

thank you very much the support on your products are amazing.
appreciation of your great work is admired.

 


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.