Documentation
Feedback
Guides
VTEX IO Apps

VTEX IO Apps
VentiPay Product Widget
Community extension
Version: 2.0.1
Latest version: 2.0.1

Easily add the VentiPay widget to your e-commerce product page. Customers are more likely to use VentiPay when they see the advantage of paying in interest-free installments early in their purchase journey. This widget helps increase your Average Order Value (AOV) and enhances the shopping experience.

Configuration

1. Import the widget app to your theme dependencies in the manifest.json file.

Example:


_10
"dependencies": {
_10
"ventipaypartnercl.ventipay-widget": "2.x"
_10
}

2. Add the ventipay-widget block to your theme`s product block file.

VTEX's store-theme file is located on ./store/blocks/pdp/product.jsonc.

Example:


_12
{
_12
"store.product": {
_12
"children": [
_12
"flex-layout.col#right-col"
_12
]
_12
},
_12
"flex-layout.col#right-col": {
_12
"children": [
_12
"flex-layout.row#ventipay-widget"
_12
]
_12
}
_12
}

See also
VTEX App Store
VTEX IO Apps