Skip to content

Instantly share code, notes, and snippets.

@rseon
rseon / My Magento Code.php
Last active June 25, 2018 12:15 — forked from claudiu-marginean/My Magento Code.php
Magento Snippets
<block type="cms/block" name="block_name">
<action method="setBlockId"><id>block_code</id></action>
</block>
{{block type="cms/block" block_id="block_code"}}
{{block type="catalog/product_list" category_id="79" template="catalog/product/list_random.phtml"}}