Created
August 7, 2013 17:49
-
-
Save xcommerce-gists/6176576 to your computer and use it in GitHub Desktop.
Sample layout using service calls
This file contains 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
<block type="Mage_Core_Block_Template" name="product.info" template="Mage_Catalog::product/view.twig"> | |
<data service_call="currentProduct" alias="productData" /><!-- makes the currentProduct service available in a template using the $productData variable --> | |
<data service_call="productLinks" alias="links" /><!-- makes the productLinks service available in a template using the $links variable --> | |
... | |
</block> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment