Title: Method Description is displayed twice.
Last modified: June 20, 2026

---

# Method Description is displayed twice.

 *  Resolved [mamekichi](https://wordpress.org/support/users/mamekichi/)
 * (@mamekichi)
 * [2 weeks, 5 days ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/)
 * Hello,
 * In Checkout Blocks, the text entered in Method Description is displayed twice.
   
   Version 6.8.0 WordPress7.0 Woocommerce 10.8.1

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Support [Marta Borówka](https://wordpress.org/support/users/martapaw/)
 * (@martapaw)
 * [2 weeks, 3 days ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18944712)
 * Hello [@mamekichi](https://wordpress.org/support/users/mamekichi/),
 * Thank you for reporting this issue. Unfortunately, I’m unable to reproduce it
   on my end, please see: [https://picpick.net/i/803bcd4931](https://picpick.net/i/803bcd4931),
   [https://picpick.net/i/847edc9e5b](https://picpick.net/i/847edc9e5b)
 * Could you please test it in an isolated environment – with only our plugin and
   WooCommerce active -and switch to the default WooCommerce theme, Storefront? 
   This will help us determine whether the issue is caused by your current theme.
 * If the problem persists with Storefront, please re-enable your plugins one by
   one and check whether any of them is the cause.
 * Looking forward to your findings!
 * Best regards,
   Marta Borówka
 *  Thread Starter [mamekichi](https://wordpress.org/support/users/mamekichi/)
 * (@mamekichi)
 * [2 weeks, 3 days ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18944793)
 * Hello [@martapaw](https://wordpress.org/support/users/martapaw/),
   Thanks for 
   your reply. I tried enabling only Woocomerce and Flexible shipping. The theme
   is Storefront. The result was the same.The result was also the same when I changed
   the theme to Twenty Twenty-Four or Twenty Twenty-Five
 * > [View post on imgur.com](https://imgur.com/I9hnRHT)
 * > [View post on imgur.com](https://imgur.com/pSLk5xo)
 * > [View post on imgur.com](https://imgur.com/BGDnYth)
 *  Thread Starter [mamekichi](https://wordpress.org/support/users/mamekichi/)
 * (@mamekichi)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18945534)
 * I investigated the conditions under which the problem occurs.
 * With WC 10.8.1 and 6.5.0 or 6.5.8 combinations, duplicate display does not occur.
 * With 6.6.0, 6.7.0, or 6.8.0 combinations, duplicate display occurs.
 * I have not tested other combinations.
 *  Thread Starter [mamekichi](https://wordpress.org/support/users/mamekichi/)
 * (@mamekichi)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18945692)
 * I had AI investigate.
 * After investigating, I found that the shipping rate returned by the Store API
   already contains:
 *     ```wp-block-code
       "description": "ABCDEF"
       ```
   
 * WooCommerce Blocks displays this description natively, while Flexible Shipping
   also renders the same description through its own JavaScript in `assets/js/shipping-
   method-block-checkout.js`.
 * Relevant code:
 *     ```wp-block-code
       const description = getRateDescription( rate );
   
       if ( description ) {
           if ( existingDescription ) {
               ...
           } else if ( insertionAnchor ) {
               insertionAnchor.insertAdjacentElement(
                   'afterend',
                   createDescriptionNode( description )
               );
           }
       }
       ```
   
 * As a result, both of the following elements are rendered:
 * WooCommerce Blocks native output:
 *     ```wp-block-code
       <div class="read-more-content">
           <div>ABCDEF</div>
       </div>
       ```
   
 * Flexible Shipping custom output:
 *     ```wp-block-code
       <div class="shipping-method-description flexible-shipping-method-description-block">
           ABCDEF
       </div>
       ```
   
 * This causes the Method Description to appear twice whenever the Flexible Shipping
   method is selected.
 * Since the Store API already provides the description and WooCommerce Blocks displays
   it natively, the additional description rendering in `shipping-method-block-checkout.
   js` appears to be redundant in current WooCommerce Blocks versions.
 *  Plugin Support [Marta Borówka](https://wordpress.org/support/users/martapaw/)
 * (@martapaw)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18945752)
 * Hi [@mamekichi](https://wordpress.org/support/users/mamekichi/),
 * Thank you for your investigation!
 * We’ve recreated your issue, and we’ll be working on that. I will let you know
   when the new version is live.
 * Best regards,
   Marta Borówka
 *  Plugin Support [Marta Borówka](https://wordpress.org/support/users/martapaw/)
 * (@martapaw)
 * [1 week ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18953903)
 * Hello [@mamekichi](https://wordpress.org/support/users/mamekichi/),
 * Thank you for your patience.
 * We’ve released a new version of the plugin that resolves this issue. Please update
   to the latest version and let us know if you still experience the problem.
 * Best regards,
   Marta Borówka
 *  Thread Starter [mamekichi](https://wordpress.org/support/users/mamekichi/)
 * (@mamekichi)
 * [1 week ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18954003)
 * Hello [@martapaw](https://wordpress.org/support/users/martapaw/),
   The issue has
   been resolved. Thank you very much!
 *  Plugin Support [Marta Borówka](https://wordpress.org/support/users/martapaw/)
 * (@martapaw)
 * [1 week ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18954005)
 * Thank you for the confirmation [@mamekichi](https://wordpress.org/support/users/mamekichi/)!

Viewing 8 replies - 1 through 8 (of 8 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmethod-description-is-displayed-twice%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/flexible-shipping/assets/icon.svg?rev=2737045)
 * [Weight Based Shipping Table Rate for WooCommerce – Flexible Shipping](https://wordpress.org/plugins/flexible-shipping/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flexible-shipping/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flexible-shipping/)
 * [Active Topics](https://wordpress.org/support/plugin/flexible-shipping/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flexible-shipping/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flexible-shipping/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Marta Borówka](https://wordpress.org/support/users/martapaw/)
 * Last activity: [1 week ago](https://wordpress.org/support/topic/method-description-is-displayed-twice/#post-18954005)
 * Status: resolved