How to update Calcurates Magento 2 extension

How to update Calcurates Magento 2 extension

Update via composer

Execute:
  1. cd path_to_magento
  2. composer update calcurates/module-magento

Execute:
  1. php bin/magento setup:upgrade
  2. php bin/magento setup:di:compile
  3. php bin/magento setup:static-content:deploy

Update via zip-archive

Delete the content from folder
  1. <magento_root_dir>/app/code/Calcurates/ModuleMagento
Unpack zip-archive to this folder

Execute:
  1. php bin/magento setup:upgrade
  2. php bin/magento setup:di:compile
  3. php bin/magento setup:static-content:deploy

    • Related Articles

    • How to install Calcurates Magento 2 extension

      Manual installation Download the latest release Unpack archive to app/code/Calcurates/ModuleMagento Execute cd path_to_magento sudo -u magento_user php bin/magento setup:upgrade sudo -u magento_user php bin/magento cache:flush Composer installation ...
    • How to configure Calcurates Magento 2 module

      After a successful installation of Calcurates module to your Magento, the configuration settings will appear in Magento config here: Stores > Configuration > Shipping Methods > Calcurates by Amasty. Note, updates regarding the availability of a new ...
    • Going live with Calcurates for Magento

      Ready to go Live with Calcurates for Magento? Go through this check-list: Make sure your Live Magento Website is connected to Calcurates Make sure your Live Magento Website is synced with Calcurates Make sure your Live Magento Website is using ...
    • How to update Calcurates WooCommerce plugin

      It is recommended to keep your Calcurates plugin for WooCommerce up to date. In this article you will find how to update your Calcurates plugin. First, log in to your WooCommerce admin panel. Now, you have the two options to choose from: Install each ...
    • How to enable a third-party shipping in Shopify?

      In Shopify any app that provides calculated shipping rates is qualified as third-party carrier-calculated shipping. It doesn’t matter if there are rates provided by the carrier (FedEx, UPS, USPS, etc) or custom made rates that you can configure with ...