Skip to content

Commit

Permalink
Clarify variant method in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed May 20, 2015
1 parent ede84b0 commit 1b05ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/VARIANTS.md
Expand Up @@ -98,7 +98,7 @@ To retrieve the parent item of a variant, use the `getParent()` method:
echo $parent->name;
}

#### Get Total Variant Stock
#### Get Total Variant Stock (Added in `1.7.1`)

To retrieve the total stock of all an items variants, use the `getTotalVariantStock($recursive = true)` method:

Expand Down

0 comments on commit 1b05ad4

Please sign in to comment.