All Projects → webshopapps → module-matrixrate

webshopapps / module-matrixrate

Licence: OSL-3.0, AFL-3.0 licenses found Licenses found OSL-3.0 LICENSE.txt AFL-3.0 LICENSE_AFL.txt
WebShopApps MatrixRates for Magento2

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to module-matrixrate

magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-86.96%)
Mutual labels:  magento, magento-2
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-85.22%)
Mutual labels:  magento, magento-2
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (-69.57%)
Mutual labels:  magento, magento-2
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (-80%)
Mutual labels:  magento, magento-2
blog
MageVision Blog
Stars: ✭ 23 (-80%)
Mutual labels:  magento, magento-2
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (-55.65%)
Mutual labels:  magento, magento-2
module-dsu
No description or website provided.
Stars: ✭ 18 (-84.35%)
Mutual labels:  magento, magento-2
cart-magento2
Mercado Pago's Official Magento 2 Plugin
Stars: ✭ 50 (-56.52%)
Mutual labels:  magento, magento-2
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (-42.61%)
Mutual labels:  magento, magento-2
docker-magento2
🐳 Environment for a Magento2 application using Docker.
Stars: ✭ 52 (-54.78%)
Mutual labels:  magento, magento-2
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (-77.39%)
Mutual labels:  magento, magento-2
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (-73.91%)
Mutual labels:  magento, magento-2
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-85.22%)
Mutual labels:  magento, magento-2
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (-60.87%)
Mutual labels:  magento, magento-2
taxjar-magento2-extension
Magento 2 Sales Tax Extension by TaxJar
Stars: ✭ 23 (-80%)
Mutual labels:  magento, magento-2
bolt-magento2
Bolt plugin for magento2
Stars: ✭ 17 (-85.22%)
Mutual labels:  magento, magento-2
magento-2-banner-slider
Magento 2 Banner slider for Magento is jQuery banner Slider you can create Unlimited beautiful responsive banner Slider
Stars: ✭ 74 (-35.65%)
Mutual labels:  magento, magento-2
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (-47.83%)
Mutual labels:  magento, magento-2
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (-59.13%)
Mutual labels:  magento, magento-2
ansible-infrastructure
Ansible-based infrastructure-as-code for hosting and deploying Magento-based shops
Stars: ✭ 19 (-83.48%)
Mutual labels:  magento, magento-2

ShipperHQ and WebShopApps MatrixRate

A Shipping Rate module for Magento 2.3+ which supports showing multiple shipping methods. This is based on the Magento Tablerate module and is managed via a csv file.

Facts

Description

The MatrixRate shipping extension is the original Magento solution that enables you to offer multiple shipping options to customers based on their locations. With MatrixRate you can define different shipping rates according to destination, shipping method and the weight, price or quantity of an item.

Compatibility

  • Magento >= 2.3

This library aims to support and is tested against the following PHP implementations:

  • PHP 7.1.3
  • PHP 7.2.0
  • PHP 7.3.0

per the official Magento 2 requirements

Installation Instructions

Install using composer by adding to your composer file using commands:

$ composer require webshopapps/module-matrixrate
$ composer update
$ bin/magento setup:upgrade

Configuration

MatrixRate is completely CSV driven, no coding required to change prices, add rates, etc It allows multiple postage rates to be displayed for the customer to choose in particular country/city/region/ZIP code/condition range, where condition can be weight, price or #items. The management of shipping rates is done via a CSV file, which is uploaded to the database. Shipping calculations are then done via SQL searches, providing efficient results.

To get started you will need to:

  1. Create your CSV file of shipping rates. Please follow the format of the CSV file described in our online docs. We also have many example CSVs to get you started
  2. Import the CSV file by following the instructions in our online docs

Full instructions are also available in our online documentation.

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 [email protected] or via our website http://webshopapps.com/contacts/

WebShopApps MatrixRates is provided AS IS and we are not accepting feature requests at this time. Extended functionality is available via ShipperHQ.

Magento Issues Impacting MatrixRates

  1. Magento v2.1.3 - Website specific shipping rates or configuration are not working - you may not see any rates when placing an order via the admin panel
  2. Only country, region and postcode are included in shipping request at checkout - you may not see correct rates returned if filtering on city or PO box addresses
    • Github Issue: magento/magento2#3789
    • Resolved in Magento 2.1 and above for Guest checkout, logged in customers will still only see region/state, postcode and country
  3. Error thrown when placing an order with some shipping methods. Root cause is that some shipping methods have shipping method codes longer than the column length on quote for shipping_method field. Field is truncating the code and order cannot be placed.

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:

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

License

Copyright (c) 2020 Zowta LLC & Zowta Ltd. See LICENSE for details.

We also dutifully respect the Magento OSL license, which is included in this codebase.

Copyright

Copyright (c) 2020 Zowta LLC & Zowta Ltd.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].