KristianIsabella.com.au is a wonderful example of how a boutique business can take advantage of the benefits that eCommerce has to offer. Read More>
After trials with install and & uninstall of shipping modules, the backend results in the error message “Invalid model for shipping method:” when attempt to ship an order.
Solution : In the database, the table ‘core_config_data’ should have the entries for the modules showing error messages. Delete all those rows carefully, clear Magento cache and try again. Read More>
If you already setup a table prefix for Magento tables, you have to use ‘{$this->getTable(yourtablename)}’ instead of specifying the table name as ‘yourtablename’ in sql queries. This will automatically add table-prefix to newly added tables, if set any. Read More>
When we develop a custom module for Magento, it is common requirement to have additional database tables.We achieve database changes for custom modules with the MySQL installer scripts (named like mysql4-install-0.1.0.php). Read More>
Like most of us in the world who are fortunate to have a job, I woke up this morning and had to go to work. Though luckily for me, because I love what I do, going to work is a pleasure and I actually really enjoy it : ) Offocurse there are days and there are days…, it wouldn’t be called work otherwise I guess, it would be called something equivalent to golf or something similar! (Though I personally do not play golf) Read More>
Magento extensions play a large role in the set up and successful operation of Magento stores because they essentially do exactly what the name suggests; they help to extend Magento in various ways allowing Magento store owners to establish professional and customized stores that suit their individual eCommerce requirements as well as that of their customers. Read More>
Facebook and Twitter are powerful social networking sites which help a lot in the online promotion of a website and for an ecommerce store, they are inevitable Read More>
Magento can show the below error message when the notification / messages section, Manage Categories and Manage stores are taken. Read More>
While installing Magento in the local server, in the configuration section, you may be asked to enter the base url. But the installation wizard will not accept the local server url. It is because Magento won’t consider the local server url as a valid url. Read More>
Magento theme integration is the process of taking a custom designed Magento theme and integrating into your Magento eCommerce system to give your store an individual look and feel that meets your exact design requirements. Read More>