View Single Post
  #4  
Old 01-26-2005, 06:10 PM
 
rvargas rvargas is offline
 

Member
  
Join Date: Sep 2004
Location: usa
Posts: 27
 

Default Temp Solution

I modified the links from the original version,
and I found out that it's a problem with the file:

products_images_links.tpl

specifically on this line:

url = "../view_product_image.php?imageid=" + imageid

this is the path for detailed images, if you try to open the from the catalog folder they work fine but if you move the files to the root directory they don't.

What I did is I modified the above line to:

url = "store/view_product_image.php?imageid=" + imageid
(store is my main folder)

saved it, created the catalog, move it to the root folder, and it worked!!!

BUT, you still have to go back to the first path, (../) and upload it because it will not work once they are redirected to the php site.

I hope this helps you.

until someone gives us a better solution to avoid changing the path back and forth
[/b]
__________________
Roberto Vargas
computersar.com
X-Cart Gold 4.0.13 Installed On Unix Server
Location: Ca - USA
Reply With Quote