cancel
Showing results for 
Search instead for 
Did you mean: 

How to apply shipping charges if order is below X amount in magento 2

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How to apply shipping charges if order is below X amount in magento 2

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to apply shipping charges if order is below X amount in magento 2

Hello @megha_pd

 

Use this plugin that will be helpful:

 

https://marketplace.magento.com/webshopapps-module-matrixrate.html

Manish Mittal
https://www.manishmittal.com/

View solution in original post

6 REPLIES 6

Re: How to apply shipping charges if order is below X amount in magento 2

Hello @megha_pd

 

Use this plugin that will be helpful:

 

https://marketplace.magento.com/webshopapps-module-matrixrate.html

Manish Mittal
https://www.manishmittal.com/

Re: How to apply shipping charges if order is below X amount in magento 2

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

Re: How to apply shipping charges if order is below X amount in magento 2

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/

Manish Mittal
https://www.manishmittal.com/

Re: How to apply shipping charges if order is below X amount in magento 2

Hi,

Thanks for your response, Do I need to change from production mode to developer while installing a new extension?

 

Best Regards 

Re: How to apply shipping charges if order is below X amount in magento 2

Hello @megha_pd

 

Your development server always be in developer mode and production server always be in production mode.

Manish Mittal
https://www.manishmittal.com/

Re: How to apply shipping charges if order is below X amount in magento 2

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_GB2018-11-26-151251_1920x1080_scrot.png Opera Snapshot_2018-11-26_151704_shop.ncjohn.com.png

Thanks and Regards

Megha