Skip to content

Instantly share code, notes, and snippets.

@davidalexander
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidalexander/f938f8b4d14b82581cfb to your computer and use it in GitHub Desktop.
Save davidalexander/f938f8b4d14b82581cfb to your computer and use it in GitHub Desktop.
resend order emails from Magento admin for local testing
<?php
// app/code/core/Mage/Sales/Model/Order.php
// comment the following lines arround ln.1272
// if ($this->getEmailSent()) {
// return $this;
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment