This article will show how to set a default view per category in your Cavewire system.
You can set your universal default category view in your configuration settings. If you want to change this for an individual category, you need to follow the steps below.
Step 1.
Using the admin menu, navigate to Catalog->Manage Categories page.
Step 2.
Once on this page, select the category you want to update the default view
Step 3.
Using the tabs at the top select Custom Design
Step 4.
Add code into the Custom Layout Update text area.
The code you add will effect the template for this catalog.
For List View default enter: |
<reference name="product_list_toolbar"> <value>view</value></action>
|
For Grid View default enter: |
<reference name="product_list_toolbar"> <value>grid</value></action>
|
Step 5.
Select Save Category
Keywords: catalogue, categories, category view, catalog, catalogue view, grid view, list view, list/grid,
Comments
0 comments
Please sign in to leave a comment.