Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with Specifying a Product Image Upload Directory


ManagerJosh

Recommended Posts

Posted

I've been working on trying to specify customize where to upload product images based on manufacturer, but I'm running into severe problems. If someone with a lot of PHP expertise and background kindly PM me, and help me isolate the problem, it would be greatly appreciated.

Posted
I've been working on trying to specify customize where to upload product images based on manufacturer, but I'm running into severe problems. If someone with a lot of PHP expertise and background kindly PM me, and help me isolate the problem, it would be greatly appreciated.

 

Make a drop down box using tep_get_manufacturers and give them a value equivalent to their name.

 

Make the necessary directories, same names as above, chmod them 777 and use copy() function, followed by unlink(), making sure to parse the upload script to the correct directory.

 

Sounds do-able to me.

Archived

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

×
×
  • Create New...