"products"

How to Get All Custom Field Data on The Shopware 6 Storefront

- E-Commerce, Shopware

We’ve just come across a Stack Overflow question by Marakeshh. The author is wondering whether it is possible to get all custom field data on the Shopware 6 storefront. Marakeshh also asks how to achieve the desired goal if there is such a possibility. Here at Firebear, we know a possible resolution. Although displaying custom fields on the Shopware 6 storefront is a complex procedure, it doesn’t require advanced coding skills. You can find all the guidelines in the official documentation or our blog. So, let’s add custom field data to Shopware 6 product pages. Continue Reading

Exploring Shopware: How to Add Product Properties in Shopware 6

- E-Commerce, Shopware

If you are familiar with the product attributes of Magento, you will easily master Shopware properties. They enhance products with the ability to add filterable information. Besides, you can use Shopware 6 properties to create product variants (or configurable products if you are more familiar with Magento’s lexicon). So, the basic algorithm is quite straightforward: you add properties and link corresponding options to them. For instance, the color property can be bound to black and white options. In the following article, we dive deep under the hood of Shopware, exploring this feature. You will find out where to look for product properties in your Shopware 6 administration, how to add Shopware 6 properties, and what actions to take to assign properties to products.
Continue Reading

Exploring Shopware: How to Create Dynamic Product Groups in Shopware 6

- E-Commerce, Shopware

Item grouping is vital for e-commerce management since it helps you automate various routine tasks. Thus, Shopware 6 lets you combine products in groups automatically with the help of dynamic rules. Next, you can display these groups in categories and other locations on your e-commerce website. In the article below, we explain how to add dynamic product groups in Shopware 6. Besides, the following material explores several other nuances of this platform’s feature. You will discover where dynamic product groups are situated in Shopware 6, how to create rules for dynamic product blocks, and how to assign dynamic product groups to Shopware 6 categories, product comparisons, and shopping experiences. Also, some import and export recommendations are available below. Let’s see where you can find the grouping tool in your admin and proceed to the creation of Shopware 6 dynamic product groups. More materials about the platform are available in this article: Shopware 6 Guides.
Continue Reading

Magento 2 SAP Business One Integration: How to Synchronize Inventory Between The Two Systems

- E-Commerce, Magento 2

Magento 2 SAP Business One Connector

SAP is among the leading providers of cloud-based and local ERP and CRM services for a wide range of industries. The platform is famous for its innovative and intelligent tools developed on top of 40+ years of experience. In the following material, we shed light on how to import/export inventory data between Magento 2 and SAP Business One, synchronizing the two systems. Let’s say a few words about inventory management itself and briefly describe the opportunities associated with this process in terms of the Magento 2 SAP Business One system integration Continue Reading

Magento 2 SAP Business One Integration: How to Synchronize Products Between The Two Systems

- E-Commerce, Magento 2

Magento 2 SAP Business One Connector

Being one of the top providers of cloud-based and local ERP and CRM services, SAP occupies a significant part of the software market, providing tools for a wide range of industries. Numerous businesses worldwide choose it due to its innovative and intelligent solutions and 40+ years of experience. In the following guide, we touch upon how to import/export products between Magento 2 and SAP Business One to synchronize the two platforms. Let’s look at how products are used in both systems and then proceed to the Magento 2 SAP Business One integration Continue Reading

Magento 2 Backend Exploration: Products

- E-Commerce, Magento 2

We’ve already described core sections of Admin->Sales (Orders, Invoices, Credit Memos, etc.) and want to draw your attention to the Catalog section of the Magento 2 backend. In the following article, you will discover a detailed description of the Products screen. Besides, we shed light on how to add new products, as well as import and export them. This tutorial suits both Magento 2 Commerce and Open Source users. Continue Reading

AR in eCommerce

- E-Commerce

From online stores to augmented cyber-shopping: contemporary evolution of the way people shop

So let’s assume that you are already successfully using Magento 2. All modules were set up and work excellent, you have precise tracking of customers who’re falling to your funnel permanently, your conversion is awesome and your sky is clear. But what if your competitors also have all these benefits? Because, you know e-commerce is a highly competitive business and, as you probably heard, it takes all the running you can do, to keep in the same place. What if I tell, that we’re all standing at the edge of the new era in online shopping, driven by the emerging success of Augmented Reality. Continue Reading

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

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