Loading...
 

History: Shopping_Cart

Preview of version: 10

Info

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

General

YAML
preferences: feature_wiki: y payment_feature: y feature_trackers: 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 ]


Sample products database

Trackers
YAML
objects: - type: tracker ref: products_tracker data: name: Products description: A sample database of products default_status: open show: [ modification_date ] - type: tracker_field ref: products_code data: name: Product Code description: Unique product code id tracker: $products_tracker type: auto_increment options: 1,PROD_,,itemId flags: [ public, list, mandatory, link ] order: 1 - type: tracker_field ref: products_title data: name: Title description: Main display name of the product tracker: $products_tracker type: text_field flags: [ searchable, public, list, mandatory, link ] order: 10 - type: tracker_field ref: products_description data: name: Description description: More info tracker: $products_tracker type: text_area flags: [ searchable, public, list, link ] order: 20 - type: tracker_field ref: products_price data: name: Price description: The product price as a decimal value (e.g. 42.50) tracker: $products_tracker type: numeric flags: [ public, list, mandatory ] order: 30 - type: tracker_field ref: products_weight data: name: Weight description: The weight of the product (most likely in grammes) tracker: $products_tracker type: numeric flags: [ mandatory ] order: 40 - type: tracker_field ref: products_image data: name: Image description: Main image of the product for product detail page tracker: $products_tracker type: image flags: [ public, list, link ] order: 50 - type: tracker_field ref: products_thumb data: name: Thumbnail description: Smaller image for lists tracker: $products_tracker type: image flags: [ public, list, link ] order: 60


History

Advanced
Information Version
Thu 20 of Mar, 2025 00:42 GMT-0000 Benoit Roy fix product img width 114
View
Tue 24 of Jan, 2017 11:13 GMT-0000 Xavi (as xavidp - admin) adding a space between "-" and the permission name to have th enew yaml library in 16.x accept the syntax (it was probably invalid yaml being tolerated only by the former yaml library and not allowed) 113
View
Fri 14 of Oct, 2016 09:26 GMT-0000 Xavi (as xavidp - admin) Mass search and replace 112
View
Fri 14 of Oct, 2016 09:26 GMT-0000 Xavi (as xavidp - admin) Mass search and replace 111
View
Fri 14 of Oct, 2016 09:26 GMT-0000 Xavi (as xavidp - admin) Mass search and replace 110
View
Fri 14 of Oct, 2016 09:26 GMT-0000 Xavi (as xavidp - admin) Mass search and replace 109
View
Fri 14 of Oct, 2016 09:17 GMT-0000 Xavi (as xavidp - admin) Mass search and replace 108
View
Wed 08 of Jun, 2016 13:09 GMT-0000 Xavier de Pedro moved note with other notes 107
View
Wed 08 of Jun, 2016 13:09 GMT-0000 Xavier de Pedro moved note with other notes 106
View
Wed 08 of Jun, 2016 13:07 GMT-0000 Xavier de Pedro added note on custom css needed in Tiki15 105
View
Thu 14 of May, 2015 09:06 GMT-0000 luciash d' being 🧙 removing fixed width setting as the profile should not modify site look and feel when applied 104
View
Tue 11 of Mar, 2014 09:50 GMT-0000 Xavier de Pedro typo 103
View
Tue 11 of Mar, 2014 09:48 GMT-0000 Xavier de Pedro added 2 more aliases 102
View
Fri 07 of Mar, 2014 19:49 GMT-0000 Xavier de Pedro added a couple more screenshots (checkout) 101
View
Fri 07 of Mar, 2014 18:17 GMT-0000 Arild Berg Give the created page names less generic names, to avoid conflict when profile is applied to a running site. 100
View
Fri 07 of Mar, 2014 13:56 GMT-0000 Xavier de Pedro centered table 99
View
Fri 07 of Mar, 2014 13:55 GMT-0000 Xavier de Pedro quick and dirty images added 98
View
Fri 07 of Mar, 2014 13:42 GMT-0000 Xavier de Pedro added melons as closed item (seasonal only), and perms for anons to view pending (bread changed to pending), and managers to view closed 97
View
Fri 07 of Mar, 2014 13:23 GMT-0000 Xavier de Pedro trying nowadays with Shopping_Cart (page rename follows) 96
View
Fri 07 of Mar, 2014 13:21 GMT-0000 Xavier de Pedro see whether Shopping Cart (With a space) can be used to refer to the profile. Seems risky.... 95
View
Fri 07 of Mar, 2014 13:09 GMT-0000 Xavier de Pedro removed fixed width and added status_admin_only so that admin can see closed items in the tracker 94
View
Fri 07 of Mar, 2014 12:53 GMT-0000 Xavier de Pedro module cart added 93
View
Fri 07 of Mar, 2014 12:46 GMT-0000 Xavier de Pedro alias names added 92
View
Fri 07 of Mar, 2014 12:45 GMT-0000 Xavier de Pedro updating the info 91
View
Fri 07 of Mar, 2014 12:36 GMT-0000 Xavier de Pedro trying a new page name 90
View