lipes, if you want free shipping on an item, leave the weight empty.
THEN, to display free shipping on the product page
<?php if ($this->product->product_weight == 0) { ?>
<?php echo JText::_('COM_VIRTUEMART_FREE_SHIP'); ?>
<?php }?>
I have been working on other parameters for this plugin.
Like specific product Ids, if you order 5 or more, 6 or more etc. They are free.
But, category ids could also be in there,
But its just easier to leave the weight empty