Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created June 8, 2013 16:40
Show Gist options
  • Save xcommerce-gists/5735815 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/5735815 to your computer and use it in GitHub Desktop.
portion of layout.xml for Magento 2 service calls
<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