Store organization is very important to keeping shoppers in your store, bringing them back to your store, and getting multiple prucahses from individual shoppers. when a shopper enters your store you have only a few seconds & clicks to get them where they want to be, so don't waste them!
Organizing your store by design & design type is a very efficient way to show your designs to shoppers effectively and efficiently. this way if a shopper wants a matching mug & mouse pad they dont have to go back and forth into different sections to search for it.
Zazzle also offers the option to turn on the product list in your sidebar, so if the shopper does wish to view your products by product type they can do so by clicking the product type on the sidebar.
To turn this function on just use follow these simple directions:
1. go to the store tab
2. click appearance on the sidebar
3. check the show advanced beta and click save
4. click to the edit content on the sidebar ************** DO NOT SKIP THIS STEP**********
5. click to the advanced beta tab
6. find about 10 lines down a section that looks something like this - (yours may have more, less or slightly different lines under the navpane line this will not affect the out come)
<z:content placeholder="navpane">
<z:module name="infonavigation" visible="true" />
<z:module name="storestatistics" visible="true" />
<z:module name="productsearch" visible="true" target="products" />
<z:module name="featuredcategories" visible="true" target="products" />
<z:module name="categories" visible="true" target="products" />
<z:module name="tags" visible="true" target="products" />
7a. and add this line
<z:module name="producttypes" visible="true" target="products" />
7b. to make it look like this
<z:content placeholder="navpane">
<z:module name="infonavigation" visible="true" />
<z:module name="storestatistics" visible="true" />
<z:module name="productsearch" visible="true" target="products" />
<z:module name="featuredcategories" visible="true" target="products" />
<z:module name="categories" visible="true" target="products" />
<z:module name="producttypes" visible="true" target="products" />
<z:module name="tags" visible="true" target="products" />
****there are 2 of these sections that look like this in your edit content area. add this line to both. |