Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attributes - modify Admin


chris379

Recommended Posts

Posted

Hello

 

I don't use the field products_name, that is the reason why I have only blank fields on the Admin-Page of the Product Attributes. I've managed it to extend the drop-down menus with the model. However there is a table, in which the articles including the attriubutes are listed, and that is my problem.

 

products_attributes.php, line 782, 793

<td class="smallText"><?php echo $products_name_only; ?></td>

changed to:

<td class="smallText"><?php echo $products_values['products_model']; ?></td>

 

Unfortunately it doesn't work!

Where is my mistake?

 

thanks

Christoph

Archived

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

×
×
  • Create New...