diff --git a/react/components/ProductSummaryPrice/README.md b/react/components/ProductSummaryPrice/README.md index 03c83cc0..ca9ec9be 100644 --- a/react/components/ProductSummaryPrice/README.md +++ b/react/components/ProductSummaryPrice/README.md @@ -45,6 +45,8 @@ Through the Storefront, you can change the `ProductSummaryPrice`'s behavior and | `labelSellingPrice` | `String` | Text of selling price's label | | | `labelListPrice` | `String` | Text of list price's label | | | `showBorders` | `Boolean` | Set product's borders visibility | `false` | +| `showListPriceRange` | `Boolean` | Set if you want to see list price as range (lowest - highest) when available | `false` | +| `showSellingPriceRange` | `Boolean` | Set if you want to see selling price as range (lowest - highest) when available | `false` | ### Styles API