commerce new product type with two diffrent variation type
This commit is contained in:
@@ -4,7 +4,10 @@ status: true
|
||||
dependencies:
|
||||
module:
|
||||
- commerce_payment
|
||||
- commerce_promotion
|
||||
- commerce_stripe
|
||||
- email_registration
|
||||
- materio_commerce
|
||||
_core:
|
||||
default_config_hash: wwkDVBiXUqSzRifJbb71ajFBklJdNJ_DgS67IF-_qgY
|
||||
label: Default
|
||||
@@ -12,6 +15,7 @@ id: default
|
||||
plugin: multistep_default
|
||||
configuration:
|
||||
display_checkout_progress: true
|
||||
display_checkout_progress_breadcrumb_links: false
|
||||
panes:
|
||||
login:
|
||||
step: login
|
||||
@@ -22,16 +26,58 @@ configuration:
|
||||
step: order_information
|
||||
weight: 1
|
||||
double_entry: true
|
||||
billing_information:
|
||||
step: order_information
|
||||
weight: 2
|
||||
review:
|
||||
step: review
|
||||
weight: 3
|
||||
completion_message:
|
||||
step: complete
|
||||
weight: 4
|
||||
weight: 7
|
||||
message:
|
||||
value: "Your order number is [commerce_order:order_number].\r\nYou can view your order on your account page when logged in."
|
||||
format: plain_text
|
||||
order_summary:
|
||||
step: _sidebar
|
||||
weight: 5
|
||||
weight: 9
|
||||
view: commerce_checkout_order_summary
|
||||
completion_register:
|
||||
step: complete
|
||||
weight: 8
|
||||
payment_information:
|
||||
step: order_information
|
||||
weight: 2
|
||||
payment_process:
|
||||
step: payment
|
||||
weight: 6
|
||||
capture: true
|
||||
coupon_redemption:
|
||||
step: _sidebar
|
||||
weight: 10
|
||||
allow_multiple: false
|
||||
stripe_review:
|
||||
step: review
|
||||
weight: 4
|
||||
button_id: edit-actions-next
|
||||
setup_future_usage: ''
|
||||
email_registration_login:
|
||||
step: _disabled
|
||||
weight: 12
|
||||
allow_guest_checkout: true
|
||||
allow_registration: false
|
||||
email_registration_completion_registration:
|
||||
step: _disabled
|
||||
weight: 13
|
||||
materio_commerce_agree_nominative:
|
||||
step: _disabled
|
||||
weight: 11
|
||||
path: null
|
||||
text: null
|
||||
link_text: null
|
||||
invalid_text: 'You must agree with the nominative terms before continuing'
|
||||
materio_commerce_agree_terms:
|
||||
step: review
|
||||
weight: 5
|
||||
path: null
|
||||
link_text: 'Terms and Conditions'
|
||||
prefix_text: 'I agree with the %terms'
|
||||
invalid_text: 'You must agree with the %terms before continuing'
|
||||
new_window: 1
|
||||
|
Reference in New Issue
Block a user