Display module output anywhere
Posted by admin | Filed under Development Resources, Tips and Tricks
I came across a post on the Prestshop forum recently that was discussing how to display the contents of a single module on a page. The example proposed worked, but it seems to me that it worked only through sheer luck rather than design as all that was being done was to display a smarty .tpl file. The smarty variables required for the module used in the example were all included as global values, so it worked, but most other modules would need to be able to execute their underlying hook code in order to display anything meaningful.
Full article »
Tags: cron, development, Free Prestashop Modules
Customising Prestashop Module Templates
Posted by admin | Filed under Tips and Tricks
Please don’t edit those originals!
I came across this little gem a while ago on the Prestashop forum, and thought I would draw attention to it in the hopes that it will help someone, somewhere.
Tags: design, Free Prestashop Modules, Prestashop, template, theme
Using FirePHP (FireBug) with Prestashop
Posted by admin | Filed under Development Resources, Tips and Tricks
Debugging can be such a pain sometimes…
I’ve been using FirePHP for some time now on my CodeIgniter projects and recently while I was looking at doing some cool things with the product data returned by the Category::getProducts() function it struck me that it would be nice to be able to easily see what data was returned. Why I’ve never used the FirePHP class in my Prestashop projects before I’ve no idea, as it really is very simple to use, if a little erratic in its behaviour….
Tags: debug tools, development





















