diff --git a/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/docs.md b/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/docs.md new file mode 100644 index 000000000..4cc099d79 --- /dev/null +++ b/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/docs.md @@ -0,0 +1,15 @@ +--- +title: Store Domain +taxonomy: + category: docs +--- + +The [Commerce Store Domain](https://www.drupal.org/project/commerce_store_domain) module allows you to set a sub-domain to your stores. It uses this sub-domain to resolve the current store for the user. + +![Store domain add](store-domain-add.png) + +When a product is added to the cart, this will be domain specific. For instance, the below cart is set to the UK sub-domain and will not be visible on the parent domain. + +![Store domain cart](store-domain-cart.png) + +The Store Domain feature can also be used during the checkout process. For example, if you want to use a separate payment gateway for different countries. See our blog post for more information. https://www.centarro.io/blog/introducing-centarro-commerce-2x-multi-store-multi-domain-demo diff --git a/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/store-domain-add.png b/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/store-domain-add.png new file mode 100644 index 000000000..6c9e68143 Binary files /dev/null and b/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/store-domain-add.png differ diff --git a/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/store-domain-cart.png b/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/store-domain-cart.png new file mode 100644 index 000000000..1f06c7cea Binary files /dev/null and b/user/pages/03.commerce2/02.developer-guide/06.stores/01.resolve-current-store/01.store-domain/store-domain-cart.png differ