"Magento tips & tricks"

The Best Improved Import/Export Extensions for Magento

- Magento tips & tricks

Import Export Magento Modules

Make your life easier with improved import & export Magento extensions. This category of modules enhances the default abilities of your e-commerce Magento store by adding some new useful import/export features. The default Magento provides a lot of possibilities in this area, but they are not enough to avoid headaches while migrating to/from other e-commerce systems. In this post, we gathered the best examples of reliable improved import & export Magento extensions. By using one of them, you will significantly optimize the default operations typical for  out of the box Magento.

Also, don’t miss  –  Magento product import from scratch (detailed guide, tips, tricks, errors & solutions, tools) 

The Best Improved Import/Export Extensions for Magento 2

Continue Reading

The Ultimate Magento 1 Developer’s Resource List

The best websites about Magento 1

If you are new to Magento, I recommend you to check this ultimate Magento 1 developer resource list. Below, I provide three groups of resources: for Magento newbies, beginners, and developers.

The Ultimate Magento 2 Developer Resource List

____

Everything you need to know about Magento is described in the “Magento DIY. The complete Guide” book, which covers such important aspects as SEO, performance, and security. It teaches how to run a successful marketing campaign and create a top-notch user experience. Furthermore, “Magento DIY” shows how to get all Enterprise-level features on the basis of the Community Edition platform and implement opportunities which are not available in both editions out-of-the-box. For further information about the book, examine the link below:

Magento DIY. The complete Guide

DIY Guide to Magento

Continue Reading

Magento URL reindex (core_url_rewrite) duplicates patch

How to fix Magento URL reindex (core_url_rewrite) duplicates bug

There is one annoying problem in Magento – the url rewrite indexer creates tons of unnecessary custom rewrites for products with duplicate url_keys. This happens during every indexer run. As a result, the size of the core_url_rewrite table grows to enormous sizes. Please note that the problem is typical for Magento 1.7 – 1.9 and its above versions. Below, I will explain how to fix this bug with the help of our patch. But first of all let’s start with one real world example. Continue Reading

How to Install Magento Extensions (Magento Connect, FTP, SSH, Modman, Composer)

Installing Magento Extensions: FTP, Magento Connect, SSH, Modman, Composer

Magento extension development is not for everyone, but regardless of coding experience everyone can utilize the end product of this complicated process. It’s just important to know how to install Magento extension right. The below guide contains universal instructions for a seamless installation of any Magento extension. We’ve described 5 types of installation: via Magento Connect, FTP, SSH, Modman, and Composer.

Magento Marketplace Merchant Guide Continue Reading

Meet Magento developers: Extendware

- Magento tips & tricks

Best Magento DevelopersStore speed is very important for visitor experience. In fact, Amazon estimates that every 100ms in store slowness results in a 1% drop in profits. That can add up to big money, especially when you realize that 100s is a fraction of a second. Even worse than this, Google ranks sites in its search engine results according to speed. The slower a store the lower the rankings which means fewer customers for your store. Continue Reading

Enhanced Magento Performance With Optimised OPcache Settings

Optimised OPcache Settings

OPcache is a code caching module, which improves PHP performance. It uses shared memory to store precompiled script bytecode, as a result there is no need for PHP to load and parse scripts on every request. OPcache is bundled with PHP starting from 5.5.0. The module is also available in PECL for PHP 5.2-5.4. By using optimised OPcache settings, you can significantly improve the performance of your Magento website. In this post we will show you how to do this. Continue Reading

Meet Magento developers: GoMage

- Magento tips & tricks

the best solutions for Magento E-Commerce stores

Since the moment Magento was first released many developers have been working on improvement of its functionality and broadening of the standard features. The number of themes and modules created during this time is really countless. The most popular features that Magento users usually wish to improve are navigation and checkout process. Another important feature frequently required by Magento users is a possibility to export their product feeds from Magento to other shopping systems used all over the world. These features are provided by many Magento extensions developed by different companies. Today we will review the extensions developed by GoMage, a bronze Magento industry partner. You can see the list of extensions developed by them at https://www.gomage.com/extensions.html Continue Reading

MOA – Magento on Angular

MOA

In this post, we’ve gathered all necessary information about MOAMagento on Angular. Standard Magento can disappoint you because of its crufty Javascript, tangled interface, and heavy SOAP APIs. Magento on Angular or MOA tries to solve these problems. AngularJS, Angular in short, is an open-source web app framework. It is maintained by Google and a wide community. MOA was designed to simplify development and testing by providing a framework for client-side MVC (model–view–controller) architecture along with other components.

Magento API Wrappers

Continue Reading

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