Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

rhristova on "[Plugin: WooCommerce - excelling eCommerce] Product Attribute Variation Description"

$
0
0

This only shows the description if it exists:

$term_desc = strtolower($term->description);
if ( '' !== $term_desc ){
echo "<div class='plans-description'>$term_desc</div><br />";
}

Viewing all articles
Browse latest Browse all 104029

Trending Articles