sjh Posted May 12, 2007 Share Posted May 12, 2007 hello I've started adding items to my store and some needed editing is there a way round having to upload the same image every time i edit a product, it's not a huge thing just a bit of a pain? many thanks Link to comment Share on other sites More sharing options...
tindrop Posted May 12, 2007 Share Posted May 12, 2007 I would like to know this too. :) Link to comment Share on other sites More sharing options...
psynaptic Posted May 14, 2007 Share Posted May 14, 2007 Requests for help should go in the correct forum. Please post only tips or tricks here. My Profile | Contribs I like most: 'On The Fly' Auto Thumbnailer, Active Countries, Header Tags Controller, Ultimate SEO URLs, UK Based osC, UK Postcode Validation, Open Featured Sets, UK Postcode Based Carrier Shipping Link to comment Share on other sites More sharing options...
psynaptic Posted May 14, 2007 Share Posted May 14, 2007 helloI've started adding items to my store and some needed editing is there a way round having to upload the same image every time i edit a product, it's not a huge thing just a bit of a pain? many thanks Sorry! I'm in the wrong forum and not you. To solve your problem just add the products without an image. Then use PHPMyAdmin to edit the products_image column to your original image. You could use an UPDATE if you are willing to learn some simple SQL commands. My Profile | Contribs I like most: 'On The Fly' Auto Thumbnailer, Active Countries, Header Tags Controller, Ultimate SEO URLs, UK Based osC, UK Postcode Validation, Open Featured Sets, UK Postcode Based Carrier Shipping Link to comment Share on other sites More sharing options...
tigergirl Posted May 15, 2007 Share Posted May 15, 2007 I fixed this recently - cant find the exact post but I think this was it - may need to search for it though. in admin/includes/classes/upload.php find around line 30: return false; change to: $this =false; return; good luck Tiger I'm feeling lucky today......maybe someone will answer my post! I do try and answer a simple post when I can just to give something back. ------------------------------------------------ PM me? - I'm not for hire Link to comment Share on other sites More sharing options...
tindrop Posted May 15, 2007 Share Posted May 15, 2007 I fixed this recently - cant find the exact post but I think this was it - may need to search for it though. in admin/includes/classes/upload.php find around line 30: return false; change to: $this =false; return; good luck Tiger This caused an error Tiger. Thanks for replying anyway. :0) Link to comment Share on other sites More sharing options...
tindrop Posted May 15, 2007 Share Posted May 15, 2007 I fixed this recently - cant find the exact post but I think this was it - may need to search for it though. in admin/includes/classes/upload.php find around line 30: return false; change to: $this =false; return; good luck Tiger This caused an error Tiger. Thanks for replying anyway. :0) Link to comment Share on other sites More sharing options...
tigergirl Posted May 15, 2007 Share Posted May 15, 2007 This caused an error Tiger. Thanks for replying anyway. :0) Sorry, i looked in my file - it now reads $this = false; return; try that extra space. otherwise do a search on what I said, sorry, I didn't keep a note of the post I took it from but it worked for me. Good luck I'm feeling lucky today......maybe someone will answer my post! I do try and answer a simple post when I can just to give something back. ------------------------------------------------ PM me? - I'm not for hire Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.