diff --git a/monero/include/monero_payments.php b/monero/include/monero_payments.php index b926d48..b4e870f 100644 --- a/monero/include/monero_payments.php +++ b/monero/include/monero_payments.php @@ -254,31 +254,39 @@ class Monero_Gateway extends WC_Payment_Gateway $color = "DC143C"; } echo "

" . $message . "

"; - echo ""; + echo ""; +echo "
+
+ +

MONERO PAYMENT

+
+ - echo "
-
-
-
-
-
-

Monero Payment Box

-
-
- -
-
- Send " . $amount_xmr2 . " XMR to
- or scan QR Code with your mobile device

- If you need help with how to pay with Monero or want to learn more about it, please go to the Monerosite. -
-
-
-
-
-
-
-
+ +
+ +
+ Send: +
".$amount_xmr2"
XMR
+
+ +
+ To this address: +
".$array_integrated_address["integrated_address"]."
+
+ +
+ Or scan QR: +
+
+ + +
+
" + + + + echo " "; }