Loading...
 

History: Shopping_Cart

Preview of version: 46

Info

The beginnings of a cart payment system - very early days (May 2010)

General

YAML
preferences: feature_wiki: y payment_feature: y wikiplugin_addtocart: y feature_trackers: y feature_categories: y feature_wiki_argvariable: y


Permissions

YAML
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

YAML
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


YAML
objects: - type: category ref: category_products data: name: Products description: Base category for all products - type: category ref: category_food data: name: Food parent: $category_products - type: category ref: category_drink data: name: Drink parent: $category_products


Sample products database

Trackers
Notes:
  • profilerequest: price prepend char (defaults to €)

YAML
objects: - type: tracker ref: tracker_products data: name: Products description: A sample database of products default_status: open show: [ modification_date ] - type: tracker_field ref: tracker_products_code data: name: Product Code description: Unique product code id tracker: $tracker_products type: auto_increment options: ,,,itemId flags: [ public, list, mandatory, link ] order: 1 - type: tracker_field ref: tracker_products_title data: name: Title description: Main display name of the product tracker: $tracker_products type: text_field flags: [ searchable, public, list, mandatory, link ] order: 10 - type: tracker_field ref: tracker_products_description data: name: Description description: More info tracker: $tracker_products type: text_area flags: [ searchable, public, list ] order: 20 - type: tracker_field ref: tracker_products_category data: name: Category description: Product category tracker: $tracker_products type: category options: $profileobject:category_products$,checkbox flags: [ searchable, public, mandatory, list ] order: 30 - type: tracker_field ref: tracker_products_price data: name: Price description: The product price as a decimal value (e.g. 42.50) tracker: $tracker_products type: numeric options: 0,6,$profilerequest:Currency symbol$€$, flags: [ public, list, mandatory ] order: 40 - type: tracker_field ref: tracker_products_weight data: name: Weight description: The weight of the product (most likely in grammes) tracker: $tracker_products type: numeric flags: [ mandatory ] order: 50 - type: tracker_field ref: tracker_products_image data: name: Image description: Main image of the product for product detail page tracker: $tracker_products type: image flags: [ public ] order: 60 - type: tracker_field ref: tracker_products_thumb data: name: Thumbnail description: Smaller image for lists tracker: $tracker_products type: image flags: [ public, list, link ] order: 70


Pretty Things


Pretty Tracker Templates:

YAML
objects: - type: wiki_page ref: page_product data: name: TikiKart_Product_Template content: wikicontent:TikiKart_Product_Template - type: wiki_page ref: page_products_list data: name: TikiKart_ProductList_Template content: wikicontent:TikiKart_ProductList_Template


History

Advanced
Information Version
Wed 23 of Jan, 2013 15:32 GMT-0000 Jonny Bradley sort field causes circular ref 63
View
Wed 23 of Jan, 2013 15:31 GMT-0000 Jonny Bradley Code Plugin modified by editor. 62
View
Wed 23 of Jan, 2013 15:30 GMT-0000 Jonny Bradley version 61
View
Wed 23 of Jan, 2013 15:24 GMT-0000 Jonny Bradley Major update for Tiki 11 60
View
Wed 19 of May, 2010 12:22 GMT-0000 Jonny Bradley 59
View
Fri 14 of May, 2010 16:51 GMT-0000 Jonny Bradley 58
View
Fri 14 of May, 2010 16:50 GMT-0000 Jonny Bradley 57
View
Fri 14 of May, 2010 16:47 GMT-0000 Jonny Bradley 56
View
Fri 14 of May, 2010 01:25 GMT-0000 Jonny Bradley 55
View
Fri 14 of May, 2010 01:11 GMT-0000 Jonny Bradley 54
View
Fri 14 of May, 2010 01:10 GMT-0000 Jonny Bradley 53
View
Thu 13 of May, 2010 23:33 GMT-0000 Jonny Bradley 52
View
Thu 13 of May, 2010 23:30 GMT-0000 Jonny Bradley 51
View
Thu 13 of May, 2010 23:21 GMT-0000 Jonny Bradley 50
View
Thu 13 of May, 2010 23:07 GMT-0000 Jonny Bradley 49
View
Thu 13 of May, 2010 22:55 GMT-0000 Jonny Bradley 48
View
Thu 13 of May, 2010 22:53 GMT-0000 Jonny Bradley 47
View
Thu 13 of May, 2010 21:46 GMT-0000 Jonny Bradley 46
View
Thu 13 of May, 2010 21:39 GMT-0000 Jonny Bradley 45
View
Thu 13 of May, 2010 21:36 GMT-0000 Jonny Bradley 44
View
Thu 13 of May, 2010 21:30 GMT-0000 Jonny Bradley 43
View
Thu 13 of May, 2010 21:25 GMT-0000 Jonny Bradley 42
View
Thu 13 of May, 2010 21:24 GMT-0000 Jonny Bradley 41
View
Thu 13 of May, 2010 21:17 GMT-0000 Jonny Bradley 40
View
Thu 13 of May, 2010 21:13 GMT-0000 Jonny Bradley 39
View