Remove links to product details?

Nicky

Avatar: Nicky

2009-12-26 19:03

Just need a 'quick' overview of a number of products, I'm using v1.4.
Already removed price field, shopping cart & order options.

To go even a step further 'down', how can I remove the hyperlinks to 'product' details so only a list with photos + short description remains (links that lead to "?p=products_more&.....".

Thx

» Quick.Cart v1.x

Nicky

kalanta

No avatar

2009-12-26 22:36

templates/products_list.tpl

change:

<div class="photo">
<a href="?p=productsMore&amp;iProduct=$aList[iProduct]&amp;sName=$aList[sNameUrl]"><img src="$aList[sPhotoSmall]" alt="$aList[sName]" title="$aList[sName]" /></a>
</div>

for:

<div class="photo">
<img src="$aList[sPhotoSmall]" alt="$aList[sName]" title="$aList[sName]" />
</div>

and change:

<h2><a href="?p=productsMore&amp;iProduct=$aList[iProduct]&amp;sName=$aList[sNameUrl]" title="$aList[sName]">$aList[sName]</a></h2>

for:

<h2>$aList[sName]</h2>


I think it is what you want.

Nicky

Avatar: Nicky

2009-12-27 00:35

Thanks so much Kalanta, exactly what I needed.

Nicky

Back to top
about us | contact