Crear una custom page para un producto.
Create a custom view.phtml in template/catalog/product/my_view.phtml Navigate in the admin to Product->Design->Custom Layout Update Add this block:
<reference name="product.info">
<action method="setTemplate"><template>catalog/product/NEW_VIEW.phtml</template></action>
</reference>