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
AddStuff is almost 1 Year old!!
Posted by admin | Filed under Prestashop, Site News
Who would have believed it! Well to celebrate, and also to fix a few problems it’s recently been updated. You can grab the latest version, as always, from the Addstuff page
Improving PayPal Support in PrestaShop
Posted by admin | Filed under Prestashop
When I first came across PrestaShop I was utterly astonished at how it looked and operated. Having spent years working with the likes of osCommerce, ZenCart et al. PrestaShop was a breath of fresh air, which reminded me greatly of another Open Source favourite of mine – Vanilla.
Having now spent some time working with PrestaShop and it’s underlying code, some of the shine has dulled a little, but there’s nothing that I can find that can’t be buffed back up to the stunning product that it surely will be.
The first challenge was getting simple custom design elements on the page like ssl cert images with java/html links etc. without requiring users to modify the template. PrestaShop’s intuitive module system is great for this, but these are trivial bits of code that don’t really justify the overhead of full modules of their own. AddStuff was born. Well that was easy!
Next it was the Paypal Payment Module which seemed to have issues. Initially the main problems were orders being “lost” due to lack of fsockopen support on their hosting platforms (the only connection method supported in the default module), but others were reporting issues with being unable to run multiple shop installations from a single PayPal account. The latter issue impacted my customers and to be honest would be a major deficiency.
A few weeks ago I posted a stop-gap solution which corrected a bug in the PayPal payment module which enabled multiple shop support, and yet another a little later to improve connectivity for IPN validation by adding support for fsockopen over https (the standard version surprisingly used only an insecure http connection) plus support for cURL as an alternative should the fsockopen method fail.
Over the past week work has progressed on a major overhaul of the module, to hopefully start addressing some of the more underlying problems with poor integration, and failure to capture carts abandoned at the payment stage.
The new version is nearing completion, and I’m currently looking for some volunteers to provide language translations, assuming I’ve got the internationalisation correct, plus some brave souls willing to BETA test on their sites. Anyone interested can post on here, or contact me at the PrestaShop forum: user Paul C.
Tags: addstuff, BETA, module, payment, paypal, Prestashop
“AddStuff” for PrestaShop
Posted by admin | Filed under Free Prestashop Modules, Prestashop
Addstuff will be 1 year old on 5th August 2009!!
Here’s a fun little module that several have used to add some easy custom items to their pages. Inspired by many modules by the same (or similar) names for other open source projects, this allows you to include your own html (or anything else you can think of) into your right or left column easily.
The configuration consists of two items:
- A filename (default “mystuff.html” in the module directory)
- A check box to select using the standard box model class (heading is styled with h4)
The example code puts an image and link on your page, so you’ll probably want to change it, but feel free to link back to here from your sites. We appreciate your support!
Latest Version: Addstuff v0.6.3
Tags: addstuff, design, module, Prestashop





















