What is the correct method for calling a single product inside a static block?

  • {{block type=”media/product_single” product_id=”1″ template=”catalog/product/singleproduct.phtml”}}
  • {{block type=”catalog/product_single” product_id=”1″ template=”catalog/product/singleproduct.phtml”}}
  • {{block type=”all/product_single” product_id=”1″ template=”catalog/product/singleproduct.phtml”}}
  • {{block type=”categories/product_single” product_id=”1″ template=”catalog/product/singleproduct.phtml”}}

stackoverflow.com/a/16387541