View Single Post
  #2  
Old 01-22-2013, 09:26 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Click product image on product page for detailed image

I did it.
I remember it was a PITA, but very doable.

You will edit /common_files/product_thumbnail.tpl

I remember having to do a (3) ifs --

{if $main eq 'product'}
then the colorbox popup code

then another code block: {elseif $main eq 'cart'}

and yet a third else...

may not be the most elegant or efficient code, but it works.

I'm not your guy to do custom work -- but I hope this points you in a good direction.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote