Add ZGo Pmt Gwy Logo to payments monitor

This commit is contained in:
Rene V. Vergara A. 2023-01-05 22:12:13 -05:00
parent 494b706d4f
commit 1a8d06bfcc
4 changed files with 14 additions and 37 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -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%"

View File

@ -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)',