All Projects → magespecialist → m2-MSP_CashOnDelivery

magespecialist / m2-MSP_CashOnDelivery

Licence: other
Cash on delivery module for Magento 2

Programming Languages

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

Projects that are alternatives of or similar to m2-MSP CashOnDelivery

magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-70%)
Mutual labels:  magento2, payment-methods
vsf-payment-razorpay
Razorpay Payment Extension for Vue Storefront - Integrated to accept online payment
Stars: ✭ 15 (-70%)
Mutual labels:  magento2, payment-methods
magento2-sign-in-with-phone-number
This extension allow your customers to login to your Magento store using their phone number.
Stars: ✭ 42 (-16%)
Mutual labels:  magento2
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (-48%)
Mutual labels:  magento2
bestsellers-sorting-m2
Bestsellers sorting of products in categories for Magento 2
Stars: ✭ 24 (-52%)
Mutual labels:  magento2
magento2-inventory-log
Magento 2 - Inventory Log by KiwiCommerce
Stars: ✭ 33 (-34%)
Mutual labels:  magento2
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-66%)
Mutual labels:  magento2
magento-module-wishlist-api
Adds an API to interact with the Magento2 wishlist.
Stars: ✭ 17 (-66%)
Mutual labels:  magento2
Magento2-City-Dropdown
City Dropdown for Magento 2 extension.
Stars: ✭ 42 (-16%)
Mutual labels:  magento2
magento-2-mega-menu
Mageno 2 Mega Menu (Magicmenu) helps you create neat and smart navigation menus to display the main categories on your website.
Stars: ✭ 33 (-34%)
Mutual labels:  magento2
magento2-regions-manager
Manage regions in magento2 addresses, regions manager in magento 2
Stars: ✭ 34 (-32%)
Mutual labels:  magento2
magento2-disable-customer-registration
A simple module to disable customer registration in Magento 2
Stars: ✭ 42 (-16%)
Mutual labels:  magento2
taxjar-magento2-extension
Magento 2 Sales Tax Extension by TaxJar
Stars: ✭ 23 (-54%)
Mutual labels:  magento2
module-twilio
Magento 2 Customer SMS notifications with Twilio
Stars: ✭ 29 (-42%)
Mutual labels:  magento2
magento
Free PWA & SPA for Magento
Stars: ✭ 34 (-32%)
Mutual labels:  magento2
magento2-module
FACT-Finder® Web Components for Magento 2
Stars: ✭ 13 (-74%)
Mutual labels:  magento2
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+20%)
Mutual labels:  magento2
DiscountCodeUrl
Magento 2 module that applies a discount code automatically via URL
Stars: ✭ 33 (-34%)
Mutual labels:  magento2
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (-14%)
Mutual labels:  magento2
elasticsuite-for-retailer
Smile ElasticSuite for Retailers - Magento2 toolkit for Retailers : Store Locator, Availability and Prices per store, etc...
Stars: ✭ 18 (-64%)
Mutual labels:  magento2

No Maintenance Intended

IMPORTANT NOTICE:

This module has been moved under the responsibility of "it4mage" group. Please check this URL: https://github.com/it4mage/CashOnDelivery .

Cash On Delivery for Magento 2

This module is a Cash On Delivery implementation for Magento2 allowing you to define an additional fee based on destination country, region and total amount.

Main features:

  • Multiple currencies allowed
  • Multi store allowed
  • Percent or static fee supported
  • Fee per country / region / amount
  • Default fee fallback
  • Multi website support
  • Exclude specific regions

Installing in your Magento

  • From your CLI run: composer require msp/cashondelivery
  • Log-in your Magento backend
  • Go to Stores > Configuration > Sales > Payment Methods > Cash On Delivery
  • Configure Cash On Delivery according to your preferences

Configuring fees

  • Log-in your Magento backend
  • Go to Stores > Configuration > Sales > Payment Methods > Cash On Delivery
  • Scroll down untill you see Export CSV button
  • Click and download msp_cashondelivery.csv file
  • Change the CSV file and upload using the "browse" button
  • Save

CSV syntax

MSP Cash On Delivery CSV file syntax is really simple. You have 5 columns: country, region, from_amount, fee, website

  • country: ISO 2 letters country code. Use * as wildcard to indicate all countries
  • region: Region name. Use * as wildcard to indicate all regions
  • from_amount: Indicates the minimum amount to apply the additional fee
  • fee: The fee to apply (in base currency). Adding % after the fee indicates a percent value
  • website: Magento website code (e.g.: base). Use * as wildcard to indicate all websites

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