https://github.com/zen4all-nl/cash-on-pickup-for-zen-cart
This module allows you to offer a cash on pickup option for customers who elect the 'walk in' shipping method.
https://github.com/zen4all-nl/cash-on-pickup-for-zen-cart
payment-module php zen-cart zencart zencart-module
Last synced: 3 months ago
JSON representation
This module allows you to offer a cash on pickup option for customers who elect the 'walk in' shipping method.
- Host: GitHub
- URL: https://github.com/zen4all-nl/cash-on-pickup-for-zen-cart
- Owner: Zen4All-nl
- License: gpl-2.0
- Created: 2015-11-23T19:10:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T13:57:39.000Z (over 5 years ago)
- Last Synced: 2025-02-01T06:23:26.506Z (5 months ago)
- Topics: payment-module, php, zen-cart, zencart, zencart-module
- Language: PHP
- Homepage: https://www.zen-cart.com/downloads.php?do=file&id=1242
- Size: 718 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-cop.txt
- License: LICENSE
Awesome Lists containing this project
README
This code is released under the GPL, please see license.txt for further information.
Description: This module allows you to accept cash on pickup when a customer elects to use the 'Walk in' option at checkout. The option will not display when a customer elects another shipping method.
Instructions:
Just unzip this into the includes folder of your zen cart. This will not replace any files under a standard installation.
Setup is done via the zen cart admin -> modules -> payments.NOTE: this module was 'built' from the cod module, lending heavily. I thought I would share as I have seen a few questions around forums about how to do this.
Module by: Stephen.Hewitson (at) gmail.com
Updated by: Design75/Zen4All (http://zen4all.nl)Change log:
inlcludes/modules/payment/cop.php:
Updated the code to make the module work with the current Zen Cart version (1.5.4), previous versions, and probably future versions as well.