forked from silvershop/silvershop-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.yml
61 lines (51 loc) · 1.27 KB
/
example_config.yml
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
---
Name: app
After: silvershop/config#shopconfig
---
Email:
admin_email: [email protected]
i18n:
default_locale: en_NZ
ShopConfig:
base_currency: 'NZD'
email_from: [email protected]
receipt_subject: "Thank you for your order at www.myshop.com - Order #%d"
ShopCurrency:
decimal_delimiter: '.'
thousand_delimiter: ','
Product:
global_allow_purchase: false
# length_unit: 'M'
# weight_unit: 'Pounds'
# Change the dimensions of product thumbnails
Product_Image:
thumbnail_width: 140
thumbnail_height: 100
content_image_width: 200
large_image_width: 200
ProductCategory:
include_child_groups: true
must_have_price: true
sort_options:
'Title' : 'Alphabetical'
'Price' : 'Lowest Price'
ShoppingCart_Controller:
# Redirect to the cart page after manipulating the shopping cart
direct_to_cart_page: true
# disable security token for cart-links
disable_security_token: true
CheckoutConfig:
member_creation_enabled: true
membership_required: true
Order:
modifiers:
- 'FlatTaxModifier'
- 'SimpleShippingModifier'
cancel_before_payment: false
cancel_before_processing: false
cancel_before_sending: false
cancel_before_sending: false
cancel_after_sending: false
OrderManipulation:
allow_cancelling: true
allow_paying: true