Many times we store our data in array and need to perform some additional function to the array like strtolower, strtoupper, and etc. Before i get to know this handy function, I’ve been searching for the shortest code to perform strtolower to an array in php. Thank god, finally i found array_map function and it solved my many years problem.
How to strtolower an array in PHP?

Prestashop: How to disable ajax add to cart?

By default, Prestashop will turn on the ajax add to cart feature. If you do not like the ajax feature or the ajax having conflict with other script or any other reason, you can disable the ajax add to cart feature easily from the back office.
To disable ajax add to cart feature in Prestashop follow the steps below:-
Continue reading Prestashop: How to disable ajax add to cart? »