Hi,
The plugin won't help. It will hide only the products on the products listings.
It won't help for options and variants.
For that, you will have to modify the file components/com_hikashop/views/product/view.html.php and change the line:
$filters=array('a.product_id ='.$product_id,'a.product_related_type=\'options\'','b.product_published=1');
to:
$filters=array('a.product_id ='.$product_id,'a.product_related_type=\'options\'','b.product_published=1','b.product_sale_start<'.time(),'(b.product_sale_end=0 OR b.product_sale_end>'.time().')');
and the line:
$filters=array('product_parent_id IN ('.implode(',',$ids).')');
to:
$filters=array('product_parent_id IN ('.implode(',',$ids).')','product_sale_start<'.time(),'(product_sale_end=0 OR product_sale_end>'.time().')');
The PDF plugin is updated for free. You will get the latest version if you click on the download link of your order. And yes, it is compatible with Joomla 3.0