I want to add a particular amount as shipping charge with the product price if order is below x amount I am using magento 2.2.2
Solved! Go to Solution.
Hello @megha_pd
Use this plugin that will be helpful:
https://marketplace.magento.com/webshopapps-module-matrixrate.html
Hello @megha_pd
Use this plugin that will be helpful:
https://marketplace.magento.com/webshopapps-module-matrixrate.html
Hi,
Thanks for your valuable response , This extension worked perfectly in my local server, but in live project admin panel become messy, css and js files are not loading which shows errors(/pub/static/adminhtml/Magento/backend/en_GB/extjs/resources/css/ext-all.css -not found) do you have any idea about this, I am always getting permission errors or this types of error while integrating extensions in live projects, which is actually a major issue in live project. Is there any solution for this problem? I am new to magento. Thanks in advance
Hello @megha_pd
Please run below commands:
chmod -R 0777 var/ pub/ generated/
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
chmod -R 0777 var/ pub/ generated/
Hi,
Thanks for your response, Do I need to change from production mode to developer while installing a new extension?
Best Regards
Hello @megha_pd
Your development server always be in developer mode and production server always be in production mode.
Hi,
The above solution not solved my problem admin panel become broken, also there is no folder named extjs in the path pub/static/adminhtml/Magento/backend/en_GB
Thanks and Regards
Megha