forked from OShop/OShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Module.txt
64 lines (64 loc) · 1.91 KB
/
Module.txt
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
63
64
Name: OShop
AntiForgery: enabled
Author: Codinlab
Website: https://github.com/OShop/OShop
Version: 1.0
OrchardVersion: 1.8
Category: Commerce
Description: E-commerce module for Orchard CMS.
Features:
OShop.Products:
Name: OShop Products
Category: Commerce
Description: Provides product part.
Dependencies: OShop
OShop.VAT:
Name: OShop VAT
Category: Commerce
Description: Provides VAT management.
Dependencies: OShop
OShop.ShoppingCart:
Name: OShop Shopping Cart
Category: Commerce
Description: Provides shopping Cart service.
Dependencies: OShop, Orchard.jQuery
OShop.Locations:
Name: OShop Locations
Category: Commerce
Description: Provides location management.
Dependencies: OShop, Orchard.Tokens
OShop.Shipping:
Name: OShop Shipping
Category: Commerce
Description: Provides shipping service.
Dependencies: OShop, OShop.Locations
OShop.Customers:
Name: OShop Customers
Category: Commerce
Description: Provides customer management.
Dependencies: OShop, OShop.Locations, Orchard.Users, Orchard.jQuery
OShop.Checkout:
Name: OShop customer check-out
Category: Commerce
Description: Provides check-out service for customers.
Dependencies: OShop, OShop.Locations, OShop.Customers, OShop.ShoppingCart, OShop.Orders
OShop.ExpressCheckout:
Name: OShop express check-out
Category: Commerce
Description: Provides check-out service without account.
Dependencies: OShop, OShop.Locations, OShop.ShoppingCart
OShop.Orders:
Name: OShop Orders
Category: Commerce
Description: Provides orders management.
Dependencies: OShop, OShop.Locations
OShop.Payment:
Name: OShop Payment
Category: Commerce
Description: Enables payment features.
Dependencies: OShop
OShop.OfflinePayment:
Name: OShop Offline Payment
Category: Commerce
Description: Enables offline payment.
Dependencies: OShop, OShop.Payment