<?php
// Make sure this is a block version of the view, and the current page is a node
// load node info to determine content type
// check if content type is product
if($node->type == 'product') {
// set current node ID as argument
return $args;
}
} ?>