To add pictures to the product, put them into the according folder. With this code, I used to build a module have import product function […]
Tag: magento
Magento code change password user admin
Magento code change password user admin In anyday, you unable to log in to Magento system. Don’t worry, you don’t remember but you still can […]
Magento rename table
Magento rename table Rename database tables could make manually through a tool like phpMyAdmin or softwares, but because a default Magento install counts over 200 […]
Magento rewrite controllers Enterprise_ImportExport
Magento rewrite controllers Enterprise_ImportExport All project I was joined are using rewrite block, model, helper or controllers. We need to change something, to add something […]
Magento send mail attach file
Hi everyone, Today I share code to send mail attach file in Magento. Magento supported functions about mail for user and coder can easy to […]
Magento code adding custom options in product
Which was used in one of my projects to import product data including custom options. Another solution would be writing a script which could dynamically […]
Magento Recoverable Error: Argument 1 passed to Mage_Core_Model_Store :: setWebsite() must be an instance of Mage_Core_Model_Website
It looks like that this problems appears most of users. There are some recommended fix too: 1: Delete following file: app/etc/use_cache.ser […]
Magento rewrite block mage bundle
I have few core files modifications in my app/code/local/Mage folder, but I wan’t to make them work as magento module. I am creating a module […]
Magento How To Create An Admin Account From Code
Magento How To Create An Admin Account From Code? Wondering how to restore your broken Magento admin access? If you have lost your magento admin […]
Magento reindex price product
When you save a product in Magento’s backend admin console application, the system will reindex the price information for that product. But when you use […]