Documentation
Feedback
Guides
VTEX IO Apps

VTEX IO Apps
Gifted Button
vtex.list
Version: 3.6.4
Latest version: 3.x

The gifted-button block displays the counter of purchases that have already been made for a product within the list.

{"base64":"  ","img":{"width":1712,"height":666,"type":"gif","mime":"image/gif","wUnits":"px","hUnits":"px","length":118684,"url":"https://user-images.githubusercontent.com/67066494/190457314-0b836637-0eca-43ed-9943-dc75a6252cca.gif"}}

Configuration

  1. Import the vtex.list app to your theme's peer dependencies in the manifest.json file as in the following example:
"peerDependencies": { "vtex.list": "3.x" }
  1. Add the gifted-button block to other theme block inside a product context, such as the product-summary.shelf. For example:
"product-summary.shelf": { "children": [ "product-summary-image"#OwnerListDesktopImage"", "flex-layout.row", "flex-layout.col", "add-to-list-button", + "gifted-button", ] }
See also
Vtex.list
VTEX IO Apps
VTEX App Store
VTEX IO Apps