Jun 17, 2011 ·
1 minute read
magento
The indexes for your Magento site should be refreshed on a regular basis. To help you do this you can put the below code in a PHP file in the root of your web site and setup a scheduled task to call it periodically. require_once 'app/Mage.php'; $app = Mage::app('admin'); umask(0); for ($i = 1; $i <= 8; $i++) { $process = Mage::getModel('index/process')->load($i); $process->reindexAll(); }
Jun 10, 2011 ·
1 minute read
portfolio
Magento Upgrade with Custom Modules Rewrite The aim of this project was to upgrade a store from 1.3 to 1.5, without losing the functionality of the site. The old version had had its core files modified, requiring a forensic examination of them in order to find and extract what had been changed. Love My Frames Love My Frames is run by highly trained technicians with over 40 years’ optical experience, offering the kind of personal service you would normally expect from a high street opticians.
Read On →
Jun 9, 2011 ·
1 minute read
portfolio
Abordage – Magento Upgrade and multi language implementation Abordage required a Magento Upgrade from 1.3 to the latest version. This was to ensure future compatibility with extensions and add new functionality. Abordage Abordage specialises in the production of quality scale wooden ship models and matching display cases. Implementing multiple languages can be interesting as it has to integrate well with existing site configuration. The implementation used works well.
Jun 9, 2011 ·
1 minute read
portfolio
Aston's of London – Magento Upgrade Aston’s of London required that their Magento site be upgraded from 1.3 CE to the latest version. This is required so that new functionality can be easily introduced on to the site when required. Aston's of London Aston’s of London is an eCommerce company specialising in the sale of luxury jewellery, comfort items and gifts. This project was a standard upgrade from an older version of Magento to current dealing with issues related to the sites theme and extensions.
Jun 9, 2011 ·
1 minute read
portfolio
Single Page Magento Store With Affiliate Program and PayPal Link The aim of this project was to condense a Magento store into a single page, offering both product information and payment options. The system is to integrate with PayPal and a custom affiliate system. Golfer Within Run by Roseanna Leaton, one of the leading practitioners of self-improvement. A keen 9-handicap golfer, Roseanna combined her knowledge of the game and the mind mechanism to create the acclaimed Golfer Within recordings which enable any player to lower their handicap This project asked for a one click option method linking Magento to PayPal and then back again, without having to use the normal checkout pages.
Read On →
Jun 9, 2011 ·
1 minute read
portfolio
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 Grass Seed Store – Migration from OSCommerce with Custom Functionality The Grass Seeds Store wants to migrate away from OSCommerce to Magento in order to improve stock management.
Read On →