' . get_the_title() . '';
// Mostrar atributos clave
$output .= '';
if ($related_product->get_attribute('pa_tipo-de-torre')) {
$output .= '' . $related_product->get_attribute('pa_tipo-de-torre') . '';
}
if ($related_product->get_attribute('pa_fuente')) {
$output .= 'Fuente: ' . $related_product->get_attribute('pa_fuente') . '';
}
$output .= '
';
}
$output .= '