falkone/cashonpickup

Magento 2 Module to provide new shipping and payment method for cash payment and in store pickup

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

v1.0.2 2019-08-01 15:24 UTC

This package is not auto-updated.

Last update: 2024-10-02 20:54:40 UTC


README

Magento 2 Module to provide new shipping and payment method for cash payment and in store pickup

Installation

  • add git repository to composer
composer config repositories.cash-on-pickup git git@github.com:falkone/cash-on-pickup.git
  • require module
composer require falkone/cash-on-pickup
  • clear cache, run magento setup

Usage

  • Configuration under Stores -> Configuration:
    • => Sales -> Shipping Methods
    • activate Cash-on-Pickup Method
    • => Sales -> Payments Methods
    • activate Cash-on-Pickup Method
  • Important: Cash-on-Pickup Payment Method is only available in checkout when Cash-on-Pickup Shipment is selected. But Customer can use Cash-on-Pickup Shipment in combination with other payment methods.

Compatibly

  • Magento 2.3.x
  • tested on Open Source Edition (Community)
  • not tested with MSI

Contribute

Feel free to fork project and create Pull-Requests. Also please report bugs as issue here in GitHub.