"prototype.js"

The Complete Guide To Magento Debugging

How to Debug Magento

Integration of new solutions into different systems can become a headache without the knowledge of correct debugging.  In case of Magento, such simple constructions as print_r() or var_dump() , var_export() don’t work. Because of heavyweight constructions, you need to investigate the new effective ways to find intermediate values or broken places. Fortunately, there are a lot of tools and methods designed to turn the debugging into a developer friendly process. Continue Reading

Magento Ajax Extensions (login, cart, catalog, navigation and more)

- Magento tips & tricks

Ajax is a group of web development techniques designed to create asynchronous web applications. By using Ajax, web apps can exchange data with a server in the background. Ajax can work in combination with CSS and HTML to mark up and style information.

Ajax is widely used in Magento. There are different Ajax extensions for login, cart, catalog, navigation and other components of e-commerce store.

ajax-magento

Magento 2 Ajax Extensions

Continue Reading