diff --git a/README.md b/README.md index 6c1aca12..50702e8f 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Through the Storefront, you can change the product-summary's behavior and interf | `showBadge` | `Boolean` | Set the discount badge's visibility | | `showDescription` | `Boolean` | Set product's description visibility | | `labelSellingPrice` | `String` | Text of selling price's label | +| `labelListPrice` | `String` | Text of list price's label | | `badgeText` | `String` | Text shown on badge | | `buyButtonText` | `String` | Custom buy button text | | `displayBuyButton` | `Enum` | Set display mode of buy button (displayButtonAlways, displayButtonHover, displayButtonNone) | diff --git a/react/components/ProductSummaryPrice/README.md b/react/components/ProductSummaryPrice/README.md index b4bff0e8..ec60e77b 100644 --- a/react/components/ProductSummaryPrice/README.md +++ b/react/components/ProductSummaryPrice/README.md @@ -39,6 +39,7 @@ Through the Storefront, you can change the `ProductSummaryPrice`'s behavior and | `showInstallments` | `Boolean` | Set installments' visibility | `true` | | `showLabels` | `Boolean` | Set pricing labels' visibility | `true` | | `labelSellingPrice` | `String` | Text of selling price's label | | +| `labelListPrice` | `String` | Text of list price's label | | | `showBorders` | `Boolean` | Set product's borders visibility | `false` | ### Styles API