Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for Commerce Store Domain module. #504

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.