Skip to content

Instantly share code, notes, and snippets.

View claudiu-marginean's full-sized avatar

Claudiu Marginean claudiu-marginean

  • Cluj-Napoca, Romania
  • 12:52 (UTC +03:00)
View GitHub Profile
@claudiu-marginean
claudiu-marginean / My Magento Code.php
Last active January 21, 2025 14:21 — forked from davidalexander/gist:1086455
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"}}