"Magento Enterprise Edition"

Catalog price rules core bug in Magento CE 1.9.1 and EE 1.14.1.0 (Array to string conversion error and incorrect price rules behaviour)

magento-catalog-price-rules-bugShort summary of the problem – if you have Magento catalog price rules with multiple select attributes in conditions or ONE OF price rules conditions with comma separated values – on latest Magento versions – you can have Array to string conversion error during you apply rules or incorrect rules behavior.

In this post we provide explanation and information about how to fix this Magento core bug what exists on latest Magento Community Edition 1.9.1 and Enterprise Edition 1.14.1.0 (confirmed on this versions by a lot of manualtests described below, we also know that on Magento CE 1.7 everything works fine and according to StackExchange issue can exist on all versions CE 1.8.x – 1.9.x). Issues are already reported on Magento bug tracker, but no any official patches are confirmed. Fixes provided below have been created in urgent matter for the significant Magento upgraded from 1.7 to 1.9.1. The update includes about 100 different price rules and 20000 products, fixes were tested and used on production but we can not guarantee that our core patches resolve issue complete. Keep in mind, that all code is provided without any guarantees and you can use it on your own responsibility. In a case when something went wrong, we can’t be blamed.  We hope to get official patches for Community and Enterprise editions from Magento team as soon as possible!

Continue Reading

The Complete Guide To Magento Debugging

How to Debug Magento

Integration of new solutions into different systems can become a headache without the knowledge of correct debugging.  In case of Magento, such simple constructions as print_r() or var_dump() , var_export() don’t work. Because of heavyweight constructions, you need to investigate the new effective ways to find intermediate values or broken places. Fortunately, there are a lot of tools and methods designed to turn the debugging into a developer friendly process. Continue Reading

The Best Alternative MySQL Database Engines For Magento – Percona, Mariadb

- Magento tips & tricks

You can always move out of MySQL. At least, there are 2 alternatives: MariaDB and Percona. MariaDB is a fork of the MySQL developed by the community under the GNU GPL from the original creators of MySQL. The intents of MariaDB include maintaining high compatibility with MySQL, ensuring a “drop-in” replacement capability with library binary equivalency and matching with MySQL commands and APIs. Percona Server is another MySQL alternative which if free and open source. It offers high scalability, improved performance, useful features, and all the necessary instrumentations. In addition, Percona relies on self-tuning algorithms and supports high-performance hardware. In this post, we gathered all the information necessary to understand whether you should stay with  MySQL or move to alternative solutions, such as MariaDB and Percona.

mysql-alternative-magento-data-base

Continue Reading

Magento Community Edition 1.9.1 and Magento Enterprise Edition 1.14.1 released!

- E-Commerce, Magento tips & tricks

A new version of Magento Enterprise Edition arrives today. Get ready for the new features, tools and responsive design capabilities. In addition, you will get faster technical issue resolution, better performance, and deeper insights.

Magento Enterprise Edition 1.14.1 includes a new drag-and-drop tool, designed to make your work with product categories much easier. There are also new abilities to assign products to categories automatically by setting up different rules. Another new feature of 1.14.1 is swatches with more detailed product information. The new version of Magento Enterprise Edition is also much more responsive: the enhanced responsive design reference theme now includes responsive emails. Better performance and security are also represented in new Magento thanks to PHP 5.5 and MySQL 5.6 support. With Enterprise Edition 1.14.1, you will get the new support tool designed to generate detailed reports, the ability to make product updates by significantly larger team of administrators simultaneously, and Google Universal Analytics support. In general, more than 70 items have been improved in 1.14.1.
You can download Magento Enterprise Edition 1.14 at My Account. And download Magento Community Edition 1.9.1 at the download page.

magento-ee-1.14.1

magento-community-1.9.1

Continue Reading

Why choose Magento over WordPress for your Ecommerce Site

- E-Commerce

The war between Magento and WordPress has been in existence ever since these CMS platforms made their way into ecommerce. While WordPress supports MySQL and PHP language, Magento utilizes MySQL, PHP as well as Zend Framework. Magento also uses, model-view-controller and entity-attributes-value model to store in database.

While WordPress is a favorite for blogging platforms, Magento has carved out a name for itself as the better CMS platform for ecommerce sites. It is an open source cross-platform.  Both the platforms are highly SEO friendly and has huge user base.

Magento provides powerful features as well as control of marketers to manage their respective online stores. Magento provides its users with a huge range of shopping cart plugins and payment options. The Magento Admin panel is flooded with various forms of ecommerce plugins like shipping option, price management, inventory, payment integration and the likes. It is also a trusted site for secure payment integration. The easy customization and simple management makes Magento a preferred site for people who want to build ecommerce sites.

wordpress-vs-magento

Continue Reading

How To Make Every Magento Store Responsive And Mobile Ready

- E-Commerce, Magento tips & tricks

Responsive design is a special approach to web design aimed at crafting sites to provide an optimal viewing experience for mobile devices. Responsive web design provides easy reading and navigation, and reduces resizing, panning and scrolling to minimum.

The technology relies on proportion-based grids with page element sizing in percentages, flexible images sized in relative units, and CSS3 media queries, which allow the page to use CSS style rules, based on characteristics of every single device. But why is Responsive design so important for e-commerce?

m-commerce magento mobile ecocmmerce

Continue Reading

Personal Recommendation Services And Engines For Magento

- Magento tips & tricks

Recommender or recommendation systems form a subclass of information filtering systems. Their main purpose is to produce lists of recommendations for individual users. There are two methods used at the heart of the process: collaborative and content-based filtering. The first one relies on user’s past behavior and similar decisions made by other customers. The second one uses a series of discrete characteristics of an item in order to create a list of additional items with similar properties. Both approaches are often combined to create more complex system. Thanks to personal recommendation services and engines, e-commerce is now based on individual approach to every customer: products are marketed to individuals based on their unique needs.

magento-personal-reccomendation-services

Continue Reading

Magento Ajax Extensions (login, cart, catalog, navigation and more)

- Magento tips & tricks

Ajax is a group of web development techniques designed to create asynchronous web applications. By using Ajax, web apps can exchange data with a server in the background. Ajax can work in combination with CSS and HTML to mark up and style information.

Ajax is widely used in Magento. There are different Ajax extensions for login, cart, catalog, navigation and other components of e-commerce store.

ajax-magento

Magento 2 Ajax Extensions

Continue Reading