Simple Products List

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
User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

Simple Products List

Post by Hostmaster » Fri Feb 08, 2008 8:13 am

Is there a simple Products List, like the SimpleCategoryList,

We have A Catagory With a Few "Special Products" and would like to list Just the Titles in a format simlar to the SimpleCategoryList.

Having 1 of the Items with an Image Above would be a bonus.

Please advise

Pete

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Tue Feb 12, 2008 9:16 am

Pete,

Check the ConLib Reference in the AC7 Help menu. Several of the user controls have quite a few parameters that let you control the amount of information displayed by that control.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

Post by Hostmaster » Wed Feb 13, 2008 1:16 pm

well, With help We hacked out two Simple Conlibs, for any that are interested.

Displays Tiles of Products in a Category
[[ConLib:Custom\SimpleProductList CategoryID="58" Caption="Our Own Caption" MaxItems="4" Orientation="VERTICAL" DisplayMode="SEQUENTIAL"]]

And
Custom\SpecialProductDisplay:

Display Products by Product ID and can be Many with comma separated list
[[ConLib:Custom\SpecialProductDisplay ProductID="113,485" Caption="Special Product" Orientation="VERTICAL"]]

The Simple ProductList was a short Hack from the MoreCategoryItems Items. The Special Product Display was a more complex continuation of that.

For any that want these items, Just drop me an Email to Hostmaster @ offpla.net, Please No Spam.

Pete

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Wed Feb 13, 2008 1:22 pm

very cool, thanks for contributing the knowledge and the work. 8)
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

Post by calvis » Wed Feb 13, 2008 1:43 pm

It would be nice to see hacked controls in action. A screen shot or url would be nice. (I would prefer the screen shot as urls change all the time) A picture is worth a 1000 words.

User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

Post by Hostmaster » Wed Feb 13, 2008 1:49 pm

Yes i understand that, and am sorry. I do not see a way to upload images into this forum. and unfortunatly My site is stil about 2 weeks from ready for public viewing.

That in mind however,

The SpecialProductDisplay Hack, lets you display a Product or multiple products, By productID whereever you insert it.

The SimpleProductList Hack Displays Tiles of Products in a Category, I use it for a Special Catagory and the Caption is Our own Line. this Catagory is Hidden only at the Catagory level and All the product we have in it are also in other Catagorys.

Hope that helps explain it better.

Pete

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Wed Feb 13, 2008 1:53 pm

Pete,

Have you looked at CategoryGrid2 and CategoryGrid4 yet?

Sounds similar to those layouts from what you've described.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

beveled
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 44
Joined: Thu Feb 28, 2008 6:21 am
Location: Pittsburgh, PA (Go Steelers!)

Post by beveled » Thu Mar 13, 2008 4:29 am

I've had a similar issue trying to get a table-like layout on my search.aspx page. I try to select Category List Page, and get an error message stating

Object reference not set to an instance of an object.

I assume that's CategoryGrid4, since it's the fourth Category choice.

Thanks,

Sheldon

beveled
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 44
Joined: Thu Feb 28, 2008 6:21 am
Location: Pittsburgh, PA (Go Steelers!)

Post by beveled » Thu Mar 13, 2008 5:05 am

Update: I get this error when trying to access CategoryList.aspx directly as well. Restored the original files from the zip folder, and it still gives this error.

Anyone else experiencing this issue with ASP.NET v7.0?

Thanks,

Sheldon

User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

In action

Post by Hostmaster » Thu Mar 13, 2008 6:22 am


beveled
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 44
Joined: Thu Feb 28, 2008 6:21 am
Location: Pittsburgh, PA (Go Steelers!)

Post by beveled » Thu Mar 13, 2008 7:15 am

What about it? Are you getting the same issue?

User avatar
Hostmaster
Commander (CMDR)
Commander (CMDR)
Posts: 126
Joined: Fri Jan 04, 2008 3:30 pm
Location: Melbourne Fl
Contact:

Post by Hostmaster » Thu Mar 13, 2008 7:17 am

calvis
asked to see the Hacked controls in action. and now that we are live. I posted to share :)

User avatar
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

Post by calvis » Thu Mar 13, 2008 3:06 pm

Sweet,

Thanks

Post Reply