Hi All,
I'll discuss problem first, then provide links/info below.
(1) When I view a single product's page, and click on the image in order to display the 'larger image', it instead displays the thumbnail pic. My medium and larger images are both functioning fine, and display when I click on the 'larger image' thumbnails for each respective 'larger image'. Please help me get the primary item thumbnail to display either the Large or Medium image - preferably the Medium. (See more info on file names/locations below)
(2) I would like the link under my 'Medium' image to say 'Medium Image', instead of just 'larger image', as I have three sizes of images, and customers will not be able to see which thumbnail to click for what enlarged image. I found where to alter that text (includes/languages/english.php), only it updates all locations where that text resides, i.e., if I change that code in english.php, instead of displaying "larger image" in three locations (one under each image on the product page), it displays the changed text in three locations. I'd like to differentiate what image thumbnail gets what link text, i.e., Large Image = "Large Image", Medium image = "Medium Image", etc.
MY INFO:
I have more than 1600 products with triplicate images (more than 5600 image files). To make things easy on me, as image file names can be easily found when needed, I have inserted ALL product image files in the same directory: images/products/. I have created the files per the formula below:
- 'productimagename'.jpg = presized thumbnail, 110p sq.
- 'productimagename'_MED.jpg = presized medium image, 300p sq.
- 'productimagename'_LRG.jpg = presized large image, 700p sq.
I have updated several products, and all images are found and able to be displayed. Here is a link to my site: http://www.cowboykicks.com/index.php (domain forwarding is on, and pointing to a construction page, so a direct link is required to reach page...).



