-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
63 lines (35 loc) · 1.35 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
NAME
Interchange6 - Open Source Shop Machine
VERSION
0.120
DESCRIPTION
Interchange6, the Open Source Shop Machine, is the Modern Perl
ecosystem for online business. It uses the DBIx::Class database schema
Interchange6::Schema.
This module provides the following APIs:
Carts
Interchange6::Cart
Cart Products
Interchange6::Cart::Product
Cart Costs
Interchange6::Cart::Cost
Cart costs can be applied to both Carts and Cart Products and are
integrated into each via the role Interchange6::Role::Costs.
To build your own business website, please take a look at our Dancer
plugin: Dancer::Plugin::Interchange6.
CART
Interchange6 supports multiple carts, automatic collapsing of similar
items and price caching.
CAVEATS
Please anticipate API changes in this early state of development.
ACKNOWLEDGEMENTS
Hunter McMillen, GH #31, #33, #34.
AUTHORS
Stefan Hornburg (Racke), [email protected]
Peter Mottram [email protected]
LICENSE AND COPYRIGHT
Copyright 2011-2016 Stefan Hornburg (Racke).
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.