Adding Summary to Featured Items

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Adding Summary to Featured Items

Post by Brewhaus » Sat Feb 14, 2009 9:01 pm

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

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Adding Summary to Featured Items

Post by jmestep » Sun Feb 15, 2009 1:35 pm

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")
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

Brewhaus
Vice Admiral (VADM)
Vice Admiral (VADM)
Posts: 878
Joined: Sat Jan 19, 2008 4:30 pm

Re: Adding Summary to Featured Items

Post by Brewhaus » Sun Feb 15, 2009 2:01 pm

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Adding Summary to Featured Items

Post by mazhar » Mon Feb 16, 2009 6:10 am

Please read the following thread
viewtopic.php?f=44&t=8704

Post Reply