Securing a LAMP Server with mod_security

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub To get the highest possible level of server security and to protect yourself from things like XSS attacks, Edmonds Commerce highly recommend you get mod_security set up on your server. Read On →

osCommerce Easypopulate File Creator Class

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub When doing spidering projects or other bulk catalogue management projects for osCommerce sites, I tend to finish by creating easypopulate format files so that the store owner can do any last minute edits and upload the products manually using the easypopulate system. Read On →

CRELoaded Remove Google Ads -

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you install the free version of CRELoaded, you will see that they have sneaked some Google adverts onto the bottom of your site. Above the adverts will be the text This site is a member of the CRE Loaded Open Source Ecommerce Software community Bit of an underhand tactic but I suppose you have to try to make cash where you can these days… I could go onto a big rant about how they are trying to make cash by simply repackaging software which was always meant to be given away freely and without hitches, including both osCommerce and the multitude of contributions they have added on there. Read On →

ICECat Integration with osCommerce, Magento etc

The ICECat database is an invaluable resource for webmasters who have to deal with very large catalogues. They offer a single source with a normalised structure for getting high quality images, descriptions and even PDF files about the products you sell. They have developed relationships with a large number of manufacturers and brands which allow them to offer these details free of charge. If however you want better coverage they also offer a very reasonably priced service which is comparable to the CNET system but at a much reduced price. Read On →

Magento UK

Edmonds Commerce specialise in Magento Ecommerce and are available for Freelance Magento projects and installations. If you are looking to set up a new ecommerce venture and are considering using Magento - get in touch today. Magento is certainly making waves. For those of you who haven’t heard of it, Magento is looking likely to become the successor to osCommerce as the most popular open source ecommerce platform. There are many things which make Magento a much better option than osCommerce. Read On →

PHP Cached Download Function

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are coding a PHP script to deal with big files, it makes sense to build in some kind of caching logic so that your script won’t download the same file every single time it is run, but will check to see how long ago it last downloaded that file and only download it again if it is more than a certain timeframe old. Read On →