Created
June 8, 2013 16:40
-
-
Save xcommerce-gists/5735815 to your computer and use it in GitHub Desktop.
portion of layout.xml for Magento 2 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_Catalog_Block_Product_Twig" module="Mage_Catalog" name="product.info" | |
template="Mage_Catalog::product/view.twig"> | |
<data service-call="selectedProductDetails" alias="product" /> | |
... | |
... | |
</block> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment