The article explains how to install and configure the TronLogo plugin in Magento 2 step by step.
IMPORTANT NOTE: This plugin was created by a 3rd-party (external developer) and is provided "as is" in the form of source code that you can use and modify however you like. PromoTron is not responsible for the plugin and does not provide any technical support for this plugin and for Magento platform. Use and any modifications to the plugin are entirely at your own responsibility!
Plugin installation
First, you have to download file with plugin from our webpage and install it to your Magento 2:
Download TronLogo plugin for Magento 2.
Classic instalation in command line
- Insert TronLogo module to directory /app/code/PromoTron
- Write commands to the line:
php bin/magento cache:clean
php -dmemory_limit=5G bin/magento setup:di:compile
php -dmemory_limit=5G bin/magento setup:static-content:deploy -f
php bin/magento module:status
php bin/magento module:enable PromoTron_TronLogo
php bin/magento setup:upgrade
- TronLogo plugin will appear in Stores → Settings → Configuration sidebar navigation
Important: Plugin requires Magento 2.x + versionConfiguration
TronLogo module configuration is after succesfull installation in Stores → Settings → Configuration.
Necessary for correctly working plugin is set up API keys and Products Attributes. You will receive Public API key and Private API key in your TronLogo admin portal, these keys you have to fill up in Magento module configuration fields after switching Module Enable to Yes. After changes, don’t forget to Save Config with orange button in right top corner.
Products Attributes
For next, you have to choose where in Magento database are Supplier ID (SID) and Supplier Product Code (SPCODE). For Supplier ID settings, choose right database field in “Where product supplier is stored” selector and for Supplier Product Code choose right database field in “Where supplier’s SKU is stored” selector.
Important: If you don’t have product attributes set up yet, take a look on guide below “Product attributes setup“Visual settings
Magento 2 plugin offer few options how to customize visual look on your webshop. You can change layout and position of plugin controls in webshop categories and products pages and choose which colors you want to have for buttons and box to match your design perfectly.
TronLogo data in orders
If your customers will make order on webshop, TronLogo plugin automatically attached printing motive or visualization to the order if it was set by customer, so you can easily see which motive they choose for which product and open it directly from order administration in Magento 2.
Product attributes setup
In case that you don’t have product attributes set up yet, you will have to go to the Stores → Attribute → Product and set there value in Manage options inside Properties tab. After it click on the Save Attribute button in right top corner for apply the changes.
Comments
0 comments
Please sign in to leave a comment.