Flixmedia
WARNING
This app is now supported by ACCT. For more information and support, email
[email protected]
.
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
- Access the Apps section in your account's admin page.
- Look for the Flixmedia app.
- Click on the
Install
button.
Using VTEX IO Toolbelt
In your terminal, log into your VTEX account and install the [email protected]
app.
️ You can confirm if the app has been properly installed by running
vtex ls
.
Step 2 - Defining the app settings
- Access the Flixmedia app in your admin's Apps section.
- Fill out the fields according to your Flixmedia data.
- Save your changes.
Step 3 - Updating your store theme
- Add the Flixmedia app to your theme's dependencies in the
manifest.json
file:
dependencies: {
+ "vtex.flixmedia": "0.x"
}
- Declare the
product-details.flixmedia
block in thestore.product
's children list, as shown below:
"store.product": {
"children": [
"product-description.flixmedia",
]
}
Customization
No CSS Handles are available yet for the app customization.
Contributors ✨
Thanks goes to these wonderful people:
This project follows the all-contributors specification. Contributions of any kind are welcome!
Updated 8 months ago
Did this page help you?