Zen Cart Logo
Forums / General Questions / Quick "where is this code?" question....

Quick "where is this code?" question....

Locked

Views: 829

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Feb 2008, 3:58 PM
#1
ripper avatar

ripper

Zen Follower

Join Date:
Jul 2005
Posts:
295
Plugin Contributions:
0

Quick "where is this code?" question....

Where is the code that opens the images on the item description page? I want to add something to the code and before I spend days searching the folders for the correct line of code in one file that is probably in the last folder I would think to look, I figured I'd ask here...... Thanks.

19 Feb 2008, 4:32 PM
#2
texasemt avatar

texasemt

New Zenner

Join Date:
Apr 2007
Location:
San Antonio, TX
Posts:
48
Plugin Contributions:
0

Re: Quick "where is this code?" question....

It is in the YOUR_TEMPLATE/templates/tpl_modules_main_product_image.php
or
TEMPLATE_DEFAULT/templates/tpl_modules_main_product_image.php
depending if you are using overrides or not.

19 Feb 2008, 5:10 PM
#3
ripper avatar

ripper

Zen Follower

Join Date:
Jul 2005
Posts:
295
Plugin Contributions:
0

Re: Quick "where is this code?" question....

Thanks...

19 Feb 2008, 8:46 PM
#4
ripper avatar

ripper

Zen Follower

Join Date:
Jul 2005
Posts:
295
Plugin Contributions:
0

Re: Quick "where is this code?" question....

Well, that wasn't the file I needed to edit, but thanks for the help.... The file I needed to edit was in the templates folder anyway....