RE: Specify product quantity for an attribute
delishus <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <1d87301e03598c272660d21cb16805ce@osCommerce-Forums> |
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=186774#186774
----------------------------------------------------------------
Change the tep_get_uploaded_file references to new upload for example in categories.php...
if ($products_image = new upload('products_image', DIR_FS_CATALOG_IMAGES)) {
I also just remembered that Paul gave me a new products_attributes to use. email or PM me and I'll mail it over to you. You can always do a file compare on it and see if you think it will help.
Del