GitBook: [master] 4 pages and 15 assets modified

This commit is contained in:
Aguilaair 2018-07-26 12:52:53 +00:00 committed by gitbook-bot
parent bf7303bb3d
commit 7cd595a67f
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
19 changed files with 162 additions and 11 deletions

BIN
.gitbook/assets/btcp0.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

BIN
.gitbook/assets/btcp1.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 KiB

BIN
.gitbook/assets/btcp10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

BIN
.gitbook/assets/btcp11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 KiB

BIN
.gitbook/assets/btcp2.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

BIN
.gitbook/assets/btcp3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
.gitbook/assets/btcp4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
.gitbook/assets/btcp5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 KiB

BIN
.gitbook/assets/btcp6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

BIN
.gitbook/assets/btcp7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

BIN
.gitbook/assets/btcp8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

BIN
.gitbook/assets/btcp9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

View File

@ -1,2 +1,4 @@
# Integrations

View File

@ -1,10 +1,103 @@
# WooCommerce
Official Repo
Official Repository
{% embed data="{\"url\":\"https://github.com/BTCPrivate/btcp-widget/blob/master/plugins/btcp-pay-woocommerce.php\",\"type\":\"link\",\"title\":\"BTCPrivate/btcp-widget\",\"description\":\"btcp-widget - JS widget for online shop payments\",\"icon\":{\"type\":\"icon\",\"url\":\"https://github.com/fluidicon.png\",\"aspectRatio\":0},\"thumbnail\":{\"type\":\"thumbnail\",\"url\":\"https://avatars0.githubusercontent.com/u/34813369?s=400&v=4\",\"width\":400,\"height\":400,\"aspectRatio\":1}}" %}
## Documentation
Coming soon.
{% hint style="warning" %}
The plugin is still under heavy development. This guide will be updated make it easier to install in the future!
We are waiting for our plugin to get into the WordPress store!
{% endhint %}
## Downloading the plugin from GitHub
{% hint style="info" %}
You should have registered in [BTCP Pay](https://btcppay.com) before attemping to follow the steps.
{% endhint %}
Firstly, **download** the [WooCommerce plugin](https://github.com/BTCPrivate/btcp-widget/blob/master/plugins/btcp-pay-woocommerce.php) from the official repo by clicking on **'Raw'**.
![](../.gitbook/assets/btcp0.PNG)
Then **right click** and click on **'Save as...'.**
![](../.gitbook/assets/btcp1.PNG)
Then click on **'Save'.**
## Uploading the plugin to WordPress
Next we will need to **upload** the plugin on WordPress.
{% hint style="warning" %}
You must have access to your website through FTP and should be confident in how to navigate directories.
{% endhint %}
{% hint style="info" %}
Use an FTP client such as [FileZilla](https://filezilla-project.org/) or [WinSCP](https://winscp.net/eng/download.php)
{% endhint %}
Firstly, login to your website and navigate to your WordPress home directory.
Next go to your plugin directory, this is normally `/wp-content/plugins/`
![](../.gitbook/assets/btcp2.PNG)
Drag the .PHP file to the directory to upload it.
![](../.gitbook/assets/btcp3.png)
You have now uploaded the plugin to WordPress!
## Activate the plugin
{% hint style="warning" %}
You must access to you administrator account on WordPress in order to activate the plugin.
{% endhint %}
Firstly login to your target WordPress site and click on `Plugins`
![](../.gitbook/assets/btcp4%20%281%29.png)
Next, look for a plugin called `Bitcoin Private for WooCommerce` and click on `Acitavte`
![](../.gitbook/assets/btcp5.png)
Once you have clicked on activate the website will redirect you directly you the configuration page.
{% hint style="danger" %}
Create a BTCP Pay button now if you haven't already
{% endhint %}
{% page-ref page="../cloud-hosted-guide/create-a-btcp-pay-button.md" %}
Now, paste only **btcpWidget.data from your widget.** It should look something like this:
```javascript
btcpWidget.data = {
"id" : "btcp_widget",
"buttonData" : "buy_A1_6",
"merchantid" : "414",
"walletid" : "2",
"amount" : 0.001,
"itemid" : "0",
"description" : "Pepperoni Pizza",
"transactiondetails" :
{
"size" : "12 inch",
"crust" : "stuffed",
"pan" : "thin base"
}
```
Finally, click on save
![](../.gitbook/assets/btcp6.png)
{% hint style="success" %}
Your plugin should now be working and BTCP Pay activated succesfully!
{% endhint %}
![](../.gitbook/assets/btcp7.png)

View File

@ -1,10 +1,70 @@
# Wordpress
Official Repo
Official Repository
{% embed data="{\"url\":\"https://github.com/BTCPrivate/btcp-widget/blob/master/plugins/btcp-pay-wordpress.php\",\"type\":\"link\",\"title\":\"BTCPrivate/btcp-widget\",\"description\":\"btcp-widget - JS widget for online shop payments\",\"icon\":{\"type\":\"icon\",\"url\":\"https://github.com/fluidicon.png\",\"aspectRatio\":0},\"thumbnail\":{\"type\":\"thumbnail\",\"url\":\"https://avatars0.githubusercontent.com/u/34813369?s=400&v=4\",\"width\":400,\"height\":400,\"aspectRatio\":1}}" %}
## Documentation
{% hint style="danger" %}
The WordPress plugin is **not complete**, therefore the plugin is not functional **yet**.
{% endhint %}
## Downloading the plugin from GitHub
{% hint style="info" %}
You should have registered in [BTCP Pay](https://btcppay.com) before attempting to follow the steps.
{% endhint %}
Firstly, **download** the [WordPress plugin](https://github.com/BTCPrivate/btcp-widget/blob/master/plugins/btcp-pay-wordpress.php) from the official repo by clicking on **'Raw'**.
![](../.gitbook/assets/btcp8.png)
Then **right click** and click on **'Save as...'.**
![](../.gitbook/assets/btcp9.png)
Then click on **'Save'.**
## Uploading the plugin to WordPress
Next we will need to **upload** the plugin on WordPress.
{% hint style="warning" %}
You must have access to your website through FTP and should be confident in how to navigate directories.
{% endhint %}
{% hint style="info" %}
Use an FTP client such as [FileZilla](https://filezilla-project.org/) or [WinSCP](https://winscp.net/eng/download.php)
{% endhint %}
Firstly, login to your website and navigate to your WordPress home directory.
Next go to your plugin directory, this is normally `/wp-content/plugins/`
![](../.gitbook/assets/btcp2.PNG)
Drag the .PHP file to the directory to upload it.
![](../.gitbook/assets/btcp10.png)
You have now uploaded the plugin to WordPress!
## Activate the plugin
{% hint style="warning" %}
You must access to you administrator account on WordPress in order to activate the plugin.
{% endhint %}
Firstly login to your target WordPress site and click on `Plugins`
![](../.gitbook/assets/btcp4%20%281%29.png)
Next, look for a plugin called `Bitcoin Private for WooCommerce` and click on `Acitavte`
![](../.gitbook/assets/btcp11.png)
{% hint style="danger" %}
Complete docs coming soon!
{% endhint %}
Coming soon.

View File

@ -1,7 +1,3 @@
---
description: 'Javascript full-node, bitcore & btcpd daemon.'
---
# BTCP Store Server Installation
## Clone the BTCP Bitcore installer