Let me paint a picture for you… it won’t exactly be a Bob Ross painting but I’ll do my best. I had imported over 1,100 products into Magento with two websites and store views. The default retail site had all of its prices set fine, but the trade store had different prices. The only way [...]
Magento Tips
Bulk Import Store Prices Directly
Run Magento Import Profile From A Link (Secret Keys)
On a recent project we needed to allow a Magento Administrator the ability to upload their spreadsheet to an advanced import module. The problem was allowing them access to the root files. To get around this we created a module that allowed them to upload their spreadsheet to the /var/import folder and at the same [...]
Magento Date of Birth Validation Bug
A tricky little bug I fell across the other day was Magento not validating certain numbers in the Date of Birth field at the user registration stage. The problem? The quirky parseInt function in /js/varien/js.js (thanks to IgorKalders for this solution). Thankfully, the solution is super simple – crack open your /js/varien/js.js file and change this: which is on [...]
