finalized styling of checkout order informations page
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
uuid: c59a04b2-8939-4553-91fa-22a3e9d9df2f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- commerce_product.commerce_product_type.materio_product_type
|
||||
- core.entity_view_mode.commerce_product.order_summary
|
||||
- field.field.commerce_product.materio_product_type.body
|
||||
- field.field.commerce_product.materio_product_type.field_price_description
|
||||
module:
|
||||
- text
|
||||
id: commerce_product.materio_product_type.order_summary
|
||||
targetEntityType: commerce_product
|
||||
bundle: materio_product_type
|
||||
mode: order_summary
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
weight: 1
|
||||
region: content
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
field_price_description: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
stores: true
|
||||
uid: true
|
||||
variations: true
|
@@ -23,18 +23,19 @@ bundle: materio_product_variation_type
|
||||
mode: order_summary
|
||||
content:
|
||||
field_description:
|
||||
type: text_default
|
||||
weight: 2
|
||||
region: content
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
product_id:
|
||||
type: entity_reference_label
|
||||
type: entity_reference_entity_view
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: order_summary
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
title:
|
||||
|
@@ -0,0 +1,10 @@
|
||||
uuid: e3b37ebc-e338-4c81-a24a-953e01400c36
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- commerce_product
|
||||
id: commerce_product.order_summary
|
||||
label: 'Order Summary'
|
||||
targetEntityType: commerce_product
|
||||
cache: true
|
@@ -157,7 +157,7 @@ display:
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: TTC
|
||||
exclude: false
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
|
Reference in New Issue
Block a user