calcurates / module-magento
Calcurates Integration for Magento
Installs: 24 895
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0
- ext-json: *
- magento/framework: >=102.0.0
- magento/module-store: >=101.0.0
- dev-master
- 1.48.9
- 1.48.8
- 1.48.7
- 1.48.6
- 1.48.5
- 1.48.4
- 1.48.3
- 1.48.2
- 1.48.1
- 1.48.0
- 1.47.9
- 1.47.8
- 1.47.7
- 1.47.6
- 1.47.5
- 1.47.4
- 1.47.3
- 1.47.2
- 1.47.1
- 1.47.0
- 1.46.9
- 1.46.8
- 1.46.7
- 1.46.6
- 1.46.5
- 1.46.4
- 1.46.3
- 1.46.2
- 1.46.1
- 1.46.0
- 1.45.3
- 1.45.2
- 1.45.1
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.1
- 1.42.0
- 1.41.1
- 1.41.0
- 1.40.0
- 1.39.1
- 1.39.0
- 1.38.4
- 1.38.3
- 1.38.2
- 1.38.1
- 1.38.0
- 1.37.2
- 1.37.1
- 1.37.0
- 1.36.6
- 1.36.5
- 1.36.4
- 1.36.3
- 1.36.2
- 1.36.1
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.2
- 1.32.1
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.1
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.2
- 1.22.1
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.1
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.2
- 1.15.1
- 1.15.0
- 1.14.2
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.1
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.1.0
- 1.0.0
- dev-dev
- dev-hotfixes
This package is auto-updated.
Last update: 2025-03-25 14:27:29 UTC
README
Calcurates magento module
Requirements
- Magento >= 2.3
- PHP >= 7.1
Manual installation
- Download 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
cd path_to_magento
composer require calcurates/module-magento
sudo -u magento_user php bin/magento setup:upgrade
sudo -u magento_user php bin/magento cache:flush
Magento 2.4.4 and newer installations:
cd path_to_magento
sudo -u magento_user php bin/magento config:set oauth/consumer/enable_integration_as_bearer 1
sudo -u magento_user php bin/magento cache:flush
Upgrades
Magento provides options to the setup:install
and setup:upgrade
commands that enable safe installations and rollbacks:
--safe-mode=1
- Creates a data dump during the installation or upgrade process--data-restore=1
- (Used with thesetup:upgrade
command only) Performs a rollback. Before you rollback, you must first check out code to the previous version of Magento. Then runsetup:upgrade --data-restore=1
Configuration instructions
- Login into Admin
- Go to "Stores -> Configuration -> Sales -> Shipping Methods"
- In "Calcurates [by Calcurates]":
- "Calcurates API Token" - token obtained in Calcurates platform
- "Magento API Token" - token should be generated and added into Calcurates platform
- Configure Magento API Integration token as shown in - Magento Integration Token Instructions
API Permissions
- Calcurates API resource
- Stores → Settings → All Stores (the codes are
Calcurates_ModuleMagento::api
andMagento_Backend::store
)