Documentation
Feedback
Guides

Flixmedia

This app is now supported by ACCT. For more information and support, email support@acct.global.

Flixmedia first party integration app. The solution enhances your website content, capturing retail partners, engaging shoppers, and increasing sale rates.

Configuration

Step 1 - Installing the Flixmedia app

Using VTEX App Store

  1. Access the Apps section in your account's admin page.
  2. Look for the Flixmedia app.
  3. Click on the Install button.

Using VTEX IO CLI

In your terminal, log into your VTEX account and install the vtex.flixmedia@0.x app.

You can confirm if the app has been properly installed by running vtex ls.

Step 2 - Defining the app settings

  1. Access the Flixmedia app in your admin's Apps section.
  2. Fill out the fields according to your Flixmedia data.
  3. Save your changes.

{"base64":"  ","img":{"width":1964,"height":1340,"type":"gif","mime":"image/gif","wUnits":"px","hUnits":"px","length":1322541,"url":"https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/vtex-flixmedia-0.gif"}}

Step 3 - Updating your store theme

  1. Add the Flixmedia app to your theme's dependencies in the manifest.json file:

_10
dependencies: {
_10
+ "vtex.flixmedia": "0.x"
_10
}

  1. Declare the product-details.flixmedia block in the store.product's children list, as shown below:

_10
"store.product": {
_10
"children": [
_10
"product-description.flixmedia",
_10
]
_10
}

  1. Deploy your changes.

Customization

No CSS Handles are available yet for the app customization.

Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
On this page