myOwnReservations Update

28 October
myOwnReservations-250x

The 3.3 version of the module offers a much improved and completed help and can be found entirety from the administration. An optional time mode now lets you choose a start or a end date or both.

Add a hook in CMS pages

10 September

Prestashop CMS pages are useful, but lack the possibility of adding modules to any of them, specifically. Let’s see how to enhance these pages and create custom hooks for them! Creating a custom hook for CMS pages Locate your cms.tpl inside the module’s folder, and open it up in any code editor. We first need to decide where to put our module, if before the cms content, or after it. Whichever position you choose , the important section of the…