Skip to content

Instantly share code, notes, and snippets.

@reesmcivor
reesmcivor / README.md
Created November 27, 2013 12:38 — forked from oodavid/README.md

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/
/**
* Add ordered qty', but only simple products
*
* @param string $from
* @param string $to
* @return Mage_Reports_Model_Resource_Product_Collection
*/
public function addOrderedQty($from = '', $to = '')
{
$adapter = $this->getConnection();
@reesmcivor
reesmcivor / gist:3858456
Created October 9, 2012 12:17 — forked from davidalexander/gist:1086455
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