From 2c4eb9d9a236ae522fbf18a393304f9b28be15d5 Mon Sep 17 00:00:00 2001 From: Joao Fidelis Date: Sun, 26 May 2019 17:02:01 -0300 Subject: [PATCH] readme --- react/components/ProductSummaryPrice/README.md | 2 ++ 1 file changed, 2 insertions(+) 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