Page 1 of 1

Product link directly in menu

Posted: Mon Jan 12, 2009 8:34 am
by cmorganmcp
Does anyone know if there is a setting somewhere to say that a product should show directly in the menu? I have a category with one product and I'd like to avoid the extra click so that the user could just click it on the menu and go directly to the product page bypassing the category list page.

-chad

Re: Product link directly in menu

Posted: Mon Jan 12, 2009 9:29 am
by mazhar
You can use the following control to provide products navigation in side bar for any category. All you need is to place this control in ConLib and when using it in side bar you need to provide the category id of the desired category which you can found from your database's ac_Categories folder.

Code: Select all

[[ConLib:ProductsNav CategoryId="2"]]

Re: Product link directly in menu

Posted: Mon Jan 12, 2009 9:36 am
by cmorganmcp
Thanks, I'll check it out

-chad