Hi,
I lost the "featured badges" on my Virtuemart products in the last update (Module 1.9.2.1 on 02/11/2015)...Any advise?
return NSP_GK5_com_virtuemart_View::getImageHTML($only_url, $IMG_SOURCE, $links, $config, $IMG_LINK, $full_size_img);
return NSP_GK5_com_virtuemart_View::getImageHTML($only_url, $IMG_SOURCE, $links, $config, $IMG_LINK, $full_size_img, $item['featured']);
if($config['news_content_image_pos'] == 'center' && !$links) {
$img_output .= '</div>';
}
return $img_output;
if($config['news_content_image_pos'] == 'center' && !$links) {
$img_output .= '</div>';
}
if($is_featured && $config['vm_show_featured_badge']) {
$badge = '<sup class="nspBadge">'.JText::_('MOD_NEWS_PRO_GK5_NSP_FEATURED').'</sup>';
} else {
$badge = '';
}
return $img_output . $badge;