Hi Scott
I just tried adding SKU to a multi product listing, and I see it is still not there? Any idea when this will be added - considering it was raised over 4 months ago?
For the record, I added the following :
<asp:Label runat="server" ID="lblProductSKULabel2" Text="SKU: " Visible="false" style="float:left; text-align:left; width:50px;"/>
<asp:Label runat="server" ID="lblProductSKU2" Text='<%# DataBinder.Eval(Container.DataItem, "ModelNumber") %>' Visible="false" style="float:left; text-align:left;"/>
Nothing comes through in the multi product listing ... If I remove the '2' in the ID column, the listing doesn't work at all (ie. nothing is shown) as the above lines are replicated in the single column layout code - if I delete them from the single colmn layout code, still nothing comes through, so I can only assume the query hasn' been modified for the multi column listing yet.
Using cart 4.22 on dnn5.x