For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prestashop

DAM Prestashop plugin

Known limitations

  • Supports the default versions of Product Media and TinyMCE (and not other TinyMCE Plugins);

  • Supports Prestashop from version 1.7.8.7 onwards.

Prerequisites

Register for a demo if you don't already have a DAM account.

Installation

Step 1.

- Download the DAM module

  • Step 2: Unzip the file and change the folder name to "scaleflexdam"

  • Step 3: Zip the file with the name "scaleflexdam.zip"

  • Step 4: In Admin, go to Modules/Module Manager -> Upload the zipped file

- From the Marketplace

  • Step 1: In Admin, go to Modules/Module Catalog and search for "Scaleflex DAM"

  • Step 2: Click "Install"

3. Configuration

  • Step 3: Go to Modules/Module Manager -> Other Section -> Click on Configure for "Scaleflex DAM"

  • Step 4: Update the configuration (credentials) and activate the Module, then your site is ready to go.

  • Activation: Enable/Disable the module

  • Token: Your Scaleflex DAM Token

  • Security template identifier: Your Scaleflex DAM security template (in Project > Access > Security templates tab)

  • Upload directory: The directory where you want to store/manage assets

  • Asset Picker Config (optional) = A JSON string to customize the asset picker (ex, {"enableAISearch": false, "transformations": false}). Defaults: multiSelect, showMetadata, rememberLastTab, rememberLastFolder, and rememberLastView are all true. Read the documentation here

    Attention: when "enableAISearch": true, it will allow users to run AI searches in the library. It is available on the assumption that a Visual AI package is part of your subscription and that you have previously activated image embedding on your library and for uploads, and that you have enough AI credits to run some specific AI requests (eg, find similar). Please contact your administrator and our support team if you are unsure.

  • Uploader Config (optional) = A JSON string to customize the uploader (ex, {"targetFolder": "/Example"}). Read the documentation here

4. User guide

Product media

  • Go to Catalog/Product -> Click + button in Product Images

  • Choose images and click Insert

Product WYSIWYG

  • Click the image icon on WYSIWYG

  • Then it is the same as for a Product Media click Insert after choosing your image(s)

Last updated