+ Reply to Thread
Results 1 to 2 of 2

Thread: Can I add thumbnails to the Top Ten Sellers

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    10
    Squirrelcart version
    not specified!

    Lightbulb Can I add thumbnails to the Top Ten Sellers

    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.

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    In the best_sellers_nav.tpl.php template file, change this:
    PHP Code:
    <li><a href="<?php print $Product['URL'?>"><?php print $Product['Display_Name'?></a></li>
    to this:
    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>

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts