-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation format for Middleman docs site
- Loading branch information
1 parent
dd5434d
commit d5119df
Showing
4 changed files
with
41 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Variants | ||
|
||
A product can have many variants. For example, you may sell a t-shirt that comes | ||
in two colors and three sizes. | ||
|
||
## Variants are customer-selectable product options | ||
|
||
The customer can choose any variant of a product from the storefront. | ||
|
||
In our t-shirt example, the product has six variants that customers can pick: | ||
|
||
| Variant | Color | Size | | ||
|---------|----------|-----------| | ||
| 1 | Red | Small | | ||
| 2 | | Medium | | ||
| 3 | | Large | | ||
| 4 | Green | Small | | ||
| 5 | | Medium | | ||
| 6 | | Large | | ||
|
||
You can create [option types and option values][option-types] for any variant | ||
that you want to create. In addition to **Size** and **Color**, you may want to | ||
offer **Material**, **Quantity**, or other option types. | ||
|
||
[option-types]: option-types.html | ||
|
||
## Change product details | ||
|
||
Variants can be more complex than this. While they use the [product | ||
details][product-details] from the product they belong to, you can change the | ||
following information about any variant: | ||
|
||
- **SKU** | ||
- Dimensions (**Weight**, **Height**, **Width**, and **Depth**) | ||
- **Price** | ||
- **Cost Price** | ||
- **Tax Category** | ||
|
||
[product-details]: product-details.html |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.