• 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.

Viewing 1 replies (of 1 total)
  • Anonymous User 17720058

    (@anonymized-17720058)

    What you want to do is solved as simple but not. It is not enough to overwrite the plugin “ship_description_959_custom_label()” filter, but the Woocommerce template must also be changed. (File: plugins\woocommerce\templates\cart\cart-shipping.php.)
    Therefore, a general response can not be granted without specific knowledge of your page, but if you have your own developer, then it must be able to do it based on this information.

Viewing 1 replies (of 1 total)
  • The topic ‘Moving description outside of label tag’ is closed to new replies.