|
|
|
BISI Guru
      
Group: Forum Members
Last Login: Today @ 3:37:33 PM
Posts: 2,782,
Visits: 6,858
|
|
| I have my Browse All set to go back to my home page on purpose. All the categories are represented there and I prefer that rather than all the products being shown in random order since I have several hundred products. The code Tomas posted has a broken "Browse All" link. His code is: <li><a href/products/all-categories_0/?page1">Browse All</a></li> It believe it should be: <li><a href="/products/all-categories_0/?page1">Browse All</a></li> You can safely remove the Browse All completely if you want and it won't affect the function of the category code. I don't use it at all in my Rhinestone store. If you have a lot of products, the Browse All concept just doesn't make sense to me. I feel like that many products without any categorizing would just be confusing to the customer.
~ Gayla

|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: Today @ 6:13:30 PM
Posts: 66,
Visits: 301
|
|
jubilee (11/1/2009) If you have a lot of products, the Browse All concept just doesn't make sense to me. I feel like that many products without any categorizing would just be confusing to the customer.
I hadn't thought about it that way. I have plans for several thousand items in the next year or two. I will take the button off the other templates . Thanks
Check Out My Store
|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: 11/9/2009 3:44:34 PM
Posts: 64,
Visits: 169
|
|
I'm still not able to get the category navigation to display like I want it to. I have the following code in place:
:: Home Page Code:
On the home page I have the following code, but it only expands the first level subcat. I would like the code to expand all the sub-sub cat's as well - like this:
General Merchandise > Cell Phone Accessories > Audiovox > Chargers
Code:
home_page_category_navigation_code.txt
Link:
http://mobilemartdelivery.mybisi.com/
:: Product Details Page:
On the product details page I have the following code, it does expand the first and second level subcats, but not any further - so using the above example, there is no way for a customer to view the "Chargers" sub-category of "Audiovox". I would like to code to expand all sub-sub cat's as they are clicked on as well. I like the way this code collapses the other main categories and expands only the main category and sub-categories that are currently being viewed.
Code:
product_details_category_navigation_code.txt
Link:
http://mobilemartdelivery.mybisi.com/products/Cell-Phone-Accessories_205047/?page1
|
|
|
|