|
<<prev |
1 |
next>>
Removing Thumbnail Images from Department Pages - The Basics
For practice purposes lets practice with the Real Soft Classic theme. First you will need to make a copy of your department.html template. Change themes to the Real Soft Classic theme. Now open your Current Theme Folder. Make a copy of department.html and name it dep-nothumbnail.html. After you copy the template, open the copy in a text editor.
Locate the line of code that reads:
[Products_ThumbNailFile:deptthumb.snp]
Delete it.
The block of code that formerly contained the thumbnail square tag [Products_ThumbNailFile:deptthumb.snp] now looks like this:
<td valign=top>
<nobr><small><b>Stock #:</small> [Products_ItemStockNumber]</b></nobr><br>
</td>
NOTE: Although it appears that there are four lines above there are really only three. The second line above is wrapped to a second line. In the template the line is all on one line instead of broken into two.
Save the file and then assign it to a department. To do this simply re-start RealCart and choose dep-nothumbnail.html from the template pull-down menu. Your department now shows no thumbnail images.
This concludes the Removing Thumbnail Images from Department Pages course.
<<prev |
1 |
next>>
|