How to Stop Page Scroll at a Certain Section with Scroll Magic

In this tutorial I will show you what you need to do in order to stop the page scroll at a certain section with scroll magic, and after the animation is done the scroll page start again. Beside the method I will show you in the following, there are other methods but most of them… Continue reading How to Stop Page Scroll at a Certain Section with Scroll Magic

How to Edit Front Page Content in Prestashop

In this tutorial I will show you step by step how to edit front page content in prestashop. Even if it sounds it is easy I have to say it is not so easy as it sounds especially if you are begginer with prestashop. Does not matter your prestashop developer level because I will try… Continue reading How to Edit Front Page Content in Prestashop

How to check if a checkbox is checked using icheck library

In this tutorial I will show you the easiest way to check if a checkbox is checked using icheck library. As you will see in the following there is no difference on how you check on a normal checkbox and icheck. The single difference is that you need to change few lines of code and… Continue reading How to check if a checkbox is checked using icheck library

Save Data Through Ajax In Prestashop

In this tutorial I will show you how easy is to save data through ajax in Prestashop. I will assume you already have the form which needs to be saved using ajax. For this example I will create a very simple form with an input because backend code is the part which interests you. So… Continue reading Save Data Through Ajax In Prestashop

How To Delete From Multiple Tables In Prestashop

In this tutorial I will show you how do delete from multiple tables in prestashop using joins. Sometimes you may need to delete data which lies in more than one table so you will have to join in all tables where your information is and then delete it. If you used join in your selects… Continue reading How To Delete From Multiple Tables In Prestashop

Paypal IPN Return INVALID All The Time Issue

The Paypal IPN returning invalid all the time is an old issue but I will try to help you to solve this issue. I will show you two methods on how to solve this problem, first method is very simple, this is not actually a method because even if Paypal’s documentation is very big and… Continue reading Paypal IPN Return INVALID All The Time Issue

How To Update Merchant Preferences In Paypal Billing Plan PHP

In this tutorial I will show you how to update merchang preferences in paypal billing plan, even if there are a lot of tutorials and paypal’s documentaiton is pretty good, they have some issues already opened on gitrhub from last years and it seems nobody solve them, so if you want to implement some functions… Continue reading How To Update Merchant Preferences In Paypal Billing Plan PHP

How To Change Page URL And Detect Event Without Refresh

In the last tutorial about changing the page URL we used history pushstate, and in this part of tutorial seriers I will show you another method to change the page url without refresh but this time we will use window location hash. This method is good enough, the bad part at this method is the… Continue reading How To Change Page URL And Detect Event Without Refresh

How To Make Change Password In Symfony

Even if there are a lot of tutorials out there on how to change password in symfony, it took some time to find a nice method to check if the old password written by the user is the same with the one from database. If you will try to encode password and check if the… Continue reading How To Make Change Password In Symfony

How To Share Website On Social Media With URL Parameter

As you already know social media change their API for share content from website pretty fast, so if you implement a functionality and it’s working after a while it may not work anymore, but you still have the mothod with URL parameter, this method is very easy to implement and it’s working on all major… Continue reading How To Share Website On Social Media With URL Parameter