but I don't know how to access the large images of each product.
this is the code i have entered in my home.tpl but it won't work as it cannot acces the large images ...
Code: Select all
<a href="<?php echo $products[$j]['href']; ?>" class="screenshot" rel="Large images will go here" title="<?php echo $products[$j]['name']; ?>"><img src="<?php echo $products[$j]['thumb']; ?>" alt="<?php echo $products[$j]['name']; ?>" /></a>