Title: Description Missing for Variations
Last modified: April 29, 2022

---

# Description Missing for Variations

 *  Resolved [fantasyprints](https://wordpress.org/support/users/fantasyprints/)
 * (@fantasyprints)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/description-missing-for-variations/)
 * hi There
 * I once had this problem in past and am not sure how I cured it. At moment. On
   dropdowns it just shows Parent Name rather than variation description in this
   case on the link supplied
 * 1 x A5 350gsm Silk
    1 x A5 350gsm Silk 1 x A5 350gsm Silk
 * Should be something like
 * 1 x A5 350gsm Silk x 12
    1 x A5 350gsm Silk x 24 1 x A5 350gsm Silk x 50
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdescription-missing-for-variations%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [miemie](https://wordpress.org/support/users/miemie/)
 * (@miemie)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/description-missing-for-variations/#post-15613771)
 * Hi [@fantasyprints](https://wordpress.org/support/users/fantasyprints/),
 * In some cases, WooCommerce doesn’t show the attributes in the product name [https://www.screencast.com/t/iU3bq77n](https://www.screencast.com/t/iU3bq77n)
 * Please try to add the below snippet ([How to add custom code?](https://wpclever.net/faqs/add-custom-code)):
 * add_filter( ‘woocommerce_product_variation_title_include_attributes’, ‘__return_true’,
   99 );
 * Regards,
 *  [Egl](https://wordpress.org/support/users/egletiere/)
 * (@egletiere)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/description-missing-for-variations/#post-15731836)
 * Hi!
 * I had the same issue and the snippet fixed it. Thanks!
 *  Plugin Support [miemie](https://wordpress.org/support/users/miemie/)
 * (@miemie)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/description-missing-for-variations/#post-15738800)
 * Dear [@egletiere](https://wordpress.org/support/users/egletiere/),
 * We’re glad that our snippet can help you fix your issue
 * Regards,
 *  Thread Starter [fantasyprints](https://wordpress.org/support/users/fantasyprints/)
 * (@fantasyprints)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/description-missing-for-variations/#post-15825363)
 * Hi There
 * Found with XStore Theme the snippet fix didn’t work I asked the Theme builder
   and they came back with below wonder if any suggestions.
 * > We tried to find the solution that could allow us to add it from snippets but
   > with no success.
   >  such actions like (‘wooco_before_components’, ‘wooco_before_wrap’)
   > don’t work so it is better to ask plugin’s author why it is so. Not working
   > example (but it should):
   > add_action(‘wooco_before_wrap’, function() {
   >  add_filter(‘woocommerce_product_variation_title_include_attributes’,‘
   > __return_true’); }, 999);`
 * For now, we added a filter directly in the plugins/wpc-composite-products-premium/
   wpc-composite-products.php ( [https://prnt.sc/CnkbFhDLIHzN](https://prnt.sc/CnkbFhDLIHzN))
   but it will be lost once you update that plugin so keep that line for yourself
   
   add_filter(‘woocommerce_product_variation_title_include_attributes’, ‘__return_true’);

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

The topic ‘Description Missing for Variations’ is closed to new replies.

 * ![](https://ps.w.org/wpc-composite-products/assets/icon-128x128.png?rev=2527543)
 * [WPC Composite Products for WooCommerce](https://wordpress.org/plugins/wpc-composite-products/)
 * [Support Threads](https://wordpress.org/support/plugin/wpc-composite-products/)
 * [Active Topics](https://wordpress.org/support/plugin/wpc-composite-products/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpc-composite-products/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpc-composite-products/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [fantasyprints](https://wordpress.org/support/users/fantasyprints/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/description-missing-for-variations/#post-15825363)
 * Status: resolved