categorylist with thumbnail and discount price

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

categorylist with thumbnail and discount price

Post by Chris Hadden » Mon Jul 18, 2011 11:08 am

I am not happy with the "canned" category list options ablecommerce offers. What I want is below, I need a thumbnail, a quantity box, and add to cart, and discounts shown all on one line. With a link to a more detailed product page. I am not a code guy. Copy and past is all I can do. Anyone have this as a plugin or can offer code? Thanks
categorylist.jpg

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

Re: categorylist with thumbnail and discount price

Post by jmestep » Tue Jul 19, 2011 8:07 am

You could start with CategoryGrid3 and set it to one column instead of three, then move other things around/add code

<ItemStyle HorizontalAlign="center" VerticalAlign="middle" Width="100%" CssClass="tableNode" />

public partial class ConLib_CategoryGridPage3 : System.Web.UI.UserControl, ISearchSidebarAware
{
private int _Cols = 1;
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

Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

Re: categorylist with thumbnail and discount price

Post by Chris Hadden » Tue Jul 19, 2011 10:29 am

Thanks Judy, unfortunately I really don't have the knowledge to change this page unless it is pretty much cut and paste. I opened the categorygrid3page and I see where I could easily change this line..... <ItemStyle HorizontalAlign="center" VerticalAlign="middle" Width="100%" CssClass="tableNode" /> but I have no idea what this other line is or where it goes. I'm just fumbling in the dark unless someone gives me the code and tells me exactly where to put it.

public partial class ConLib_CategoryGridPage3 : System.Web.UI.UserControl, ISearchSidebarAware
{
private int _Cols = 1;

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

Re: categorylist with thumbnail and discount price

Post by jmestep » Wed Jul 20, 2011 5:31 am

The section where you change the columns to 1 from 3 is at the top of the CategoryGrid3.aspx.cs in the ConLib folder.
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

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

Re: categorylist with thumbnail and discount price

Post by mazhar » Mon Aug 01, 2011 9:48 am

Have a look at this thread viewtopic.php?f=42&t=8978

Post Reply