Houston ... we have a problem ...

If a Product is a Gift Certificate and Priced by Attributes it is being treated like a download due to the setting:
Code:
  if (zen_get_products_virtual($products_id)) return true;
Virtual Products are not Downloads ... Downloads are only Downloads if there is a filename on the Attribute ...

Is there another case where a Download would be a Virtual Product that I am forgetting?