Hello, I was wondering...
How do you insert manufactuerer names on the product lists?
I am also trying to take out the SKU numbers from the product lists, how do you do that?
thank you.
I'm assuming you're talking about detailed list category template here.
Find this line:
<asp:Label ID="lblProductSKU" runat="server" Text='<%#((Product) Container.DataItem).SKU%>' />
Change it to:
<asp:Label ID="lblProductSKU" runat="server" Text='<%#((Product) Container.DataItem).ManufacturerName%>' />