From 1b18b729f46afaf83d9ec595bd8c396aa90d737a Mon Sep 17 00:00:00 2001 From: Leo Pitt Date: Thu, 30 Jan 2025 14:50:44 +0000 Subject: [PATCH 1/4] Add commerce_shipping. --- composer.json | 3 ++- eleos_charity_checkout_flow/recipe.yml | 24 ++++++++++++++++++++++++ recipe.yml | 1 + 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 eleos_charity_checkout_flow/recipe.yml diff --git a/composer.json b/composer.json index 16a435d..e329f68 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "minimum-stability": "dev", "require": { "drupal/core": "^10.3 || ^11", - "drupal/commerce": "^2.40 || ^3.0" + "drupal/commerce": "^2.40 || ^3.0", + "drupal/commerce_shipping": "^2.11" } } diff --git a/eleos_charity_checkout_flow/recipe.yml b/eleos_charity_checkout_flow/recipe.yml new file mode 100644 index 0000000..e6ab024 --- /dev/null +++ b/eleos_charity_checkout_flow/recipe.yml @@ -0,0 +1,24 @@ +name: 'Eleos Charity - Checkout Flow' +description: 'A customised checkout flow' +type: 'Commerce' +install: + - commerce + - commerce_log + - commerce_number_pattern + - commerce_order + - commerce_store + - commerce_price + - commerce_cart + - commerce_product + - commerce_shipping +config: + import: + commerce: '*' + commerce_log: '*' + commerce_number_pattern: '*' + commerce_order: '*' + commerce_store: '*' + commerce_price: '*' + commerce_cart: '*' + commerce_product: '*' + commerce_shipping: '*' diff --git a/recipe.yml b/recipe.yml index 77a9056..63b729a 100644 --- a/recipe.yml +++ b/recipe.yml @@ -5,3 +5,4 @@ recipes: - recipes/contrib/eleos_charity/eleos_charity_commerce_base - recipes/contrib/eleos_charity/eleos_charity_shop_category - recipes/contrib/eleos_charity/eleos_charity_basic_product + - recipes/contrib/eleos_charity/eleos_charity_checkout_flow From cae1d7b992dacf769b92543f5635dda022cfefa9 Mon Sep 17 00:00:00 2001 From: Leo Pitt Date: Thu, 30 Jan 2025 15:01:48 +0000 Subject: [PATCH 2/4] Add Commerce Shipping and Stripe. --- composer.json | 3 ++- eleos_charity_checkout_flow/recipe.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e329f68..03547dd 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,7 @@ "require": { "drupal/core": "^10.3 || ^11", "drupal/commerce": "^2.40 || ^3.0", - "drupal/commerce_shipping": "^2.11" + "drupal/commerce_shipping": "^2.11", + "drupal/commerce_stripe": "^1.2" } } diff --git a/eleos_charity_checkout_flow/recipe.yml b/eleos_charity_checkout_flow/recipe.yml index e6ab024..a90cddf 100644 --- a/eleos_charity_checkout_flow/recipe.yml +++ b/eleos_charity_checkout_flow/recipe.yml @@ -11,6 +11,7 @@ install: - commerce_cart - commerce_product - commerce_shipping + - commerce_stripe config: import: commerce: '*' @@ -22,3 +23,4 @@ config: commerce_cart: '*' commerce_product: '*' commerce_shipping: '*' + commerce_stripe: '*' From 8aca68f2f4b7ba3cf298daae47df6f4fc4b292b6 Mon Sep 17 00:00:00 2001 From: Leo Pitt Date: Thu, 30 Jan 2025 17:17:37 +0000 Subject: [PATCH 3/4] Added various config and content for shipping. --- ...heckout.commerce_checkout_flow.default.yml | 67 ++++++++ ...erce_order.commerce_order_type.default.yml | 31 ++++ ...payment_gateway.stripe_payment_element.yml | 47 ++++++ ....commerce_product_variation_type.basic.yml | 11 ++ ...display.commerce_order.default.default.yml | 60 +++++++ ...mmerce_product_variation.basic.default.yml | 88 ++++++++++ ...display.commerce_order.default.default.yml | 151 ++++++++++++++++++ ...ew_display.commerce_order.default.user.yml | 127 +++++++++++++++ ...ommerce_product_variation.basic.teaser.yml | 34 ++++ .../d11ec7da-32b6-4c84-a412-d024fa09de81.yml | 34 ++++ .../d8a219ce-faeb-4b74-805b-8f79efc07a4e.yml | 34 ++++ 11 files changed, 684 insertions(+) create mode 100644 eleos_charity_checkout_flow/config/commerce_checkout.commerce_checkout_flow.default.yml create mode 100644 eleos_charity_checkout_flow/config/commerce_order.commerce_order_type.default.yml create mode 100644 eleos_charity_checkout_flow/config/commerce_payment.commerce_payment_gateway.stripe_payment_element.yml create mode 100644 eleos_charity_checkout_flow/config/commerce_product.commerce_product_variation_type.basic.yml create mode 100644 eleos_charity_checkout_flow/config/core.entity_form_display.commerce_order.default.default.yml create mode 100644 eleos_charity_checkout_flow/config/core.entity_form_display.commerce_product_variation.basic.default.yml create mode 100644 eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.default.yml create mode 100644 eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.user.yml create mode 100644 eleos_charity_checkout_flow/config/core.entity_view_display.commerce_product_variation.basic.teaser.yml create mode 100644 eleos_charity_checkout_flow/content/commerce_shipping_method/d11ec7da-32b6-4c84-a412-d024fa09de81.yml create mode 100644 eleos_charity_checkout_flow/content/commerce_shipping_method/d8a219ce-faeb-4b74-805b-8f79efc07a4e.yml diff --git a/eleos_charity_checkout_flow/config/commerce_checkout.commerce_checkout_flow.default.yml b/eleos_charity_checkout_flow/config/commerce_checkout.commerce_checkout_flow.default.yml new file mode 100644 index 0000000..060273a --- /dev/null +++ b/eleos_charity_checkout_flow/config/commerce_checkout.commerce_checkout_flow.default.yml @@ -0,0 +1,67 @@ +uuid: 11091e5f-98ad-47b1-a959-45d1dd3f1c93 +langcode: en +status: true +dependencies: + module: + - commerce_payment + - commerce_shipping + - commerce_stripe +_core: + default_config_hash: 1BxQSpt9FMh77dg9LMMrriQ4JRWHwnBKzywwOwSpQ04 +label: Default +id: default +plugin: multistep_default +configuration: + display_checkout_progress: true + display_checkout_progress_breadcrumb_links: true + guest_order_assign: true + guest_new_account: true + guest_new_account_notify: false + panes: + contact_information: + step: order_information + weight: 0 + double_entry: false + shipping_information: + step: order_information + weight: 1 + auto_recalculate: true + require_shipping_profile: true + payment_information: + step: order_information + weight: 2 + stripe_review: + step: review + weight: 3 + button_id: edit-actions-next + auto_submit_review_form: false + setup_future_usage: '' + review: + step: review + weight: 4 + payment_process: + step: payment + weight: 5 + capture: true + completion_message: + step: complete + weight: 6 + 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: 7 + view: null + customer_comments: + step: _disabled + weight: 8 + completion_register: + step: _disabled + weight: 9 + login: + step: _disabled + weight: 10 + allow_guest_checkout: true + allow_registration: false + registration_form_mode: register diff --git a/eleos_charity_checkout_flow/config/commerce_order.commerce_order_type.default.yml b/eleos_charity_checkout_flow/config/commerce_order.commerce_order_type.default.yml new file mode 100644 index 0000000..a0877de --- /dev/null +++ b/eleos_charity_checkout_flow/config/commerce_order.commerce_order_type.default.yml @@ -0,0 +1,31 @@ +uuid: 170704e2-9b6e-4ae6-aeef-d59181f8174c +langcode: en +status: true +dependencies: + module: + - commerce_cart + - commerce_checkout + - commerce_shipping +third_party_settings: + commerce_cart: + cart_block_view: commerce_cart_block + cart_form_view: commerce_cart_form + cart_expiration: { } + enable_cart_message: false + commerce_checkout: + checkout_flow: default + commerce_shipping: + shipment_type: default +_core: + default_config_hash: kYapI397yx2zFJGyDEs85Hyqgfc9jhmzxqPZMl2Fqhk +id: default +label: Default +traits: { } +locked: false +workflow: order_default +numberPattern: order_default +refresh_mode: customer +refresh_frequency: 300 +sendReceipt: true +receiptBcc: '' +receiptSubject: '' diff --git a/eleos_charity_checkout_flow/config/commerce_payment.commerce_payment_gateway.stripe_payment_element.yml b/eleos_charity_checkout_flow/config/commerce_payment.commerce_payment_gateway.stripe_payment_element.yml new file mode 100644 index 0000000..3777ff8 --- /dev/null +++ b/eleos_charity_checkout_flow/config/commerce_payment.commerce_payment_gateway.stripe_payment_element.yml @@ -0,0 +1,47 @@ +uuid: 58d4fcc0-249e-4ec5-a059-4fa1976936ae +langcode: en +status: true +dependencies: + module: + - commerce_stripe +id: stripe_payment_element +label: 'Stripe Payment Element' +weight: null +plugin: stripe_payment_element +configuration: + display_label: 'Stripe Payment Element' + mode: test + payment_method_types: + - stripe_card + collect_billing_information: true + publishable_key: placeholder + secret_key: placeholder + webhook_signing_secret: placeholder + payment_method_usage: on_session + capture_method: automatic + style: + theme: stripe + layout: accordion + checkout_form_display_label: + custom_label: '' + show_payment_method_logos: 'no' + include_logos: + amex: amex + discover: discover + mastercard: mastercard + visa: visa + affirm: '0' + alipay: '0' + amazon_pay: '0' + dinersclub: '0' + jcb: '0' + maestro: '0' + unionpay: '0' + applepay: '0' + googlepay: '0' + cashapp: '0' + klarna: '0' + us_bank_account: '0' + wechat_pay: '0' +conditions: { } +conditionOperator: AND diff --git a/eleos_charity_checkout_flow/config/commerce_product.commerce_product_variation_type.basic.yml b/eleos_charity_checkout_flow/config/commerce_product.commerce_product_variation_type.basic.yml new file mode 100644 index 0000000..5e75ac8 --- /dev/null +++ b/eleos_charity_checkout_flow/config/commerce_product.commerce_product_variation_type.basic.yml @@ -0,0 +1,11 @@ +uuid: 68a18b1c-0259-4637-88f1-53db5cbdc0a8 +langcode: en +status: true +dependencies: { } +id: basic +label: 'Basic Product' +traits: + - purchasable_entity_shippable +locked: false +orderItemType: default +generateTitle: false diff --git a/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_order.default.default.yml b/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_order.default.default.yml new file mode 100644 index 0000000..91b9792 --- /dev/null +++ b/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_order.default.default.yml @@ -0,0 +1,60 @@ +uuid: 4c100b21-1780-477d-a4c7-5bf6e5136aa8 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.default + - field.field.commerce_order.default.shipments + module: + - commerce_order + - inline_entity_form +_core: + default_config_hash: OxAaChovIat28naja81fSKWGZHYQHv6xrrmhnK-bXUI +id: commerce_order.default.default +targetEntityType: commerce_order +bundle: default +mode: default +content: + adjustments: + type: commerce_adjustment_default + weight: 2 + region: content + settings: { } + third_party_settings: { } + billing_profile: + type: commerce_billing_profile + weight: 0 + region: content + settings: { } + third_party_settings: { } + cart: + type: boolean_checkbox + weight: 20 + region: content + settings: + display_label: true + third_party_settings: { } + order_items: + type: inline_entity_form_complex + weight: 1 + region: content + settings: + form_mode: default + override_labels: true + label_singular: 'order item' + label_plural: 'order items' + allow_new: true + allow_existing: false + match_operator: CONTAINS + removed_reference: delete + third_party_settings: { } +hidden: + created: true + customer_comments: true + ip_address: true + mail: true + order_number: true + shipments: true + state: true + store_id: true + uid: true diff --git a/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_product_variation.basic.default.yml b/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_product_variation.basic.default.yml new file mode 100644 index 0000000..2930d79 --- /dev/null +++ b/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_product_variation.basic.default.yml @@ -0,0 +1,88 @@ +uuid: 6b78bb1f-021f-4a83-8773-67d142b5bc88 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.basic + - field.field.commerce_product_variation.basic.field_bpv_weight + - field.field.commerce_product_variation.basic.field_stock + - field.field.commerce_product_variation.basic.weight + module: + - commerce_price + - commerce_stock_field + - physical +id: commerce_product_variation.basic.default +targetEntityType: commerce_product_variation +bundle: basic +mode: default +content: + commerce_stock_always_in_stock: + type: boolean_checkbox + weight: 4 + region: content + settings: + display_label: true + third_party_settings: { } + field_bpv_weight: + type: number + weight: 2 + region: content + settings: + placeholder: '' + third_party_settings: { } + field_stock: + type: commerce_stock_level_simple_transaction + weight: 5 + region: content + settings: + step: '1' + custom_transaction_note: false + default_transaction_note: 'Transaction issued by stock level field.' + third_party_settings: { } + list_price: + type: commerce_list_price + weight: 2 + region: content + settings: { } + third_party_settings: { } + price: + type: commerce_price_default + weight: 3 + region: content + settings: { } + third_party_settings: { } + sku: + type: string_textfield + weight: 1 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + status: + type: boolean_checkbox + weight: 6 + region: content + settings: + display_label: true + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + weight: + type: physical_measurement_default + weight: 91 + region: content + settings: + default_unit: '' + allow_unit_change: true + available_units: { } + third_party_settings: { } +hidden: + created: true + uid: true diff --git a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.default.yml b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.default.yml new file mode 100644 index 0000000..f9b3075 --- /dev/null +++ b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.default.yml @@ -0,0 +1,151 @@ +uuid: 77e51a3a-3cb5-4428-849d-25130e78f274 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.default + - field.field.commerce_order.default.shipments + module: + - commerce_order + - commerce_price + - state_machine + - user +_core: + default_config_hash: w_RqUP8MNGcriL4erePe8rSRx3V5yDtEZDgc14AgzW0 +id: commerce_order.default.default +targetEntityType: commerce_order +bundle: default +mode: default +content: + balance: + type: commerce_price_default + label: inline + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + weight: 9 + region: content + changed: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + tooltip: + date_format: long + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 + third_party_settings: { } + weight: 4 + region: content + completed: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + tooltip: + date_format: long + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 + third_party_settings: { } + weight: 2 + region: content + customer_comments: + type: string + label: above + settings: + link_to_entity: false + third_party_settings: { } + weight: 10 + region: content + ip_address: + type: string + label: inline + settings: + link_to_entity: false + third_party_settings: { } + weight: 7 + region: content + mail: + type: basic_string + label: inline + settings: { } + third_party_settings: { } + weight: 6 + region: content + order_items: + type: commerce_order_item_table + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content + placed: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + tooltip: + date_format: long + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 + third_party_settings: { } + weight: 3 + region: content + state: + type: state_transition_form + label: hidden + settings: + require_confirmation: true + use_modal: true + third_party_settings: { } + weight: 8 + region: content + store_id: + type: entity_reference_label + label: inline + settings: + link: true + third_party_settings: { } + weight: 5 + region: content + total_price: + type: commerce_order_total_summary + label: hidden + settings: { } + third_party_settings: { } + weight: 1 + region: content + uid: + type: author + label: inline + settings: { } + third_party_settings: { } + weight: 5 + region: content +hidden: + billing_profile: true + order_number: true + shipments: true + total_paid: true diff --git a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.user.yml b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.user.yml new file mode 100644 index 0000000..199e9a6 --- /dev/null +++ b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.user.yml @@ -0,0 +1,127 @@ +uuid: 009de56d-3257-471b-9882-b9348a6794a8 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.default + - core.entity_view_mode.commerce_order.user + - field.field.commerce_order.default.shipments + module: + - commerce_order + - commerce_price + - entity_reference_revisions + - options +_core: + default_config_hash: XRgGhXKcDeqhvgwHROyCDmRx7wfApZmGqxYl_9fE7SU +id: commerce_order.default.user +targetEntityType: commerce_order +bundle: default +mode: user +content: + balance: + type: commerce_price_default + label: hidden + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + weight: 0 + region: content + billing_profile: + type: entity_reference_revisions_entity_view + label: above + settings: + view_mode: default + link: '' + third_party_settings: { } + weight: 0 + region: content + completed: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + tooltip: + date_format: long + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 + third_party_settings: { } + weight: 2 + region: content + customer_comments: + type: string + label: above + settings: + link_to_entity: false + third_party_settings: { } + weight: 7 + region: content + mail: + type: basic_string + label: inline + settings: { } + third_party_settings: { } + weight: 1 + region: content + order_items: + type: commerce_order_item_table + label: hidden + settings: { } + third_party_settings: { } + weight: 5 + region: content + order_number: + type: string + label: inline + settings: + link_to_entity: false + third_party_settings: { } + weight: 0 + region: content + placed: + type: timestamp + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + tooltip: + date_format: long + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 + third_party_settings: { } + weight: 3 + region: content + state: + type: list_default + label: inline + settings: { } + third_party_settings: { } + weight: 4 + region: content + total_price: + type: commerce_order_total_summary + label: hidden + settings: { } + third_party_settings: { } + weight: 6 + region: content +hidden: + changed: true + ip_address: true + shipments: true + store_id: true + total_paid: true + uid: true diff --git a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_product_variation.basic.teaser.yml b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_product_variation.basic.teaser.yml new file mode 100644 index 0000000..7fa1910 --- /dev/null +++ b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_product_variation.basic.teaser.yml @@ -0,0 +1,34 @@ +uuid: 049111a6-fe72-4dea-a83d-feac5bccef75 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.basic + - core.entity_view_mode.commerce_product_variation.teaser + - field.field.commerce_product_variation.basic.field_bpv_weight + - field.field.commerce_product_variation.basic.field_stock + - field.field.commerce_product_variation.basic.weight + module: + - commerce_variation_cart_form +third_party_settings: + commerce_variation_cart_form: + combine: false +id: commerce_product_variation.basic.teaser +targetEntityType: commerce_product_variation +bundle: basic +mode: teaser +content: + commerce_variation_cart_form: + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: + field_bpv_weight: true + field_stock: true + list_price: true + price: true + product_id: true + sku: true + title: true + weight: true diff --git a/eleos_charity_checkout_flow/content/commerce_shipping_method/d11ec7da-32b6-4c84-a412-d024fa09de81.yml b/eleos_charity_checkout_flow/content/commerce_shipping_method/d11ec7da-32b6-4c84-a412-d024fa09de81.yml new file mode 100644 index 0000000..6b5863b --- /dev/null +++ b/eleos_charity_checkout_flow/content/commerce_shipping_method/d11ec7da-32b6-4c84-a412-d024fa09de81.yml @@ -0,0 +1,34 @@ +_meta: + version: '1.0' + entity_type: commerce_shipping_method + uuid: d11ec7da-32b6-4c84-a412-d024fa09de81 + default_langcode: en +default: + plugin: + - + target_plugin_id: flat_rate + target_plugin_configuration: + rate_label: Standard + rate_description: '' + rate_amount: + number: '4.99' + currency_code: GBP + services: + - default + default_package_type: custom_box + workflow: shipment_default + name: + - + value: Standard + condition_operator: + - + value: AND + weight: + - + value: 0 + status: + - + value: true + created: + - + value: 1738251635 diff --git a/eleos_charity_checkout_flow/content/commerce_shipping_method/d8a219ce-faeb-4b74-805b-8f79efc07a4e.yml b/eleos_charity_checkout_flow/content/commerce_shipping_method/d8a219ce-faeb-4b74-805b-8f79efc07a4e.yml new file mode 100644 index 0000000..1df7aaf --- /dev/null +++ b/eleos_charity_checkout_flow/content/commerce_shipping_method/d8a219ce-faeb-4b74-805b-8f79efc07a4e.yml @@ -0,0 +1,34 @@ +_meta: + version: '1.0' + entity_type: commerce_shipping_method + uuid: d8a219ce-faeb-4b74-805b-8f79efc07a4e + default_langcode: en +default: + plugin: + - + target_plugin_id: flat_rate + target_plugin_configuration: + rate_label: 'First Class' + rate_description: '' + rate_amount: + number: '6.49' + currency_code: GBP + services: + - default + default_package_type: custom_box + workflow: shipment_default + name: + - + value: 'First Class' + condition_operator: + - + value: AND + weight: + - + value: 0 + status: + - + value: true + created: + - + value: 1738251616 From 4b110438fc7e5695c2cc6deb314158940394a7d0 Mon Sep 17 00:00:00 2001 From: Leo Pitt Date: Thu, 30 Jan 2025 17:29:55 +0000 Subject: [PATCH 4/4] Remove uuids and add commerce_checkout. --- .../config/commerce_checkout.commerce_checkout_flow.default.yml | 1 - .../config/commerce_order.commerce_order_type.default.yml | 1 - ..._payment.commerce_payment_gateway.stripe_payment_element.yml | 1 - .../commerce_product.commerce_product_variation_type.basic.yml | 1 - .../core.entity_form_display.commerce_order.default.default.yml | 1 - ...ty_form_display.commerce_product_variation.basic.default.yml | 1 - .../core.entity_view_display.commerce_order.default.default.yml | 1 - .../core.entity_view_display.commerce_order.default.user.yml | 1 - ...ity_view_display.commerce_product_variation.basic.teaser.yml | 1 - eleos_charity_checkout_flow/recipe.yml | 2 ++ 10 files changed, 2 insertions(+), 9 deletions(-) diff --git a/eleos_charity_checkout_flow/config/commerce_checkout.commerce_checkout_flow.default.yml b/eleos_charity_checkout_flow/config/commerce_checkout.commerce_checkout_flow.default.yml index 060273a..93f4328 100644 --- a/eleos_charity_checkout_flow/config/commerce_checkout.commerce_checkout_flow.default.yml +++ b/eleos_charity_checkout_flow/config/commerce_checkout.commerce_checkout_flow.default.yml @@ -1,4 +1,3 @@ -uuid: 11091e5f-98ad-47b1-a959-45d1dd3f1c93 langcode: en status: true dependencies: diff --git a/eleos_charity_checkout_flow/config/commerce_order.commerce_order_type.default.yml b/eleos_charity_checkout_flow/config/commerce_order.commerce_order_type.default.yml index a0877de..f99e846 100644 --- a/eleos_charity_checkout_flow/config/commerce_order.commerce_order_type.default.yml +++ b/eleos_charity_checkout_flow/config/commerce_order.commerce_order_type.default.yml @@ -1,4 +1,3 @@ -uuid: 170704e2-9b6e-4ae6-aeef-d59181f8174c langcode: en status: true dependencies: diff --git a/eleos_charity_checkout_flow/config/commerce_payment.commerce_payment_gateway.stripe_payment_element.yml b/eleos_charity_checkout_flow/config/commerce_payment.commerce_payment_gateway.stripe_payment_element.yml index 3777ff8..c09085e 100644 --- a/eleos_charity_checkout_flow/config/commerce_payment.commerce_payment_gateway.stripe_payment_element.yml +++ b/eleos_charity_checkout_flow/config/commerce_payment.commerce_payment_gateway.stripe_payment_element.yml @@ -1,4 +1,3 @@ -uuid: 58d4fcc0-249e-4ec5-a059-4fa1976936ae langcode: en status: true dependencies: diff --git a/eleos_charity_checkout_flow/config/commerce_product.commerce_product_variation_type.basic.yml b/eleos_charity_checkout_flow/config/commerce_product.commerce_product_variation_type.basic.yml index 5e75ac8..8745f34 100644 --- a/eleos_charity_checkout_flow/config/commerce_product.commerce_product_variation_type.basic.yml +++ b/eleos_charity_checkout_flow/config/commerce_product.commerce_product_variation_type.basic.yml @@ -1,4 +1,3 @@ -uuid: 68a18b1c-0259-4637-88f1-53db5cbdc0a8 langcode: en status: true dependencies: { } diff --git a/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_order.default.default.yml b/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_order.default.default.yml index 91b9792..2b9eb03 100644 --- a/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_order.default.default.yml +++ b/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_order.default.default.yml @@ -1,4 +1,3 @@ -uuid: 4c100b21-1780-477d-a4c7-5bf6e5136aa8 langcode: en status: true dependencies: diff --git a/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_product_variation.basic.default.yml b/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_product_variation.basic.default.yml index 2930d79..5564cf3 100644 --- a/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_product_variation.basic.default.yml +++ b/eleos_charity_checkout_flow/config/core.entity_form_display.commerce_product_variation.basic.default.yml @@ -1,4 +1,3 @@ -uuid: 6b78bb1f-021f-4a83-8773-67d142b5bc88 langcode: en status: true dependencies: diff --git a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.default.yml b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.default.yml index f9b3075..2ff4f8e 100644 --- a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.default.yml +++ b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.default.yml @@ -1,4 +1,3 @@ -uuid: 77e51a3a-3cb5-4428-849d-25130e78f274 langcode: en status: true dependencies: diff --git a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.user.yml b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.user.yml index 199e9a6..3f07d12 100644 --- a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.user.yml +++ b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_order.default.user.yml @@ -1,4 +1,3 @@ -uuid: 009de56d-3257-471b-9882-b9348a6794a8 langcode: en status: true dependencies: diff --git a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_product_variation.basic.teaser.yml b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_product_variation.basic.teaser.yml index 7fa1910..3b3f79f 100644 --- a/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_product_variation.basic.teaser.yml +++ b/eleos_charity_checkout_flow/config/core.entity_view_display.commerce_product_variation.basic.teaser.yml @@ -1,4 +1,3 @@ -uuid: 049111a6-fe72-4dea-a83d-feac5bccef75 langcode: en status: true dependencies: diff --git a/eleos_charity_checkout_flow/recipe.yml b/eleos_charity_checkout_flow/recipe.yml index a90cddf..92d791e 100644 --- a/eleos_charity_checkout_flow/recipe.yml +++ b/eleos_charity_checkout_flow/recipe.yml @@ -12,6 +12,7 @@ install: - commerce_product - commerce_shipping - commerce_stripe + - commerce_checkout config: import: commerce: '*' @@ -24,3 +25,4 @@ config: commerce_product: '*' commerce_shipping: '*' commerce_stripe: '*' + commerce_checkout: '*'