| features |
product |
Lists main featured items. Looks at featured flag in product database. Can include template anywhere. |
| category_features |
category |
Lists featured products in a category. Pass category_ID in call or specify in template |
| category_products |
product |
Lists all products in a category. Pass category_ID in call or specify in template |
| search_products |
product |
Lists all products in search result. Must pass search parameters to find results. |
| order_history |
orders |
Lists all orders for account if logged in. Can include a sub-list for order items |
| saved_carts |
carts |
Lists all saved carts for account. Can include a sub-list for cart items |
| ratings |
ratings |
Must pass product_ID or specify in template. |
| reviews |
ratings |
Must pass product_ID or specify in template |
| related_items |
relitems |
Must pass product_ID or specify in template |
| cart_items |
carts |
Lists items in current cart (provided by cookie) |
| order_items |
orditem |
Lists items in the current order. |
| shipping_address |
shipping |
Lists shipping address for account. |
| sub_cats |
category |
Lists sub-categories in passed category. |
| cat_tree |
category |
Lists categories in a hierarchial format. (See cat_tree) |