Instead of adding or extracting product data one by one from the admin panel, there is a way to save time and effort by Magento product export and import with a CSV product upload sheet. Currently, there are a number of Magento modules that facilitate this process, yet in this article, I will describe the standard method of Magento 2 import and export of products. Read more
Ready to send out exclusive emails? The power is in your hands with Magento email templates. In this comprehensive guide, we’ll walk you through everything you need to know to create a custom email template through the admin panel.
Let’s imagine, you need to create a category chooser for magento admin panel. For example, this might be necessary in the following cases: Read more
It’s much easier to add “Image” attribute during the upgrade or installation process of your module in the following files.
Improve your site’s search process with the Search History module. The extension makes the standard Magento search box more personal, providing autocomplete results on the basis of the individual search history. Read more
This extension helps to combine the functionality of Configurable and Group products. The process of creation a Configurable Grouped product looks completely like the creation of a Configurable product, although the last attribute is deployed on the storefront as a Group product.
In order to save dynamic settings array in one field, a default FieldArray is used. Read more
Often clients need a really flexible product sorting to find the product they need. But the default Magento includes only Sorting by Position (set for the category) and by attributes. These criteria are not enough to let users find the products they need. Read more
Let’s take a look at a few cases when it may be required to add a custom element. The main place is the admin panel. We might require the following elements: Read more
How to create a custom theme
First, let’s begin with the theme folder which is created here:
app / design / frontend /
Next comes the folder with the company name (or “Vendor Name” as used in the Developer Guide) and inside it our theme folders are located. Why do I have several themes? To explain this, let’s try to create the following structure. Read more