DAM Opencart plugin
The DAM Plugin is an extension which adds Asset Management to Opencart.
There are 3 simple steps for enabling the DAM plugin on your Opencart admin:
Obtain a DAM token (request it here);
Install the DAM module for Opencart;
Add your security configuration parameters to access your DAM library.
Currently, the plugin supports the default WYSIWYG editor from Opencart - Summernote, but the native "Image resize" function is disabled. You can change the image size by removing the previous one then add it with new dimensions (a dedicated function will be added in the next version).
Register for a demo if you don't already have a DAM account.
Upload the admin
folder in upload/admin
to your Opencart source code.
Login to the Admin Dashboard, navigate to Extensions/Installers and upload the scaleflex_filerobot.ocmod.zip
file. Then, go to Modification and click Reload to update the installer.
Navigate to Extensions/Extensions, choose Modules from the drop-down menu, select DAM and update all configurations.
DAM Token: Your DAM token from the Asset Hub interface;
Security Template Identifier: Security template ID, found in the Project > Access > Security templates tab;
DAM upload directory: This is the top storage folder for your assets.
Please create the folder in DAM first to prevent error.
You need to enable the extension in order to use DAM in all pages.
With Summernote:
With Image field:
If you are on Summernote: You can select multiple images for insertion.
If you are in an Image Field: You should select only one. If you selected multiple items, it will use the last one, as Opencart's Image Field inserts only one image at a time.
This extension is 100% compatible with the default theme.
If you use another theme (stock or custom), you should verify that the image is indeed from DAM before returning data to the view. An examples for banners would be:
DAM x Opencart v4 plugin
The DAM Plugin is an extension which adds Asset Management to Opencart.
There are 3 simple steps for enabling the DAM plugin on your Opencart admin:
Obtain a DAM token (request it here);
Install the DAM module for Opencart;
Add your security configuration parameters to access your DAM library.
Register for a demo if you don't already have a DAM account.
Login to Admin Dashboard
Go to Extensions > Installer and upload the file filerobot.ocmod.zip
Install DAM plugin
Navigate to Extensions/Extensions, choose Modules from the drop-down menu, select Filerobot and update all configurations.
DAM Token: Your DAM token from the Asset Hub interface;
Security Template Identifier: Security template ID, found in the Project > Access > Security templates tab;
DAM upload directory: This is the top storage folder for your assets.
Please create the folder in DAM first to prevent errors.
You need to enable the extension in order to use DAM in all pages.
With Ckeditor:
With Image field:
If you are on Ckeditor: You can select multiple images for insertion.
If you are in an Image Field: You should select only one. If you selected multiple items, it will use the last one, as Opencart's Image Field inserts only one image at a time.
This extension is 100% compatible with the default theme.
If you use another theme (stock or custom), you should verify that the image is indeed from DAM before returning data to the view. An examples for banners would be:
Copy