better complete checkout message

This commit is contained in:
2021-06-21 16:47:53 +02:00
parent 580d6f9059
commit a250ede8c8
9 changed files with 59 additions and 15 deletions

View File

@@ -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]&nbsp;[current-user:customer:address:family_name] thank you and welcome&nbsp;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\">&nbsp;</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