chris379 Posted July 29, 2004 Posted July 29, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.