sta_getProductGroup('id='.$output['id']));
if (!empty($product_detail[0]->resume)) {
echo '
';
echo apply_filters( 'woocommerce_short_description', $product_detail[0]->resume );
echo '
';
}
elseif (!empty($post->post_excerpt)) {
echo '';
echo apply_filters( 'woocommerce_short_description', $post->post_excerpt );
echo '
';
}
else {
return;
}