Skip to main content

Posts

Showing posts from December 18, 2009

Bypass Magento Payment and Shipping

Magento has always been flying forward with code optimization and adding new features. Recently I’ve been tasked with upgrading one of our websites from 1.2 to 1.3.2 Seems like alot has changed since that time, no core changes are now required, you can overwrite code functionality with your own controllers, and etc.. Awesome! So lets move forward. How would you disable shipping and payment steps for you Magento installation and apply changes in such manner that you wont have to worry about this when doing the next Magento upgrade? Below is a step by step tutorial “copy paste” pretty much. Now I don’t expect this that this solution will always work with next version of Magento , but unless they deprecate some existing functionality I’m sure you wont need to change anything. NOTE: When doing copy paste make sure you wont end up with weird characters, such as single and double quotes. STEP 1 First step would be to get a Magento extension called “LKC_ModularRouters” (ext. ke...