Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attribute Mess


doubleforte

Recommended Posts

Posted

osCommerce is such a great cart system and the massive amount of user contributions is staggering.

 

Having said that, it's hard to believe what a giant mess the product attributes is.

 

I've downloaded and test several options to make life eaiser. However, they all share the same void:

 

I need something that will allow me to edit the attribute in the product edit page (as does Product Attributes/Item Editor (#1668) but will allow access to the download options for that product. Currently, the download fields are MIA.

 

Works great with any attributes other than downloaders. When a product with a download option is edited using Product Attributes/Item Editor, the download info is lost!

 

I've seen this problem in every attribute contrib I've tried. Does anybody have a solution???

 

thanks

brian

Posted

Hi,

 

Just copy the DOWNLOAD_ENABLED sections from products_attributes.php and put them in your new one.

 

Add Attributes

Update Attributes

Delete Attributes

 

Add Attributes Form

Update Attributes Form

 

The 5 sections look like this.

 

        if (DOWNLOAD_ENABLED == 'true') {
       ......
       }

Archived

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

×
×
  • Create New...