ManagerJosh Posted November 30, 2002 Posted November 30, 2002 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.
burt Posted December 1, 2002 Posted December 1, 2002 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.