Vyacheslav Fedorenko

Magento development: Add new Total row to Magento Shopping cart / Checkout

In this article I will show how to add a new Total row e.g. "Insurance" to Magento Shopping cart / Checkout.

See more
Posted in:
Magento Development, Development

Magento performance: Configuring APC cache for Magento

Magento speed

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 more
Posted in:
Magento Development, Magento Performance, Development, Magento

Magento 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 more
Posted in:
Magento Development, Magento Tips, Development, Magento

Magento 2 & X.commerce: Our lecture on local IT conference 'Stachka'

"Stachka" is Russian IT conference organized by local IT ecosystem. It is the third-largest IT conference in Russia.
Many big brands such as Skype, Echo, Mail.ru and many others take part in this event.


See more
Posted in:
Business, News, Magento

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 more
Posted in:
Magento Development, Magento Tips, Magento

Magento 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 more
Posted in:
Magento Development, Magento Tips, Development, Magento

Our Magento developers visited DevConf 2011 web development conference

Magento Development Team

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 more
Posted in:
Magento Development, Development, Business, News, Magento

How 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
Posted in:
Magento Development, Magento Tips, Development, Hosting, Magento