WiZeR Posted August 2, 2006 Share Posted August 2, 2006 Hi all I am currently adding a huge amount of products to my catalogue but, as yet, we do not have all the images ready. Is there a way to add a defualt "Temporary Image" to any product which has not had a image applied to it? Thanks Link to comment Share on other sites More sharing options...
[email protected] Posted August 2, 2006 Share Posted August 2, 2006 Hi all I am currently adding a huge amount of products to my catalogue but, as yet, we do not have all the images ready. Is there a way to add a defualt "Temporary Image" to any product which has not had a image applied to it? Thanks run a SQL statement on the database update 'products' set 'products_image'='some image file' where 'products_image' = '' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.