Page 1 of 1

Conlib Properties

Posted: Thu Feb 27, 2014 11:21 am
by BC_Bo
I am trying to change the properties of the conlib FeaturedProductsGrid. I am using this on my homepage and don't believe there is a way to edit this through a GUI as it is a webpage. Is there a way to do this that I'm not seeing?

The Conlib reference and User Guide lead me to believe that I modify these properties when I call the conlib item. By this I mean that I go to Website > Webpages > Edit Webpage I should change:

[[ConLib:FeaturedProductsGrid]]
to
[[ConLib:FeaturedProductsGrid IncludeOutOfStockItems="true" Caption="Featured Products" Size="9" MaxItems="9" Columns="3"]]
* which should show all featured products in a 3x3 grid

When I do this the item will not display. Instead I get the conlib string as text followed by "Illegal characters in path."

Am I doing this in the wrong place? Do I need to modify the .ascx file?

Re: Conlib Properties

Posted: Thu Feb 27, 2014 3:51 pm
by Katie
Strange. I just made this change and it worked fine.

[[ConLib:FeaturedProductsGrid IncludeOutOfStockItems="False" Caption="Featured Products" Size="9" MaxItems="9" Columns="3"]]

Check to make sure you don't have any extra characters before or after the control.

Re: Conlib Properties

Posted: Thu Feb 27, 2014 4:02 pm
by BC_Bo
Katie - Thanks for the reply. Where did you post it? Are you just typing it into the HTML/Content portion of Website > Webpages > Edit Webpage for the homepage?

Re: Conlib Properties

Posted: Thu Feb 27, 2014 4:21 pm
by BC_Bo
Never mind. I should have tried it first. It worked perfectly when I pasted it from the forum. I'll have to look back and see what the issue was. For record/forum, you do make these changes under Website > Webpages > Edit Webpage > Type it under Content.

Re: Conlib Properties

Posted: Thu Feb 27, 2014 5:01 pm
by Katie
Yes, that's exactly right. I am editing the default 'Home Page' under Website > Webpages > Edit Webpage. Making changes in the Content area of the built-in editor.

Glad it's working for you now!

Katie