Skip to content

Commit

Permalink
Adds shop and product subscription and cart block. See #19.
Browse files Browse the repository at this point in the history
  • Loading branch information
archfz committed Jun 10, 2017
1 parent e56fd14 commit 7927f4c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
21 changes: 21 additions & 0 deletions config/sync/block.block.cart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uuid: 24e26daa-186f-4ba9-b3e9-400375211753
langcode: en
status: true
dependencies:
module:
- commerce_cart
theme:
- da
id: cart
theme: da
region: header
weight: -1
provider: null
plugin: commerce_cart
settings:
id: commerce_cart
label: Cart
provider: commerce_cart
label_display: '0'
dropdown: true
visibility: { }
2 changes: 1 addition & 1 deletion config/sync/block.block.sitebranding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
id: sitebranding
theme: da
region: header
weight: 0
weight: -2
provider: null
plugin: system_branding_block
settings:
Expand Down
9 changes: 9 additions & 0 deletions config/sync/commerce_price.commerce_currency.RON.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: f1c42597-2ce3-4fc3-9d90-8af7736417e6
langcode: en
status: true
dependencies: { }
currencyCode: RON
name: 'Romanian Leu'
numericCode: '946'
symbol: RON
fractionDigits: 2
2 changes: 1 addition & 1 deletion config/sync/commerce_store.settings.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default_store: ''
default_store: 0acf4122-0f24-4e0e-9aa6-cbf63f2c126a
_core:
default_config_hash: B9ZFGR76POyzj9f3Sh66F346_Jp-wnnUc78Hk3Q-60o

0 comments on commit 7927f4c

Please sign in to comment.