Skip to content

Magento checkout plugin providing shipping options from Montapackings REST api

Notifications You must be signed in to change notification settings

ho-nl-fork/magento-monta-checkout

 
 

Repository files navigation

Monta Checkout for Magento 2

Magento plugin to integrate the Monta shipping options

Installation without using Composer

Clone or download the contents of this repository into app/code/Montapacking/MontaCheckout.

Development Mode

After installation, run bin/magento setup:upgrade to make the needed database changes and remove/empty Magento 2's generated files and folders.

Production Mode

After installation, run:

  1. bin/magento setup:upgrade
  2. bin/magento setup:di:compile
  3. bin/magento setup:static-content:deploy [locale-codes, e.g. nl_NL en_US
  4. bin/magento cache:flush

Configuration

The options can be found in Stores > Configuration > Sales > Shipping Methods > Monta.

API credentials

To use this module you need API credentials provided by Monta ('Monta webshop', 'Monta webshop', 'Monta - Password').

Google API

Specify a valid Google Maps API key here. A key can be created here: https://developers.google.com/maps/documentation/javascript/get-api-key. This key is needed for the map with pick-up points.

Shipping Costs

The base shipping costs used when there is a possible connection error with the Monta API.

About

Magento checkout plugin providing shipping options from Montapackings REST api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.1%
  • PHP 29.7%
  • HTML 8.7%
  • CSS 6.5%