All Projects → MagePsycho → magento2-custom-shipping

MagePsycho / magento2-custom-shipping

Licence: other
Custom Shipping Module for Magento 2

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 magento2-custom-shipping

m2.SmartCategory
Magento2. Extension Smart Category rules dynamically change the product selection according to a set of conditions.
Stars: ✭ 78 (+21.88%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-conflict-detector
magefan.com/magento2-conflict-detector
Stars: ✭ 40 (-37.5%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (-12.5%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
Brazilian-Solutions
Este repositório permite a discussão da comunidade brasileira Magento sobre módulos e soluções para o mercado brasileiro.
Stars: ✭ 19 (-70.31%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-73.44%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-68.75%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (-6.25%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (-45.31%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-76.56%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-67.19%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
m2.ReCaptcha
Magento2. Extension is integrate Google Recaptcha with your Magento2 store.
Stars: ✭ 31 (-51.56%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+62.5%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (-37.5%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
magento-grid-colors
Magento 2 Grid Colors module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Stars: ✭ 54 (-15.62%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (-26.56%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (-53.12%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (-20.31%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (-29.69%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+3.13%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module
module-dsu
No description or website provided.
Stars: ✭ 18 (-71.87%)
Mutual labels:  magento2, magento-extension, magento2-extension, magento2-module

Magento 2 Custom Shipping

Magento 2 Custom Shipping

Packagist Version Packagist Downloads Supported Magento Versions License

Overview

Magento 2 Custom Shipping is a sample for Shipping module in Magento 2.
You can use this module as a base for developing any custom shipping modules.

🛠️ Installation

Using Composer

Run the commands from the root of the Magento installation

composer require magepsycho/magento2-custom-shipping

Using modman

modman init
modman clone [email protected]:MagePsycho/magento2-custom-shipping.git

Using Zip

  • Download the Zip File
  • Extract & upload the files to /path/to/magento2/app/code/MagePsycho/CustomShipping/

After installation by either means, enable the extension by running following commands (again from root of Magento2 installation):

php bin/magento module:enable MagePsycho_CustomShipping --clear-static-content
php bin/magento setup:upgrade

Click here to read more on module packaging, installation & activation in Magento 2

🚀 Screenshots

Backend Settings

  1. Screentshot - Backend Settings

Checkout Steps 1 - Checkout 2. Checkout Steps 1 - Checkout

Checkout Steps 2 - Summary 3. Checkout Steps 2 - Summary

Contributors

  • Raj KB [Maintainer] Twitter Follow

Your Repository's Stats

To Contribute

Any contribution to the development of Magento 2 Custom Shipping is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub.

Need Support?

If you encounter any problems or bugs, please create an issue on GitHub.

Please visit our store for more FREE / paid extensions OR contact us for customization / development services.

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].