blockspace Posted February 24, 2004 Posted February 24, 2004 Hi Everyone Im sorry if this has been answered before, but I cant find any contributions, or any help that might tell me how to do this on my own. Basically I want to have it so that when I add a product, and dont upload a image file, it automatically makes the image file a "no image avaliable" image (ie. images/noimage.jpg) Is there an easy way to do this, as I dont like to see the broken pictures on the right side of the page for the products without images... Regards Luke [email protected] Quote
Guest Posted February 24, 2004 Posted February 24, 2004 (edited) I just upload the no image picture for each one as you can see Here If you want to have it default to an image you will need to find this in admin/categories.php ? ? ?case 'insert_product': ? ? ?case 'update_product': and make the appropriate edits below it in the sections dealing with products_image. Edited February 24, 2004 by JB Quote
hobbzilla Posted February 24, 2004 Posted February 24, 2004 you could also go and upload a "no image" picture file and then modify the database table so that the default products_image column was "no_image.gif" Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.