Home

Awesome

Magento 2 Module : Cloudinary Image Product Option

Demo Video

Magento Cloudinary Product option

Main Functionalities

This module adds a new product option for Cloudinary image uploads, site visitors can upload images to Cloudinary storage, or select images from a range of Social networks.

Installation via Composer

composer require develodesign/module-cloudinaryimageproductoption
php bin/magento module:enable Develo_CloudinaryImageProductOption
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Uninstalling

To uninstall the module run the following commands in terminal in your Magento directory

php bin/magento module:disable Develo_CloudinaryImageProductOption
composer remove develodesign/module-cloudinaryimageproductoption
rm -rf app/code/Develo/CloudinaryImageProductOption
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Configuration

To set system config variables go to Stores -> Configuration -> Develo -> Cloudinary Image

Backend Configuration

There are three variables necessary for the configuration. To get your cloudName, apiKey and upload preset log in to the Cloudinary’s dashboard. The cloud name and api key are visible in Account Details after you log in. To get your upload preset go to Settings -> Upload -> Upload preset and Add new upload preset where you can make some basic configuration.

Frontend Configuration

Sources API Keys

Links

Developed by Develo.