You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: getting-started/understanding_spree.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Installing Spree via [Spree Starter](https://github.com/spree/spree_starter) giv
41
41
42
42
--
43
43
44
-
There are many other Spree-gems providing additional functionality to your Store called [Extensions](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/extensions/README.md).
44
+
There are many other Spree-gems providing additional functionality to your Store called [Extensions](../extensions/extensions.md).
45
45
46
46
To change which Spree gems you would like to install you will need to modify your project `Gemfile`.
Copy file name to clipboardExpand all lines: internals/stores.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -51,22 +51,22 @@ Each Store can have different multiple locales and currencies. This configuratio
51
51
52
52
## Checkout configuration
53
53
54
-
Each Store can be configured to ship to only selected countries. This is achieved via the `checkout_zone_id` attribute which holds the ID of the selected [Zone record](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/shipments/README.md#zones).
54
+
Each Store can be configured to ship to only selected countries. This is achieved via the `checkout_zone_id` attribute which holds the ID of the selected [Zone record](shipments.md#zones).
55
55
56
-
Available Shipping Methods on the Checkout are determined based on the [Zone and Shipping Methods configuration](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/shipments/README.md).
56
+
Available Shipping Methods on the Checkout are determined based on the [Zone and Shipping Methods configuration](shipments.md).
57
57
58
-
This will also have an effect on what [Shipping / Billing Addresses](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/addresses/README.md) user can add / select during Checkout. Only Addresses from Countries or States available in the selected Zone can be used and will be visible in the User's Address Book.
58
+
This will also have an effect on what [Shipping / Billing Addresses](addresses.md) user can add / select during Checkout. Only Addresses from Countries or States available in the selected Zone can be used and will be visible in the User's Address Book.
59
59
60
60
## Store resources
61
61
62
62
| Resource | Relationship |
63
63
| :--- | :--- |
64
-
|[**Order**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/orders/README.md)| One Order belongs to one Store |
65
-
|[**Product**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/products/README.md)| One Product can be associated with many Store\(s\), you can pick and choose in which Store\(s\) each Product will be available |
66
-
|[**Payment Method**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/payments/README.md#payment-methods)| One Payment Method can be associated with many Store\(s\), you can select in which Stores given Payment Method will be available on Checkout |
64
+
|[**Order**](orders.md)| One Order belongs to one Store |
65
+
|[**Product**](products.md)| One Product can be associated with many Store\(s\), you can pick and choose in which Store\(s\) each Product will be available |
66
+
|[**Payment Method**](payments.md#payment-methods)| One Payment Method can be associated with many Store\(s\), you can select in which Stores given Payment Method will be available on Checkout |
67
67
|**Store Credit**| One Store Credit belongs to and can be used in one Store |
68
68
|**CMS Page**| One Page belongs to one Store |
69
69
|**Navigation Menu**| One Menu belongs to one Store |
70
-
|[**Taxonomy**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/products/README.md#taxons-and-taxonomies)| One Taxonomy belongs to one Store |
71
-
|[**Promotion**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/promotions/README.md)| One Promotion can be associated with multiple Stores |
70
+
|[**Taxonomy**](products.md#taxons-and-taxonomies)| One Taxonomy belongs to one Store |
71
+
|[**Promotion**](promotions.md)| One Promotion can be associated with multiple Stores |
0 commit comments