In this post, we will create a dynamic row system configuration. This is because we often require dynamic values for rows. For example, we usually save rows as individual fields in separate tables or keep […]
Month: April 2023
3 min read
Mageto2: The Indexer Configuration
We have created a custom indexer. Now, let’s understand the configuration to create a custom indexer. We have taken care of the following points while creating a custom indexer. Mageto2: The Indexer Configuration Indexer.xml ATTRIBUTE […]
4 min read
Magento 2: How to create a custom indexer?
Let’s create a custom indexer in Magento 2. We have seen how we can reindex programmatically in Magento 2. We have also invalidated the indexer programmatically. Now, We are going to create a custom indexer […]
2 min read
Magento 2: How to store variables in the flag table?
How to store variables in the flag table Magento parts involve this table as key-value storage for any information if the extra creation table is above. As a Magento developer, we prefer to store data […]