Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1353 from vtex-apps/fix/building-pdp
Browse files Browse the repository at this point in the history
Update building-a-product-details-page.md
  • Loading branch information
carolinamenezes authored Jun 21, 2022
2 parents 8bfdc88 + eb74b2a commit d1f34b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/Recipes/templates/building-a-product-details-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The PDP is defined within the `store.product` block in the Store Theme app, and
> ℹ Check out the full and updated list [here](https://github.com/vtex-apps/store/blob/master/store/interfaces.json#L20).
</details>
<br/>

## Before you start

Expand Down Expand Up @@ -243,7 +244,7 @@ The left column of the second row contains the [`product-images`](https://develo

The right column of the second row presents the price, buy button, and other relevant product details. It is, in practice, composed of the following blocks:

![Right column](https://user-images.githubusercontent.com/60782333/174829969-228b1adb-7c6e-44d4-b7d0-febf17aa09b4.png)
![Right column](https://user-images.githubusercontent.com/60782333/174835415-bfbbca3c-b300-451e-af2a-0038f6b21591.png)

- [`product-name`](https://developers.vtex.com/vtex-developer-docs/docs/vtex-store-components-productname): displays the product name, along with its SKU name, if desired.
- [`product-price`](https://developers.vtex.com/vtex-developer-docs/docs/vtex-store-components-productprice): displays a properly formatted selling price. You can set it to show the list price (if it's different), installments, etc. Check out below an example of a Product Price displaying both the sale and the list price:
Expand Down

0 comments on commit d1f34b8

Please sign in to comment.