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
Product link directly in menu
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 36
- Joined: Mon Dec 08, 2008 10:41 am
Re: Product link directly in menu
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"]]
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 36
- Joined: Mon Dec 08, 2008 10:41 am
Re: Product link directly in menu
Thanks, I'll check it out
-chad
-chad