How to display products in 2 lines?

marikas

No avatar

2009-02-05 11:38

I want to display products in lines without photos. For example I want it to look like this:
http://www.loodusfotovarustus.ee/pic2.jpg
but instead it looks like this
http://www.loodusfotovarustus.ee/pic1.jpg
On the second row there needs to be only the description.

» Quick.Cart v3.x

marikas

No avatar

2009-02-05 12:36

Success! I edited the pages_default.tpl file and instead
<!-- BEGIN PRODUCTS_LIST -->
<li class="l$aData[sStyle]"><h3><a href="$aData[sLinkName]">$aData[sName]</a></h3><h4>$aData[sPages]</h4>& #36;aData[sImage]$aData[sDescriptionShort]$aData[sPrice]$aData[sBasket]</li>
<!-- END PRODUCTS_LIST -->

I put
<!-- BEGIN PRODUCTS_LIST -->
<li class="l$aData[sStyle]"><h3><a href="$aData[sLinkName]">$aData[sName]</a></h3>$aData[sBasket]$aData[sPrice] 6;aData[sImage]$aData[sDescriptionShort]</li>
<!-- END PRODUCTS_LIST -->

After that its just the matter of fiddling with the css :)

:P

Back to top
about us | contact