HTML code on order page
-
Hi Guys,
Thanks for an awesome plugin. Been using it for 2 years and it’s perfect. Never had an issue until yesterday. One of our customers reported that a bitcoin checkout page (order confirmation page) looks like this:
Thank you. Your order has been received.
Order: #2409
Date: August 21, 2014
Total: $6.49 / month
Payment method: Bitcoin Payment<table class=”bwwc-payment-instructions-table” id=”bwwc-payment-instructions-table”>
<tr class=”bpit-table-row”>
<td colspan=”2″>Please send your bitcoin payment as follows:</td>
</tr>
<tr class=”bpit-table-row”>
<td style=”vertical-align:middle;” class=”bpit-td-name bpit-td-name-amount”>
Amount (BTC):
</td>
<td class=”bpit-td-value bpit-td-value-amount”>
<div style=”border:1px solid #FCCA09;padding:2px 6px;margin:2px;background-color:#FCF8E3;border-radius:4px;color:#CC0000;font-weight: bold;font-size: 120%;”>
sum goes here
</div>
</td>
</tr>
<tr class=”bpit-table-row”>
<td style=”vertical-align:middle;” class=”bpit-td-name bpit-td-name-btcaddr”>
Address:
</td>
<td class=”bpit-td-value bpit-td-value-btcaddr”>
<div style=”border:1px solid #FCCA09;padding:2px 6px;margin:2px;background-color:#FCF8E3;border-radius:4px;color:#555;font-weight: bold;font-size: 120%;”>
btc wallet address goes here
</div>
</td>
</tr>
<tr class=”bpit-table-row”>
<td style=”vertical-align:middle;” class=”bpit-td-name bpit-td-name-qr”>
QR Code:
</td>
<td class=”bpit-td-value bpit-td-value-qr”>
<div style=”border:1px solid #FCCA09;padding:5px;margin:2px;background-color:#FCF8E3;border-radius:4px;”>
<img src=”https://blockchain.info/qr?data=bitcoin://wallet goes here?amount=0.01287826&size=180″ style=”vertical-align:middle;border:1px solid #888;” />
</div>
</td>
</tr>
</table>Please note:
<ol class=”bpit-instructions”>- You must make a payment within 1 hour, or your order will be cancelled
- As soon as your payment is received in full you will receive email confirmation with order delivery details.
- You may send payments from multiple accounts to reach the total required.
View the status of your subscription in your account.
Any idea why it’s not executing html?
https://wordpress.org/plugins/bitcoin-payments-for-woocommerce/
The topic ‘HTML code on order page’ is closed to new replies.