Page 1 of 1

Simple Products List

Posted: Fri Feb 08, 2008 8:13 am
by Hostmaster
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

Posted: Tue Feb 12, 2008 9:16 am
by AbleMods
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.

Posted: Wed Feb 13, 2008 1:16 pm
by Hostmaster
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

Posted: Wed Feb 13, 2008 1:22 pm
by AbleMods
very cool, thanks for contributing the knowledge and the work. 8)

Posted: Wed Feb 13, 2008 1:43 pm
by calvis
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.

Posted: Wed Feb 13, 2008 1:49 pm
by Hostmaster
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

Posted: Wed Feb 13, 2008 1:53 pm
by AbleMods
Pete,

Have you looked at CategoryGrid2 and CategoryGrid4 yet?

Sounds similar to those layouts from what you've described.

Posted: Thu Mar 13, 2008 4:29 am
by beveled
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

Posted: Thu Mar 13, 2008 5:05 am
by beveled
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

In action

Posted: Thu Mar 13, 2008 6:22 am
by Hostmaster

Posted: Thu Mar 13, 2008 7:15 am
by beveled
What about it? Are you getting the same issue?

Posted: Thu Mar 13, 2008 7:17 am
by Hostmaster
calvis
asked to see the Hacked controls in action. and now that we are live. I posted to share :)

Posted: Thu Mar 13, 2008 3:06 pm
by calvis
Sweet,

Thanks