link image to product details

GK User
Fri Jun 15, 2012 12:13 am
I was able to make all changes I needed except for this one change

I need to have the image link to the product details not the pop up image,,, looked on VM but the code seemed really different

site is http://2crommy.partswench.com/

thanks again


code below........................................................
Code: Select all
<div class="product floatleft<?php echo $Browsecellwidth . $show_vertical_separator ?>">
         <div class="spacer">
            <div>
               <?php /** @todo make image popup */
                     echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');
                  ?>
User avatar
Senior Boarder

GK User
Fri Jun 15, 2012 9:42 am
Try below.
Code: Select all
               <?php /** @todo make image popup */
                     echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');
                  ?>

Replace it with below
Code: Select all
                <a href="<?php echo $product->link ?>" title="<?php echo $product->product_name ?>"><?php echo $product->images[0]->displayMediaThumb("",false); ?></a>


See you around...
User avatar
Platinum Boarder

GK User
Thu Sep 13, 2012 11:28 am
can i do this in redshop too? if yes how en which file
User avatar
Senior Boarder

GK User
Fri Sep 14, 2012 8:09 am
@winstart,

I can't see any popup image in redshop. Post a link and then I can make a suggestion.

See you around...
User avatar
Platinum Boarder


cron