Would like to add thumbs to the Top Ten Sellers Nav Box, like the cat previews, maybe drop it to Five for space.
Don't seem to find much on it here.
Would like to add thumbs to the Top Ten Sellers Nav Box, like the cat previews, maybe drop it to Five for space.
Don't seem to find much on it here.
In the best_sellers_nav.tpl.php template file, change this:
to this:PHP Code:<li><a href="<?php print $Product['URL'] ?>"><?php print $Product['Display_Name'] ?></a></li>
PHP Code:<li>
<a href="<?php print $Product['URL'] ?>"><?php print $Product['Display_Name'] ?></a>
<a href="<?php print $Product['URL'] ?>"><?php print $Product['Thumbnail_Image']['tag'] ?></a><br/>
</li>
Thanks,
Jamie
PHP shopping cart software - Squirrelcart
Please rate or review us!![]()
Hotscripts ● PHP Resource Index
There are currently 1 users browsing this thread. (0 members and 1 guests)