Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created August 7, 2013 17:49
Show Gist options
  • Save xcommerce-gists/6176576 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/6176576 to your computer and use it in GitHub Desktop.
Sample layout using service calls
<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