webshopapps / module-matrixrate
Magento Shipping Multiple Table Rates - MatrixRate
Installs: 1 307 303
Dependents: 4
Suggesters: 0
Security: 0
Stars: 120
Watchers: 20
Forks: 64
Open Issues: 0
Type:magento2-module
README
The MatrixRate shipping extension is the original Magento solution developed by ShipperHQ that enables you to offer multiple shipping options to customers based on their location. MatrixRate will enable you to define different shipping rates according to destination, shipping method and the weight, price or quantity of an item.
For businesses seeking even greater shipping customization and real-time carrier integrations, consider upgrading to ShipperHQ.
Features
- Custom Shipping Rates: Define rates based on destination and weight or price or quantity. For advanced features like multi-origin shipping and in-store pickup, check out ShipperHQ.
- Based on Magento Tablerate: MatrixRate is built on the Magento Tablerate module, providing a familiar interface for Magento users.
- Flexible Configuration: Set up multiple shipping methods and rules to accommodate different scenarios. ShipperHQ expands on this by offering advanced packaging algorithms and delivery date options.
- CSV-Based Rules: Use a straightforward CSV file to upload and manage shipping rules.
- Localized Shipping Options: Tailor rates and methods to specific regions, countries, or postal codes.
Installation
Install using composer, you can find full instructions in the ShipperHQ documentation.
Requirements
- Magento 2.4.4+
- Compatibility with earlier editions is possible but not maintained
- Supports both Magento Opensource (Community) and Magento Commerce (Enterprise)
Configuration
-
Enable MatrixRate:
- Log in to your Magento Admin.
- Go to
Stores > Configuration > Sales > Shipping Methods > WebShopApps Matrix Rate
. - Set
Enabled
toYes
.
-
Upload a CSV File:
- Prepare your shipping rules in a CSV file. You can find examples and instructions in our documentation.
- Go to the MatrixRate settings page and upload your file.
-
Test Checkout:
- Add products to your cart and proceed to checkout to ensure the correct rates and methods appear.
Support
For further information on using Matrixrates, please refer to our online documentation. If you have any issues with this extension, open an issue on GitHub. Alternatively you can contact us via email at support@webshopapps.com
WebShopApps MatrixRates is provided AS IS and we are not accepting feature requests at this time. Extended functionality is available via ShipperHQ.
Frequently Asked Questions
1. Can I set up free shipping for specific conditions?
Yes, you can define a Shipping Price
of 0.00
in the CSV file for specific conditions, such as orders over a certain amount.
2. What happens if no rules match?
If no rules match the customer’s criteria, MatrixRate will not display a shipping method. Ensure you have a fallback rule if needed.
3. How do I troubleshoot issues with rates?
- Check our troubleshooting guide in the ShipperHQ documentation.
- Check the Magento logs for errors:
var/log/system.log
andvar/log/exception.log
.
Credits
This extension borrows heavily from the Tablerate capability in Magento2. In order to keep codebase as bug-free and conformant as possible the tablerate code is used in preference to writing from scratch. This hopefully also allows for easier understanding by users.
We would like to acknowledge and thank the Magento 2 Development team for making their codebase open for such use.
The composer structure is taken from various sources, most heavily using structure from https://github.com/sjparkinson/static-review.
Assistance around composer, Magento2 structure, etc was also taken from these sources:
- https://github.com/Genmato/MultiStoreSearchFields
- https://alankent.wordpress.com/2014/08/03/creating-a-magento-2-composer-module/
- https://github.com/SchumacherFM/mage2-advanced-rest-permissions
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
License
See license files.
We also dutifully respect the Magento OSL license.
Copyright
Copyright (c) 2015 Zowta LLC & Zowta Ltd. (http://www.ShipperHQ.com)