Twitter Weekly Updates for 2010-01-10
Posted by admin | Filed under Site News
- TwittGeek – Automatically follow geeks like you on Twitter http://twittgeek.com #
- The Ultimate Prestashop Module and Theme Development Tool | Development Resources | eCartService.net http://goo.gl/cNdX #
Tags: Prestashop
Twitter Weekly Updates for 2010-01-03
Posted by admin | Filed under Site News
- #vanilla 2 #prestashop Integration | Site News | eCartService.net http://bit.ly/4V55MS #
- #prestashop Display module output anywhere | Development Resources | eCartService.net http://bit.ly/7945RN #
- #Paypal Website Payment Pro Module (UK & US) – Free #Prestashop Payment Module | Hung Bui http://bit.ly/5OobF5 #
- Some news on my rework of #prestashop and #paypal http://bit.ly/5lbpz6 #
Tags: development, Free Prestashop Modules, Prestashop, Tutorials
Vanilla 2 and Prestashop
Posted by admin | Filed under Site News
I’ve long loved the original Vanilla forum by Mark O’Sullivan, but I’ve got to say that the new Garden and Vanilla 2 release has bowled me over. Although still in BETA I was so excited about using it in my latest project that I sat down and wrote a module for Prestashop to allow you to provide a slick single sign-on to both the store and the forum — utilising the SSO plugin that comes with Vanilla 2.
Full article »
Tags: forum, integration, Prestashop
Twitter Updates for 2009-08-26
Posted by admin | Filed under Site News
- http://bit.ly/U7jB2 a reason why most people prefer Open Source, rather than building communities based on commercial products #
Tags: Prestashop
Fixed version of the gsitemap module
Posted by admin | Filed under Free Prestashop Modules, Prestashop
There seems to have been a lot of problems with the Google XML Sitemap generator shipping with PrestaShop 1.2, so I’ve had a run through and re-written a fair bit of the code to fix these issues.
The main changes (in 1.4.2) are:
- New XML generation code using the DOMDocument(*) class
- Modified the logic to remove extra elements from the generated URLs
- Added an xml-stylesheet reference to the output file, xsl included in download
- Fixed the issues when “Friendly” urls are turned off
- Add a new field to the cms table on install to track modified dates (auto updating)
- Added removal of additional field on uninstall
(*)If your server doesn’t support this then sorry. Go elsewhere for hosting!
Updated to 1.4.3 — 10 August 2009
- Added error checking and reporting
Updated to 1.4.4 — 18 August 2009
- Added images to the sitemap (as introduced in the 1.4 version in the 1.2.1.0 distribution)
- 1.2.1.0 including fixes to the Link class which broke 1.4.3, so fixed that
- Added cross-compatibility so this version works in both 1.2.0.x and 1.2.1.x
- Fixed a bug when __PS_BASE_DIR__ is set to other than the site root
Example output: with friendly urls and without friendly urls.
Download the Prestashop Google XML Sitemap Module v1.4.4 now.
Tags: google, module, Prestashop, sitemap, xml
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
AddHeader – a sibling for AddStuff
Posted by admin | Filed under Free Prestashop Modules, Prestashop
Sometimes you just want to do something simple, and there doesn’t seem any way of achieving it easily. Then you find something like AddHeader.
This one adds the contents of your specified file into the header of your pages, so you can add or remove code without having to go and edit the template files (and it’s there regardless of which template you’re using too!). Simple.
Version 0.1.0 (Initial Release August 2009) : AddHeader module
Tags: addstuff, module, Prestashop
Moving Boxes Home Featured jQuery module
Posted by admin | Filed under Free Prestashop Modules, Prestashop
I thought it was about time for yet more free Prestashop eye candy, so here’s yet another home featured products module for you all to play with!
Just specify how many products you’d like to feature in the configuration screen and sit back and enjoy! Well, maybe not as I suspect you may also want to play with the css file in the module directory to modify the style to suite your stores. There are also a few images you may want to tweak too!
The javascript and markup is only gently modified from the original obtained from the superb CSS Tricks.
UPDATE: There was a slight error in the uninstall function which resulted in an error when you try to remove it. Updated is available below and should just be copied over the 0.1.0 version to fix.
Version 0.1.0 (Initial Release August 2009) : Moving Boxes “Featured Products” module
Version 0.1.1 (Bugfix Release August 2009) : Moving Boxes “Featured Products” module
Tags: module, Prestashop, products
PS_Cumulus a WP-Cumulus port to Prestashop
Posted by admin | Filed under Free Prestashop Modules, Prestashop
I was looking to write a cool module to use in future tutorial articles when I came across the nifty looking WP-Cumulus Wordpress plugin by Roy Tanck. It had all the elements I was looking for, and he has kindly released the code (including the flash source) under the GPL license. Approximately 2 hours later PS_Cumulus was born!
Before anyone asks, the name has to use an underscore as a hyphen isn’t allowed in PrestaShop class names….
Tags: module, Prestashop, tags, theme
Writing your own Prestashop Module – Part 4
Posted by admin | Filed under Tutorials
Form Validation and Security
Introduction
While being sufficiently functional for what it does, the module we created in Part 2 does present us with some issues to consider when implementing “real world” modules to extend Prestashop. In particular the user input we captured with our form was written directly to the configuration entry without any checking to determine whether it was valid, nor did we take account of the type of data being entered.
In this tutorial we will look at the general issue of form input checking and security, both for Back Office and Front Office forms and user input as well as looking at improving our code both functionally and aesthetically.
Tags: design, development, form validation, module, Prestashop, security, xss





















