Quote:
Originally Posted by xcesiv
Im a bit lost with this.
I want to put a line or 2 between the products listing on this front page
http://ls1store.xcesiv.com/xcart/home.php
as u can see with the 4 products images being small its very cluttered.
thanks
Warren
|
Edit file "skin1/modules/Bestsellers/bestsellers.tpl".
After these lines add some tag - "<br />".
PHP Code:
........
<b><a href="product.php?productid={$bestseller.productid}&cat={$cat}&bestseller">{$bestseller.product}</a></b><br />
{$lng.lbl_our_price}: {include file="currency.tpl" value=$bestseller.taxed_price}<br />