just a quickie
i currently have 100+ products on my site all pointing to site/images/products1 i am wanting to change it so that all the product images are pulled from a diferent location e.g site/pictures i am looking for a fast fix. basically i need to edit the file or mysql database manually and set the url / file location to where i have uploaded them too. Im just wondering where the information is stored? where does it store the image loaction etc ?
basically i want to change every image from
mysite/images/image1
mysite/images/image2
mysite/images/image3
mysite/images/image4
to
mysite/image1
mysite/image2
mysite/image3
mysite/image4
so if all the images are stored in 1 file i could just copy/paste my way through relatively easily.
thanks in advance.



