admin can manage orders
This commit is contained in:
parent
90662ad8fe
commit
5c90a44da4
|
@ -9,11 +9,13 @@ third_party_settings:
|
||||||
commerce_cart:
|
commerce_cart:
|
||||||
cart_form_view: commerce_cart_form
|
cart_form_view: commerce_cart_form
|
||||||
cart_block_view: commerce_cart_block
|
cart_block_view: commerce_cart_block
|
||||||
|
cart_expiration: { }
|
||||||
commerce_checkout:
|
commerce_checkout:
|
||||||
checkout_flow: materio_checkout_flow
|
checkout_flow: materio_checkout_flow
|
||||||
label: 'materio order type'
|
label: 'materio order type'
|
||||||
id: materio_order_type
|
id: materio_order_type
|
||||||
workflow: order_default
|
workflow: order_default
|
||||||
|
numberPattern: order_default
|
||||||
refresh_mode: customer
|
refresh_mode: customer
|
||||||
refresh_frequency: 300
|
refresh_frequency: 300
|
||||||
sendReceipt: true
|
sendReceipt: true
|
||||||
|
|
|
@ -23,8 +23,12 @@ content:
|
||||||
hidden:
|
hidden:
|
||||||
billing_countries: true
|
billing_countries: true
|
||||||
default_currency: true
|
default_currency: true
|
||||||
|
is_default: true
|
||||||
langcode: true
|
langcode: true
|
||||||
mail: true
|
mail: true
|
||||||
name: true
|
name: true
|
||||||
prices_include_tax: true
|
prices_include_tax: true
|
||||||
|
search_api_excerpt: true
|
||||||
tax_registrations: true
|
tax_registrations: true
|
||||||
|
timezone: true
|
||||||
|
uid: true
|
||||||
|
|
|
@ -12,6 +12,7 @@ permissions:
|
||||||
- 'access administration pages'
|
- 'access administration pages'
|
||||||
- 'access any corpus_documents workflow_transion overview'
|
- 'access any corpus_documents workflow_transion overview'
|
||||||
- 'access any generique workflow_transion overview'
|
- 'access any generique workflow_transion overview'
|
||||||
|
- 'access commerce administration pages'
|
||||||
- 'access commerce_license overview'
|
- 'access commerce_license overview'
|
||||||
- 'access commerce_order overview'
|
- 'access commerce_order overview'
|
||||||
- 'access commerce_product overview'
|
- 'access commerce_product overview'
|
||||||
|
@ -23,17 +24,21 @@ permissions:
|
||||||
- 'access toolbar'
|
- 'access toolbar'
|
||||||
- 'access user profiles'
|
- 'access user profiles'
|
||||||
- 'add flag lists'
|
- 'add flag lists'
|
||||||
|
- 'administer commerce_license'
|
||||||
- 'administer commerce_order'
|
- 'administer commerce_order'
|
||||||
|
- 'administer commerce_payment'
|
||||||
- 'administer newsletters'
|
- 'administer newsletters'
|
||||||
- 'administer productions menu items'
|
- 'administer productions menu items'
|
||||||
- 'administer simplenews subscriptions'
|
- 'administer simplenews subscriptions'
|
||||||
- 'administer synonyms'
|
- 'administer synonyms'
|
||||||
- 'administer users'
|
- 'administer users'
|
||||||
- 'break content lock'
|
- 'break content lock'
|
||||||
|
- 'cancel any commerce_subscription'
|
||||||
- 'change own username'
|
- 'change own username'
|
||||||
- 'create article content'
|
- 'create article content'
|
||||||
- 'create commerce_license'
|
- 'create commerce_license'
|
||||||
- 'create commerce_promotion'
|
- 'create commerce_promotion'
|
||||||
|
- 'create commerce_subscription'
|
||||||
- 'create content translations'
|
- 'create content translations'
|
||||||
- 'create corpus_documents workflow_transition'
|
- 'create corpus_documents workflow_transition'
|
||||||
- 'create defalut workflow_transition'
|
- 'create defalut workflow_transition'
|
||||||
|
@ -159,6 +164,7 @@ permissions:
|
||||||
- 'translate thesaurus taxonomy_term'
|
- 'translate thesaurus taxonomy_term'
|
||||||
- 'unflag dossier other items'
|
- 'unflag dossier other items'
|
||||||
- 'update any commerce_license'
|
- 'update any commerce_license'
|
||||||
|
- 'update any commerce_subscription'
|
||||||
- 'update any materio_product_type commerce_product'
|
- 'update any materio_product_type commerce_product'
|
||||||
- 'update any online commerce_store'
|
- 'update any online commerce_store'
|
||||||
- 'update commerce_promotion'
|
- 'update commerce_promotion'
|
||||||
|
@ -168,10 +174,13 @@ permissions:
|
||||||
- 'use text format wysiwyg'
|
- 'use text format wysiwyg'
|
||||||
- 'view all login histories'
|
- 'view all login histories'
|
||||||
- 'view any commerce_license'
|
- 'view any commerce_license'
|
||||||
|
- 'view any commerce_subscription'
|
||||||
- 'view any contact_company profile'
|
- 'view any contact_company profile'
|
||||||
- 'view any member profile'
|
- 'view any member profile'
|
||||||
- 'view article revisions'
|
- 'view article revisions'
|
||||||
- 'view autre_son revisions'
|
- 'view autre_son revisions'
|
||||||
|
- 'view commerce_billing_schedule'
|
||||||
|
- 'view commerce_order'
|
||||||
- 'view commerce_promotion'
|
- 'view commerce_promotion'
|
||||||
- 'view contact_company profile'
|
- 'view contact_company profile'
|
||||||
- 'view enregistrement revisions'
|
- 'view enregistrement revisions'
|
||||||
|
|
Loading…
Reference in New Issue