====== Adding static or dynamic category navigation to your store design ====== ===== Built-in category navigation tools ===== * [[add_category_navigation_v3|Built-in category navigation in ProductCart v3.x]] * [[add_category_navigation_v4|Built-in category navigation in ProductCart v4.x]] * [[add_spry_navigation|Leveraging the Spry Menu Widget for Navigation in ProductCart v4.x]] ===== Dynamic navigation for small catalogs ===== If you have a small product catalog and are not concerned about performance issues, you could use a different type of navigation scripts, which generates category navigation dynamically by querying the store database. The following scripts were used in older versions of ProductCart, and dynamically retrieve category information from the database. They are not recommended for busy stores or stores with a substantial amount of categories as it can negatively impact performance. They may also not be fully compatible with the latest versions of ProductCart (//but a knowledgeable programmer could certainly tweak the code to make it work properly with any ProductCart version//). * [[http://www.earlyimpact.com/productcart/support/code_samples/PC_new_cat_nav.zip|Expand/collapse categories & subcategories]] * [[http://www.earlyimpact.com/productcart/support/code_samples/display_cat_subcat.zip|Show categories & subcategories]] * [[http://www.earlyimpact.com/productcart/support/code_samples/display_categories.zip|Show top level categories only]]