Add a refund reason help bubble
This commit is contained in:
parent
141dd2e7ef
commit
ca040a3d1f
|
@ -272,7 +272,7 @@ if ( wc_tax_enabled() ) {
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="label"><label for="refund_reason"><?php _e( 'Reason for refund (optional)', 'woocommerce' ); ?>:</label></td>
|
<td class="label"><label for="refund_reason"><span class="woocommerce-help-tip" data-tip="<?php _e( 'Note: the refund reason will be visible by the customer.', 'woocommerce' ); ?>"></span><?php _e( 'Reason for refund (optional)', 'woocommerce' ); ?>:</label></td>
|
||||||
<td class="total">
|
<td class="total">
|
||||||
<input type="text" class="text" id="refund_reason" name="refund_reason" />
|
<input type="text" class="text" id="refund_reason" name="refund_reason" />
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
Loading…
Reference in New Issue