Magento is the most used eCommerce platform to create eCommerce websites. It’s an open-source eCommerce platform developed using PHP and MySQL. It’s became more powerful and user friendly after release of Magento 2 version. The Magento 2 is fully responsive and allow to create powerful eCommerce system. So if you’re a Magento developer and looking […]
HTML5 Interview Questions and Answers
HTML or Hyper-Text Markup Language is the primary web language to create web pages. All web pages on the internet are created with different elements of HTML. We can not think about web without HTML because it is an integral part of web pages. With HTML, we can manage many things on web pages like […]
Creating Custom Magento URL Rewrites
We can create modules in Magento and can create fancy URL for our module without using .htaccess rewrites. It’s very easy, Magento has very easy way for URL rewrite using config.xml.
Generate CSV file in Magento
Magento provides a functionality to directly export the content from the grids in admin section like Sales, Products etc in the form of CSV or XML. But sometimes you need to generate a CSV with the custom data. Magento has already a nice class for it, it can be found at lib/Varien/File file name Csv.php. This class […]
How to Handle AJAX Requests in Magento
Sometimes it’s very troublesome to implement Ajax with Magento. Here in this post , I have explained few simple step to to implement Ajax with Magento.