Comixininos

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 PayPal Problems Comixininos currently face problems with paypal as confirmations are not being sent through when payments are made. We are fixing this so that customers can clearly see when payments have gone through so that they are not confused at which step of the process they are on. Read On →

Falkenhaug Holding BV

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 Reducing prices Falkenhaug Holding BV’s website is currently being developed so that they can have a page of where sale items are listed and reduced automatically when they have decided to put a sale on their products. Read On →

Slipstream Bikes

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 Brand new website This website is being created and developed from the beginning. The project required to build and implement a theme, create custom functionality, integrate with wordpress, and design the product category for the particular needs of the customer. Read On →

AMTU Not Recognizing Files + Solution

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 I’ve recently had to upgrade a shop that lists products on amazon. They wanted to automatically add new products and keep their inventory up to date, so I set up a feed generating system and installed AMTU to send the data through to amazon. Read On →

Magento Partners UK - Silver Partners

Magento have a partner programme which agencies such as ourselves can register with to become partners. Edmonds Commerce are Silver Magento Partners. This means that we specialise in both Magento Community and Magento Enterprise projects for clients ranging from SME to PLC level. If you would like to discuss your Magento requirements with a Magento Partner agency then get in touch with Edmonds Commerce today. You can see the full details of the Magento Partner Program here. Read On →

Force WWW Domain and Prevent Canonicalisation Issues

A really easy problem to fix that we still see on some live sites is having the site accessible with and without the www (or whatever sub domain). On Magento sites this can cause issues with session IDs being appended to URLs that then get indexed by google and cause problems. Here is a snippet which you can add to your htaccess file to fix this: RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/ RewriteRule ^index.php$ http://www.domain.com/ [R=301,L] Obviously you need to change domain.com to be your actual domain. Read On →