Properly Extending PrestaShop Objects
Last Updated on Tuesday, 18 June 2013 09:17 Written by Fabio Porta Wednesday, 19 June 2013 12:00
Extending Prestashop Objects in the proper way can be a hit-and-miss process because of the uneven core structure. In this tutorial we will add a whole new custom field to the product class and see how to make it editable from the back office.
Introduction
Learn More
Tags: extend, extending, how to, Objects, overrides, php, PrestaShop, properly | Posted under PrestaShop | No Comments
How to Add Hooks to Prestashop 1.5 (the new way)
Last Updated on Monday, 18 February 2013 08:44 Written by Fabio Porta Thursday, 21 February 2013 12:00
Prestashop 1.5 introduced a new way to add hooks, which doesn’t involve overrides or database queries. Unfortunately, it’s not yet been documented in the official Docs, so let’s see how to take advantage of it!
Learn More
Tags: 1.5, add, database, hooks, how to, overrides, presta, PrestaShop, queries, shop | Posted under PrestaShop | No Comments

Recent Comments