History: Shopping_Cart
Preview of version: 25
Info
The beginnings of a cart payment system - very early days (May 2010)Permissions
Copy to clipboard
permissions: Anonymous: allow: [] Registered: description: Will be ignored because group is already created allow: -payment_view -payment_request Admins: description: Site administrators allow: -payment_manual -payment_admin Customers: description: Users that have bought something allow: [] include: [ Registered ]
Modules
Copy to clipboard
objects: - type: module ref: module_cart data: position: left order: 1 name: cart groups: [ Anonymous ] - type: module ref: module_breadcrumb data: position: left order: 2 name: breadcrumb groups: [ Anonymous ]
Categories
Copy to clipboard
objects: - type: category ref: category_products data: name: Products description: Base category for all products - type: category ref: food_category data: name: Food parent: $category_products - type: category ref: drink_category data: name: Drink parent: $category_products
Dependencies
Copy to clipboard
dependencies: - $profiles.tikiwiki.org:TikiKart_ProductsTracker_inc:tiki_kart_tracker
General
Copy to clipboard
preferences: feature_wiki: y payment_feature: y wikiplugin_addtocart: y feature_trackers: y feature_categories: y