infoservio/donate-fast 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

infoservio/donate-fast

Composer 安装命令:

composer require infoservio/donate-fast

包简介

Donate Fast

README 文档

README

This plugin can be used for anyone that accept donations to help others.

forthebadge forthebadge

Github All Releases GitHub tag GitHub package version

Table of contents

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Usage

(Back to top)

You have to create form with amount input if you need to and button for donation process. You can manually set up it with css, name button too. Also, you have to add checkout stripe library and our donate-fast library. Anyway, you can setup our script for you goals. You can set up button for donation fixed amount of money or give an opportunity for users to put amount by hand. More about attributes and their definitions in the docs for donate-fast script.

 <form id="donate-fast-form" action="/donate-fast/donate" method="post">
    <input id="amount" type="number" name="amount">
    <button id="donate-btn" class="btn">Donate</button>
 </form>
 <script src="https://checkout.stripe.com/checkout.js"></script>
 <script id="donate-fast-script" src="https://cdn.infoserv.io/donate-fast.min.js"
       data-stripe-public-key="your_stripe_public_key"
       data-stripe-form-name="Donation"
       data-stripe-form-description="One-time donation"
       data-form-id="donate-fast-form"
       data-btn-id="donate-btn"
       data-amount-min="5"
       data-amount-input-id="amount"
       data-project-id="1"
       data-project-name="name"></script>

Installation

(Back to top)

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require donate-fast
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for donate-fast.

Overview

For testing purpose you can try stripe form. Credit card number: 4242 4242 4242 4242 https://sandbox.infoserv.org/stripe

Configuring

You have to fill in stripe keys in settings of the donate-fast.

Go to Settings -> Plugins -> Donate Fast ---- Settings

Where to get stripe tokens:

API credentials are unique account identifiers that must be added to your code before you can process payments via the API. Think of them as your username and password to payment processing. This is your user-specific public identifier. Each user associated with your Stripe gateway will have their own public and private keys. To find your keys:

  • Log into either the production Control Panel or the sandbox Control Panel, depending on which environment you are working in
  • Navigate to Account > My User
  • Under API Keys, Token Keys, Encryption Keys, click View Authorizations

You'll find your keys under the API Keys section at the top. If no API keys appear, click Generate New API Key.

You should also fill in information about your non-profit organizations and success with error messages for users.

Go to Donate Fast -> Settings

Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by infoserv.io

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-06-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固