Info
The beginnings of a cart payment system - very early days (May 2010)
General
YAML
preferences:
payment_feature: 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 ]
YAML
objects:
-
type: module
ref: module_cart
data:
position: left
order: 1
name: cart
groups: [ Anonymous ]