Adding Summary to Featured Items
Adding Summary to Featured Items
We would like to show the product summary on the featured items, just as they are on CategoryGrid4. Is anyone able to point us in the right direction?
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot
Brewhaus (America) Inc.
Hot Sauce Depot
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Adding Summary to Featured Items
You should be able to do something like this:
<asp:Label ID="ManufacturerLabel" runat="server" Text='<%# Eval("Manufacturer.Name") %>'></asp:Label><br />
only Eval("Product.Summary")
<asp:Label ID="ManufacturerLabel" runat="server" Text='<%# Eval("Manufacturer.Name") %>'></asp:Label><br />
only Eval("Product.Summary")
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Adding Summary to Featured Items
I am sorry if I appear dead from the neck up, but should this all be placed together in a specific part of the FeaturedProducts.ascx file?
Rick Morris
Brewhaus (America) Inc.
Hot Sauce Depot
Brewhaus (America) Inc.
Hot Sauce Depot
Re: Adding Summary to Featured Items
Please read the following thread
viewtopic.php?f=44&t=8704
viewtopic.php?f=44&t=8704