Product link directly in menu

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
cmorganmcp
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 36
Joined: Mon Dec 08, 2008 10:41 am

Product link directly in menu

Post by cmorganmcp » Mon Jan 12, 2009 8:34 am

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product link directly in menu

Post by mazhar » Mon Jan 12, 2009 9:29 am

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"]]

cmorganmcp
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 36
Joined: Mon Dec 08, 2008 10:41 am

Re: Product link directly in menu

Post by cmorganmcp » Mon Jan 12, 2009 9:36 am

Thanks, I'll check it out

-chad

Post Reply