egerke 2009-12-24 20:49 | I injected thoes plugins, but its a little bit grey without any titles. So I want to add them one like Categiries, or another way.
Thank you for your answer! » Quick.Cart v3.x |
kalanta 2009-12-25 10:00 | Last Product title: <!-- BEGIN LAST_PRODUCT --><div class="type">NEW PRODUCT</div><div id="lastProduct"><div class="photo"><a href="$aData[sLinkName]"><img src="$config[dir_files]$aData[iSizeValue1]/$aData[sFileName]" alt="$aData[sFileDescription]" /></a></div><h3><a href="$aData[sLinkName]">$aData[sName]</a></h3><div class="price"><strong>$aData[sPrice]</strong><span>$config[currency_symbol]</s pan></div></div><!-- END LAST_PRODUCT -->
With Random do the same. Just add in container.tpl <div class="type">YRANDOM PRODUCT</div> before <div id="RandomProduct">.
It should work. |