Go to admin to Product-> Design-> Custom Layout Update>
Add the following custom block. > It works for all stores.
"<reference name="product.info"> <block type="namespace_modulename/catalog_product_list_custom" name="catalog.product.modulename" as="modulename" after="tierprices" template="modulename/catalog/product/modulename.phtml"/> </reference> "
Add the code below to view.phtml
<?php echo $this->getChildHtml('modulename'); ?>
source share