How to display it on checkout page next to the shipping line item?

Forums Amount Left for Free Shipping for WooCommerce How to display it on checkout page next to the shipping line item?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #88249
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Kelly,

    As this position is inside the HTML table, you need wrap your content in <tr>...</tr> tags, i.e. set your “Content” option (in “WooCommerce > Settings > Amount Left for Free Shipping”) to something like this:

    <tr><td colspan="2">%amount_left_for_free_shipping% left for free shipping</td></tr>

    or like this:

    <tr><th>Free shipping in</th><td>%amount_left_for_free_shipping%</td></tr>

    Hope that helps. Please let me know if you have any questions.

    #88250
    Kelly Holmes
    Participant

    That works perfectly, thank you!

    #88251
    Tom Anbinder
    Moderator
    Plugin Support

    Happy to help 🙂 Let me know if you need anything else.

    And if you like the plugin, please consider leaving me a rating.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.