View Single Post
  #9  
Old 04-06-2006, 12:28 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

I just move the files to the root, update config.php and run an SQL query to update the image path in the database, similar to this:

update xcart_thumbnails
set image_path = replace(image_path,'/store/','/')
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote