Add ZGo Pmt Gwy Logo to payments monitor
This commit is contained in:
parent
494b706d4f
commit
1a8d06bfcc
4 changed files with 14 additions and 37 deletions
34
ZGoPmtGwy.md
34
ZGoPmtGwy.md
|
@ -1,34 +0,0 @@
|
|||
|
||||
# Table of Contents
|
||||
|
||||
#### What is ZGo Payment Gateway for *WooCommerce*
|
||||
#### How it Works?
|
||||
#### System Requirements
|
||||
#### Installing ZGo Payment Gateway
|
||||
|
||||
## What is ZGo Payment Gateway for *WooCommerce*
|
||||
|
||||
ZGo Payment Gateway for Woocomerce is a Plugin that allows a WooCommerce based online store, to receive payments using Zcash.
|
||||
|
||||
The Plugin connects WooCommerce Online Store with ZGo Backend to provide customers with an easy way to pay using a phone wallet.
|
||||
|
||||
## How it Works
|
||||
|
||||
The payment flow is showed bellow:
|
||||
|
||||
![ZGo PmtService Flow](ZGo_PmtGwy_Flow.png "ZGo PmtService Flow")
|
||||
|
||||
Figure 1 – ZGo Payment GateWay Flow
|
||||
|
||||
The payment flow showed in Figure 1, includes the transaction confirmation and also marking customer's order as paid in WooComerce store database. ZGo Backend monitors the payment transaction and once it detects at least 5 blockchain confirmations, will report this to ZGo Payment Plugin.
|
||||
|
||||
## System Requirements
|
||||
|
||||
ZGo Business Account
|
||||
|
||||
WooComerce Based Online Store
|
||||
|
||||
|
||||
## ZGo Payment Gateway Installation
|
||||
|
||||
### Configuring WooCommerce Store
|
BIN
assets/img/ZGoPmtGwy_Logo_tb.png
Normal file
BIN
assets/img/ZGoPmtGwy_Logo_tb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
|
@ -157,13 +157,24 @@ class zpmt_stats_page {
|
|||
|
||||
?>
|
||||
<div style="margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
font-family: Noto Sans;
|
||||
font-size: 30px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
color: navy;">
|
||||
ZGo Payment Gateway - Received Payments
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src= <?php echo '"' . get_site_url() . '/wp-content/plugins/zgopmtgwy/assets/img/zgowoo-icon.png"';
|
||||
?>
|
||||
|
||||
style="width:50px;height:50px;">
|
||||
</td>
|
||||
<td>
|
||||
ZGo Payment Gateway - Received Payments
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- now output table header -->
|
||||
<div width="100%"
|
||||
|
|
|
@ -154,7 +154,7 @@ function zgopmt_init() {
|
|||
'title' => __( 'ZGo Token',
|
||||
$this->domain ),
|
||||
'type' => 'text',
|
||||
'default' => __( 'Replace this text with your ZGo Token'
|
||||
'default' => __( 'Replace this text with your ZGo Token',
|
||||
$this->domain ),
|
||||
'desc_tip' => true,
|
||||
'description' => __( 'Type or paste your ZGo Token (Found in your ZGo Shop Settings)',
|
||||
|
|
Loading…
Reference in a new issue