承接 thelia/payment-recall-module 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thelia/payment-recall-module

最新稳定版本:2.0.1

Composer 安装命令:

composer require thelia/payment-recall-module

包简介

README 文档

README

Send a recall mail to order with missed payment.

How to install

Download

Composer

Add it in your main thelia composer.json file

composer require thelia/payment-recall-module:~2.0

Manually

  • Download the zip archive and extract it
  • Copy the module into <path-to-thelia>/local/modules/ directory and be sure that the name of the module is PaymentRecall

Activation

  • Go to the modules's list of your Thelia administration panel (with the default URL)
  • Find the PaymentRecall module
  • Activate it.

Configuration

  • Time before recall : this configuration define how long (in minutes) the order must have to be recalled.
  • You can filter orders recalled by their payment module (in general this module is for card payment).

Usage

You have 2 way to trigger the action who gonna send the mails, firstly a button appears in order edit at modules tab in backoffice this button send a recall mail for the current order. The second way is a command line module:PaymentRecall:CronSendMail when this command is called a mail is sent to each order on status "Not paid" and for who the payment module is on enable payment module and if the time since order has been placed is greater than defined time. We recommend to set up a cron on the command line to automatise this task.

统计信息

  • 总下载量: 376
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-10-13