Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pauldonnelly/350ff767a945d6ebca39 to your computer and use it in GitHub Desktop.
Save pauldonnelly/350ff767a945d6ebca39 to your computer and use it in GitHub Desktop.
Stop Magento Redirecting to Empty Cart on Success.phtml Open: app/code/core/Mage/Checkout/controllers/OnepageController.php *Remember to undo this change when finished*.
Change: (Line:227 in 1.6.1.0)
<?php
$session->clear();
?>
To:
<?php
//$session->clear();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment