Skip to content

Instantly share code, notes, and snippets.

View myinitialsaretk's full-sized avatar

Tyler Kremberg myinitialsaretk

View GitHub Profile
#!/usr/bin/env ruby
# Download a file:
# download http://fake.com/file.zip
#
# Download multiple files:
# download http://fake.com/file1.zip http://fake.com/file2.zip
#
# Download file(s) to a directory:
# download http://fake.com/file.zip /tmp/
# download http://fake.com/file1.zip http://fake.com/file2.zip .
<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"}}
@davidalexander
davidalexander / gist:1086455
Last active September 7, 2023 07:42
Magento Snippets

Magento Snippets

Download extension manually using pear/mage

Pear for 1.4, mage for 1.5. File downloaded into /downloader/.cache/community/

./pear download magento-community/Shipping_Agent
./mage download community Shipping_Agent

Clear cache/reindex