Created
July 2, 2015 17:49
-
-
Save pablocattaneo/a1a000c60c21fa168adf to your computer and use it in GitHub Desktop.
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<reference name="product.info"> | |
<action method="setTemplate"><template>catalog/product/NEW_VIEW.phtml</template></action> | |
</reference> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment