ConLib:CategoryGridPage4

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
frankenstein897
Commander (CMDR)
Commander (CMDR)
Posts: 159
Joined: Wed Feb 16, 2011 11:51 am
Location: Indiana
Contact:

ConLib:CategoryGridPage4

Post by frankenstein897 » Tue Oct 23, 2012 3:01 pm

Is it possible to get the Add to cart and More Info buttons added to ConLib:CategoryGridPage4? Maybe in a future release?
Thanks,
Chris

http://www.networkcablesonline.com
Network Cables Online, LLC
Running AbleCommerce GOLD R6

frankenstein897
Commander (CMDR)
Commander (CMDR)
Posts: 159
Joined: Wed Feb 16, 2011 11:51 am
Location: Indiana
Contact:

Re: ConLib:CategoryGridPage4

Post by frankenstein897 » Tue Oct 30, 2012 12:56 pm

Is anyone else using the CategoryGrid4?
Thanks,
Chris

http://www.networkcablesonline.com
Network Cables Online, LLC
Running AbleCommerce GOLD R6

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

Re: ConLib:CategoryGridPage4

Post by jmestep » Wed Oct 31, 2012 6:48 am

The Add To Cart control is on the ConLIb/CategoryGrid4.ascx, but it is set to not show by default.
You can change it to true on the following line of code - ShowAddToCart="true"

Code: Select all

                               <uc1:ProductItemDisplay ID="ProductItem" runat="server" ShowRating="true" ShowAddToCart="false" ShowSummary="true" Item='<%# GetProduct(Container.DataItem) %>' />
 
(I haven't tried it, but that's what it looks like. If it doesn't show then, it must be a bug.)
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

frankenstein897
Commander (CMDR)
Commander (CMDR)
Posts: 159
Joined: Wed Feb 16, 2011 11:51 am
Location: Indiana
Contact:

Re: ConLib:CategoryGridPage4

Post by frankenstein897 » Wed Oct 31, 2012 7:51 pm

Thank you, it worked.
Thanks,
Chris

http://www.networkcablesonline.com
Network Cables Online, LLC
Running AbleCommerce GOLD R6

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

Re: ConLib:CategoryGridPage4

Post by jmestep » Thu Nov 01, 2012 7:10 am

It's a little rough on us in Gold. We have to edit the page code file now instead of using something like [[ConLib:CategoryGrid4 ShowAddToCart="true"]].
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

frankenstein897
Commander (CMDR)
Commander (CMDR)
Posts: 159
Joined: Wed Feb 16, 2011 11:51 am
Location: Indiana
Contact:

Re: ConLib:CategoryGridPage4

Post by frankenstein897 » Thu Nov 01, 2012 10:18 am

Yeah, that would be much better of a way to handle it. I am making good documentation so I run through all of it after every upgrade.
Thanks,
Chris

http://www.networkcablesonline.com
Network Cables Online, LLC
Running AbleCommerce GOLD R6

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

Re: ConLib:CategoryGridPage4

Post by jmestep » Thu Nov 01, 2012 12:36 pm

Also, watch out if you have anything custom in your master pages, like LeftSidebar.Master. When you change components in the admin for left sidebar, etc, it overwrites the entire file. So even if you have put css style names in, they are overwritten.
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

Post Reply