Module custom template

03.02.2011 21:02
#1
mediawarna
Joomshopping forum user no avatar
Name: haryanto
30.01.2011
Posts: 23
Quote
Module custom template

Hi, did anyone ever try to customize the label or other product display module? they all seems look typical (all list vertically in 1 line).

I'd try to modify the mod_/tmpl/default.php but never get the looks that i want it to be (fit table vertical & horizontal) the way it shown at the products in category.

i also try to combine both template (tmpl/default.php & /templates/default/product/product_default.php) but never success.

maybe anyone here can help me? which or how i should to with this? i don't use any sidebar navigation, so i have to make it horizontally.

thanks, an early reply would be very appreciated.

 
03.02.2011 21:11
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Module custom template

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/21/296.html

 
04.02.2011 03:36
#3
mediawarna
Joomshopping forum user no avatar
Name: haryanto
30.01.2011
Posts: 23
Quote
Aw: Module custom template

great, it's done.
here what its look like.

<div class="label_products">
<?php foreach($list as $curr){ ?>

<div style="width:150px; height:150px; float:left;>
<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>
</div>

<?php } ?>
</div>

 


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.