Skip to content

Commit

Permalink
Update documentation format for Middleman docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwil committed Jun 13, 2018
1 parent dd5434d commit d5119df
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 112 deletions.
4 changes: 2 additions & 2 deletions guides/source/users/products/product-properties.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Product properties track individual attributes for a product, especially if the
attributes only apply to one specific product. Typically, product properties
would be used for technical specifications or additional production information.

For example, you can list of product properties for a limited edition t-shirt as
a table on its product page:
For example, you can see a list of product properties for a limited edition
t-shirt as a table on its product page:

| Property name | Property value |
|---------------|------------------|
Expand Down
39 changes: 39 additions & 0 deletions guides/source/users/products/variants.html.md
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
85 changes: 0 additions & 85 deletions guides/users/products/product-details.md

This file was deleted.

25 changes: 0 additions & 25 deletions guides/users/products/product-properties.md

This file was deleted.

0 comments on commit d5119df

Please sign in to comment.