skain Posted February 11, 2004 Share Posted February 11, 2004 hi, first i like osc very much! just got the EasyPopulate running fine and importing 10000 of products. but my problem is, i got my products-database from another shop, and it stores its images on another website like http://images.blabla.com/jpg/ now i import all my products, with a value at 'v_products_image' like 03452.jpg this jpg is stored at the external store. when i change the image value in configure.php to define('DIR_WS_IMAGES', 'http://external.server.com/img/'); , osc will find all product images there, but not any other image that i need for the design etc. is there a solution? thanks a lot! Link to comment Share on other sites More sharing options...
gottaloveit Posted February 11, 2004 Share Posted February 11, 2004 It might be some work, but you could add another reference in configure.php, example: define('DIR_WS_PRODUCTS_IMAGES', 'http://external.server.com/img/'); And then change all references of DIR_WS_IMAGES to the above DIR_WS_PRODUCTS_IMAGES on any pages (examples below) that call for a product image. popup_image.php product_info.php products_new.php etc. etc. etc. GottaLoveIT PHP5 Fixes Cancelled Orders Faster Page Loads, Less DB Queries Enhanced Vendors Category Images / Folders Tree Link to comment Share on other sites More sharing options...
skain Posted February 11, 2004 Author Share Posted February 11, 2004 yeah thx, just thought about somthing like this just added a thread because maybe there is another solution... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.