Guest Posted October 26, 2008 Share Posted October 26, 2008 Hey everyone! I'm setting up a jewelry store and the product names are very vague, i.e. "Amy" for the Amy Necklace. So I'm using the "model" field to indicate if the item is a necklace, ring, bracelet or earring. So far the "model" field works great for this. I'm wanting to add the "model" field on the "Account_History_Info" page so the customer will see that "Amy" is a necklace. I cannot figure out the correct coding to add it. Anyone know? The product name coding on the account_heading_info page is: ' <tdclass="main" valign="top">' .$order->products[$i] [name]; So I've tried to add this, but doesn't work ' <tdclass="main" valign="top">' .$order->products[$i] [name]; ' <tdclass="main" valign="top">' .$order->products[$i] [model]; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.