|
@@ -14,6 +14,12 @@ configuration:
|
|
|
display_checkout_progress: true
|
|
|
display_checkout_progress_breadcrumb_links: true
|
|
|
panes:
|
|
|
+ contact_information:
|
|
|
+ double_entry: false
|
|
|
+ step: order_information
|
|
|
+ weight: 0
|
|
|
+ allow_guest_checkout: true
|
|
|
+ allow_registration: false
|
|
|
payment_information:
|
|
|
step: order_information
|
|
|
weight: 1
|
|
@@ -30,13 +36,13 @@ configuration:
|
|
|
weight: 4
|
|
|
completion_message:
|
|
|
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
|
|
|
+ value: "<p class=\"welcom\">[current-user:customer:address:given_name] [current-user:customer:address:family_name] thank you and welcome to <strong>[site:name]</strong>!</p>\r\n\r\n<p class=\"base\">You now have full access to our <a href=\"/base\">8000+ materials</a></p>\r\n\r\n<p class=\"order\"> </p>\r\n"
|
|
|
+ format: wysiwyg
|
|
|
step: complete
|
|
|
weight: 5
|
|
|
order_summary:
|
|
|
view: commerce_checkout_order_summary
|
|
|
- step: _sidebar
|
|
|
+ step: complete
|
|
|
weight: 6
|
|
|
coupon_redemption:
|
|
|
allow_multiple: false
|
|
@@ -58,9 +64,3 @@ configuration:
|
|
|
allow_registration: false
|
|
|
step: _disabled
|
|
|
weight: 11
|
|
|
- contact_information:
|
|
|
- double_entry: false
|
|
|
- step: order_information
|
|
|
- weight: 0
|
|
|
- allow_guest_checkout: true
|
|
|
- allow_registration: false
|