Hi there
Love the plugin and works really well, except that it adds the description inside the label tag like this:
<ul>
<li>
<input>
<label>
<div class="shipping-method-description">...</div>
</label>
</li>
</ul>
Is there a way to put it outside of the label tag like this:
<ul>
<li>
<input>
<label>
</label>
<div class="shipping-method-description">...</div>
</li>
</ul>
I hope you can help.
]]>Hi, I have tested your plugin with the WooCommerce Table Rate Shipping Plugin, I have notice that it doesn’t display the description field only showing a blank page. under the > Integration > Ship Descriptions
]]>