In this article I will show how to add a new Total row e.g. "Insurance" to Magento Shopping cart / Checkout.
See more
Vyacheslav Fedorenko ▼
Magento development: Add new Total row to Magento Shopping cart / Checkout
Magento performance: Configuring APC cache for Magento
APC (Alternative PHP cache) is a free opcode cache for PHP, which optimize PHP intermediate code. APC engine cache the compiled bytecode of PHP scripts to avoid the overhead of parsing and compiling source code on each request.
See moreMagento development: How to create a custom form in Magento admin interface
Magento have excellent feature which allow a developer to create the admin forms without coding any HTML. It is easy to create any form with any data. This article will guide you how to create such form.
See moreMagento 2 & X.commerce: Our lecture on local IT conference 'Stachka'
Magento Tips: Reindex Magento database from Linux command shell
If you have SSH access to your Linux (or Unix) server you can easy re-index Magento database from Linux command shell.
You can use such re-index method to decrease load on your server. The PHP shell commands will be executed directly, without Apache overloading.
See moreMagento Tips: Magento Fatal error: Call to a member function extend() on a non-object
If you get this error:
Fatal error: Call to a member function extend() on a non-object in /public_html/app/code/core/Mage/Core/Model/Mysql4/Config.php on line 115
After MySQL dump import in a Magento database, most likely Magento MySQL tables had wrong values in some fields.
See moreOur Magento developers visited DevConf 2011 web development conference
A few days ago our Magento developers come back from DevConf 2011.
DevConf is the largest web development conference in Russia.
A lot of well known companies take part in this event, for example Oracle, Microsoft, Mail Group, etc.
See moreHow to fix Error 500 during products exporting in Magento
Many people receive error 500 during exporting of all products in Magento. Usually error occurs during execution of the "Export All Products" export profile in Magento back-end.
See more