Artikel anordnung "Module Bestseller"

10.09.2010 16:20
#1
seppel
Joomshopping forum user no avatar
Name: Ronny Große
31.08.2010
Posts: 37
Quote
Artikel anordnung "Module Bestseller"

Wo kann man bei dem "Module Bestseller 2.0.1" die Einstellung so abändern, damit die Artikel nebeneinander angezeigt werden können? So wie direkt im Shop.


Joomla: 1.5.20.
JoomShopping: 2.1.4
Website Url: http://www.chip-tuningparts.de
 
10.09.2010 16:48
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Artikel anordnung "Module Bestseller"

ändern müssen, Vorlage
modules\mod_jshopping_bestseller_products\tmpl\default.php

Beispiel:
Veränderung Zeile 3

<div class="last_prod_item" style="width:150px; height:150px; float:left">


 
11.09.2010 20:57
#3
seppel
Joomshopping forum user no avatar
Name: Ronny Große
31.08.2010
Posts: 37
Quote
Aw: Artikel anordnung "Module Bestseller"

Super, so haben wir uns das Vorgestellt... Macht auch gleich ein besseres Bild auf der Webseite ;-)


Website Url: http://www.chip-tuningparts.de
 
08.12.2010 11:58
#4
dilbert
Joomshopping forum user no avatar
Name: Andreas Gruber
11.10.2010
Posts: 170
Quote
Aw: Artikel anordnung "Module Bestseller"

wie kann ich die Darstellung ändern?
Hätte die Ausrichtung gerne "center"
Aw: Artikel anordnung "Module Bestseller"

 
08.12.2010 12:31
#5
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Posts: 123
Quote
Aw: Artikel anordnung "Module Bestseller"

einfach in der template.css folgendes hinzufügen:

.bestseller_products div.block_item {
text-align:center !important;
}

dann sollte das centriert angezeigt werden

 
08.12.2010 13:24
#6
dilbert
Joomshopping forum user no avatar
Name: Andreas Gruber
11.10.2010
Posts: 170
Quote
Aw: Artikel anordnung "Module Bestseller"

super DANKE
funktioniert perfekt

 
11.12.2010 16:07
#7
dilbert
Joomshopping forum user no avatar
Name: Andreas Gruber
11.10.2010
Posts: 170
Quote
Aw: Artikel anordnung "Module Bestseller"

noch eine Frage ?

Wie kann ich die Textfarbe / Linkfarbe ändern? evtl. auch den Preis?

Danke

 
13.12.2010 06:57
#8
papa-chicco
Joomshopping forum user no avatar
Name: Alex
17.10.2010
Posts: 123
Quote
Aw: Artikel anordnung "Module Bestseller"

.bestseller_products div.block_item {
color:#000000 !important;
}
.bestseller_products div.block_item a:link,
.bestseller_products div.block_item a:visited, {
color:#00ff66 !important;
}
.bestseller_products div.block_item a:hover {
color:#00ff66 !important;
}


so sollte das funktionieren, farben musst du natürlich gegen deine wunschfarben austauschen

 
13.12.2010 15:07
#9
dilbert
Joomshopping forum user no avatar
Name: Andreas Gruber
11.10.2010
Posts: 170
Quote
Aw: Artikel anordnung "Module Bestseller"

super DANKE

 
17.02.2011 11:20
#10
treehugger
Joomshopping forum user no avatar
Name: jeni
15.02.2011
Posts: 31
Quote
Aw: Artikel anordnung "Module Bestseller"

moderator - 10.09.2010 16:48
ändern müssen, Vorlage
modules\mod_jshopping_bestseller_products\tmpl\default.php

Beispiel:
Veränderung Zeile 3

<div class="last_prod_item" style="width:150px; height:150px; float:left">



Can I do the same with latest products module?
Code is:
<div class="latest_products">

<?php foreach($last_prod as $curr){ ?>

<div class="block_item">

<?php if ($show_image) { ?>

<div class="item_image">

<a href="<?php print $curr->product_link?>"><img src = "<?php print $jshopConfig->image_product_live_path?>/<?php if ($curr->product_thumb_image) print $curr->product_thumb_image; else print $noimage?>" alt="" /></a>

</div>

<?php } ?>

<div class="item_name">

<a href="<?php print $curr->product_link?>"><?php print $curr->name?></a>

</div>

<div class="item_price">

<?php print formatprice($curr->product_price);?>

</div>

</div>

<?php } ?>

</div>


What do I change please.
:)


Last change: 17.02.2011 11:21
 
20.02.2011 10:49
#11
treehugger
Joomshopping forum user no avatar
Name: jeni
15.02.2011
Posts: 31
Quote
Aw: Artikel anordnung "Module Bestseller"

Hi
Please help. I tried changing the code as shown in my last post but that doesn't work.


Joomla: 1.5.22
JoomShopping: 2.7.3
PHP: 5.2.9
MySQL: 5.0.67
Website Url: easyhorsecare.net
 
20.02.2011 13:46
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Artikel anordnung "Module Bestseller"

download new version module

 
21.02.2011 10:18
#13
treehugger
Joomshopping forum user no avatar
Name: jeni
15.02.2011
Posts: 31
Quote
Aw: Artikel anordnung "Module Bestseller"

Hi
Thanks for your reply. The module version I have is 2.5.1 and that is the only one I can see from the download page!!??

 
21.02.2011 11:34
#14
treehugger
Joomshopping forum user no avatar
Name: jeni
15.02.2011
Posts: 31
Quote
Aw: Artikel anordnung "Module Bestseller"

Unless you mean version 3 that's listed under Joomla 1.6????

 
22.02.2011 11:48
#15
treehugger
Joomshopping forum user no avatar
Name: jeni
15.02.2011
Posts: 31
Quote
Aw: Artikel anordnung "Module Bestseller"

Any further assistance please.
:)


Last change: 22.02.2011 12:03
 
22.02.2011 18:24
#16
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Artikel anordnung "Module Bestseller"

Change css file


.bestseller_products div.block_item {
width:150px;
height:150px;
float:left
}


 
23.02.2011 07:33
#17
treehugger
Joomshopping forum user no avatar
Name: jeni
15.02.2011
Posts: 31
Quote
Aw: Artikel anordnung "Module Bestseller"

AWESOME!
Thank you so much.
:)

 
05.12.2011 00:36
#18
Renderking
Joomshopping forum user no avatar
Name: Renderking
22.11.2011
Posts: 6
Quote
Aw: Artikel anordnung "Module Bestseller"

:(

Hmm, looks like this is not working anymore. :(

Any suggestions how to re-create that with the latest Joomla and Joomshopping versions?

Thx!


Joomla: 1.7.3
JoomShopping: 3.2.7.
 


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.