Documentation
Feedback
Guides
VTEX IO Apps

VTEX IO Apps
Sizebay
Community extension
Version: 3.4.26
Latest version: 3.4.26

Sizebay helps your customers find the perfect size in just a few clicks and customizes the shopping experience based on the provided measurements, recommending products that will best suit and fit your customers.

Usage

Installation

Install the APP using the VTEX Toolbelt, run:


_10
vtex install sizebay.sizebay

In your peerDependencies store manifest.json file add:


_10
{
_10
"peerDependencies": {
_10
"sizebay.sizebay": "3.x"
_10
}
_10
}

  • Note that we are importing the app to the peerDependencies, this is mandatory for properly work.

Now at your store open store/blocks/product.json, and add the block sizebay, for exemple:


_10
"flex-layout.col#right-col": {
_10
"children": [
_10
...
_10
"sizebay",
_10
...
_10
]
_10
}

Configure

At your admin page, go to Accont Settings > My Apps, search for sizebay and click on settings.

Fill the fields that you want to use, following the instructions given on the page;

  • The fields with * are mandatory.

Help

If you have any doubts please reach out our Support Team at support@sizebay.com

See also
VTEX App Store
VTEX IO Apps