SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7e5783fa53e9773459a58ea6d784b1ad12abedc0
parent 574d8bb7e463aa13060e437e6043c98c93636f58
Author: Nick <nick@nickfarrow.com>
Date:   Tue, 24 May 2022 17:19:56 +1000

Merge pull request #67 from chris-pollard/update-plugin-instruction

Update plugin instruction for wp admin
Diffstat:
Mdocs/woocommerce.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/woocommerce.md b/docs/woocommerce.md @@ -1,5 +1,6 @@ # Woocommerce Payment Gateway -To install the woocommerce payment gateway plugin, first copy [/gateways/woo_satsale.php](/gateways/woo_satsale.php) to your Wordpress site in `wp-content/plugins/`. + +To install the Woocommerce payment gateway plugin, first copy [/gateways/woo_satsale.php](/gateways/woo_satsale.php) to your Wordpress site in `wp-content/plugins/`. If you're using the browser interface, you'll need to compress the file before uploading. Next, in your Wordpress admin area, go to the plugins section and activate SatSale. Then go to the Woocommerce settings and the "Payments" tab. Enable SatSale as a payment gateway. ![Woocommerce Settings](https://user-images.githubusercontent.com/24557779/104807944-c74b2100-5836-11eb-8dba-dfaf8b5f5e1f.png)