In this quick tip we will see how how we can get Payment Method name using the Magento Order ID. This will be very useful when you dealing with creating your own extension. Here article title is self explanatory that we are trying to accomplish, so without wasting time let’s look at the code block.
Contact Form 7: Redirect After Form Submission
Trick in this post may or may not be that much useful to developers, but for SEO guys I am sure this is going to be very useful. Well, Contact form 7 is the most used contact form plugin of best blogging platform which is WordPress.
Magento: Disable Admin Notification Popup
Every time you login to Magento admin panel, you will get notification popup which includes various updates about Magento.
Magento: Get User Details
In this quick tip we will see how we can get details of logged in customer in Magento. You can use below code snippet in any model, controller or phtml file.
Disable Admin Bar in WordPress
We are getting one admin bar in WordPress website when we are logged in as any user in that particular. This is default feature provided by WordPress team.
Catch Fatal Errors in PHP
In this tutorial we will see how to catch the fatal errors in PHP. Normally we can’t cache FATAL Error because those are FATAL. This will be useful when you want to show specific well formatted error page rather than PHP Error, when your program ends unexpectedly due to some fatal errors.
Detect an Ajax Request with PHP
In this quick tip article we will see how we can detect AJAX request using PHP. This trick will be very useful and handy when you want the same request to behave differently for AJAX request and normal request.
Disable Login/Logout in MediaWiki
We all know disabling login feature in MediaWiki is very odd thing. But recently I had to work for such feature. I want to make MediaWiki available to all user, there should not be login/logout feature at all.
Order By with Group By in MySQL
Its a post after so long time, actually very busy schedule. But today I got something to learn to I have managed spare some time for the same and consider sharing with all my readers.