I currently call a custom phtml file in CMS pages to display a single product with description, price etc.
{{block type="catalog/product" product_id="7160" template="catalog/product/dynamic-product-image_howto.phtml"}} I'm trying to include this in a custom widget - is it possible to call in phtml?