How To Get Customer Address Through AJAX Prestashop

As you maybe already know you can do a lot of things un prestashop being built on a MVC framework you have all the control you need in this CMS.  This tutorial will try to show how can you get customer address through ajax in prestashop. You will see is nothing complicated you will have… Continue reading How To Get Customer Address Through AJAX Prestashop

How To Detect When Ajax Finished

In this tutorial I will show you how to detect when ajax finished, why you should know when this event is over? Sometimes you need to call other functions which must be used on certain pages or should be fired when a class is found on the HTML. To have more control over the elements… Continue reading How To Detect When Ajax Finished