Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
timuric committed Jun 17, 2024
1 parent 0240a35 commit 2b9e610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-3.x/developer/products/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Products are the essential components of an order, and at least one product must

## Product and variants

Variants are designed to provide variations of the product, such as size, material, color, or any other dimension that can be user-defined; if the product doesn’t have variations, you will need to create a product with a single variant because prices and stock can only be assigned at a variant level.
Variants are designed to provide variations of the product, such as size, material, color, or any other dimension that can be user-defined; if the product has no variants, you will need to create a product with a single variant because prices and stock can only be assigned at a variant level.

It might seem like it is overhead to configure twice the availability of variant and product (especially when there is only one variant), but it has an intentional purpose. First, it gives more degree of freedom per variant, and second, it is convenient when you have many variants and need to disable one all at once in a single channel.

Expand All @@ -36,7 +36,7 @@ Variants give level of control of

## Product types

Product type is a collection of [attributes](developer/attributes/overivew.mdx) which different types of fields. For example a _Product Type_ **T-shirt** will have **Size**, **Material** and **Length** attributes.
Product type is a collection of [attributes](developer/attributes/overview.mdx) which different types of fields. For example a _Product Type_ **T-shirt** will have **Size**, **Material** and **Length** attributes.

**Material:** can be _Cotton_ or _Polyester_ and would represent a dropdown attribute, that is assigned to a product type.

Expand Down

0 comments on commit 2b9e610

Please sign in to comment.