Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

editing products


sjh

Recommended Posts

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

Requests for help should go in the correct forum. Please post only tips or tricks here.

Link to comment
Share on other sites

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

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.

Link to comment
Share on other sites

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...