dineanddash
New member
I just installed the plugin for my Woo-store and got it working in about 15 minutes.
Running PHP Version: 7.0.15-0ubuntu0.16.04.4 on a VPS. WC version: 2.6.7 WP version: 4.7.3
Installed the plugin via the WP uploader and then the noticed politely told me what I was missing:
I went to electrum-dash.org, installed the wallet, and got my Master Public Keys from the menu. Pasted that in the setting box: WooCommerce --> Settings --> Checkout --> Dash. That was the only thing to add. Enabled and saved.
In testing the check out process I see the dash option on the payment page with the wording:
• Pay with Dash
Please proceed to the next screen to see necessary payment details.
Then next payment screen gives the amount in Dash owed, a Dash address and QR code. Also has the text:
My store is in Thai Baht currency, and the DASH amount properly reads the Thai Baht price and gives a correct exchange equivalent in DASH.
Small suggestion:
1. "Please proceed to the next screen to see necessary payment details." could be "You will pay 0.05869 Dash on the next screen"
Am quite new to DASH, but fell in love with it's instant transfers. I was buying a domain with BTC, and it took a day during which I got serious heat from my client while waiting for the confirmation. Since then I've been looking at other cryptocoin, and love what DASH is doing.
Running PHP Version: 7.0.15-0ubuntu0.16.04.4 on a VPS. WC version: 2.6.7 WP version: 4.7.3
Installed the plugin via the WP uploader and then the noticed politely told me what I was missing:
DashPayments for WooCommerce: Required extension(s) not loaded/enabled. Please enable 'gmp, bcmath' PHP extension(s) on your WordPress server.
I ran:
sudo apt-get install php-bcmath
sudo apt-get install php7.0-gmp
Once installed, did the apache restartsudo apt-get install php7.0-gmp
sudo service apache2 restart
Next alert message was:
Pleace add a Dash BIP32 extended public key (Launch your Electrum-Dash wallet, Select Wallet->Master Public Keys)
I went to electrum-dash.org, installed the wallet, and got my Master Public Keys from the menu. Pasted that in the setting box: WooCommerce --> Settings --> Checkout --> Dash. That was the only thing to add. Enabled and saved.
In testing the check out process I see the dash option on the payment page with the wording:
• Pay with Dash
Please proceed to the next screen to see necessary payment details.
Please note:
- You must make a payment within one hour, or your order will be cancelled.
- As soon as your payment is received, you will receive an email confirmation with order delivery details.
- You may send multiple payments in order to reach the total required amount.
My store is in Thai Baht currency, and the DASH amount properly reads the Thai Baht price and gives a correct exchange equivalent in DASH.
Small suggestion:
1. "Please proceed to the next screen to see necessary payment details." could be "You will pay 0.05869 Dash on the next screen"
Am quite new to DASH, but fell in love with it's instant transfers. I was buying a domain with BTC, and it took a day during which I got serious heat from my client while waiting for the confirmation. Since then I've been looking at other cryptocoin, and love what DASH is doing.