Skip to content

Commit 1b05ad4

Browse files
committed
Clarify variant method in documentation
1 parent ede84b0 commit 1b05ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/VARIANTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To retrieve the parent item of a variant, use the `getParent()` method:
9898
echo $parent->name;
9999
}
100100

101-
#### Get Total Variant Stock
101+
#### Get Total Variant Stock (Added in `1.7.1`)
102102

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

0 commit comments

Comments
 (0)