Magento extension for testing the Magento checkout sucess page.
More information: https://www.yireo.com/software/magento-extensions/checkout-tester
You can install this module in various ways:
-
Download the MagentoConnect package from our site and upload it into your own Magento Downloader application.
-
Download the Magento source archive from our site, extract the files and upload the files to your Magento root. Make sure to flush the Magento cache. Make sure to logout once you're done.
-
Use
modman
to install the git repository for you:modman init modman clone https://github.com/yireo/Yireo_CheckoutTester modman update Yireo_CheckoutTester
-
Use
composer
to install the composer package for you. See the fileCOMPOSER.md
for hints.