-
Call: +91-9462016902
-
Email: [email protected]
Shopware-plugin
How to get plugin configuration in Shopware?
Before moving forward to learn how to get plugin configuration in Shopware, it is recommended to have the knowledge to create plugin configuration in Shopware. In Shopware we can use the store configuration value in any class. Let’s understand it with help of an example. We have a controller class from which we will return […]
How to create plugin configuration in Shopware?
Plugin configuration enables the admin user to control the plugin’s features and its configurations from Shopware backend. It’s easy to create plugin configurations in Shopware and utilize the stored configuration in the store. Before that, you must know how to create a custom plugin in Shopware. Create config.xml file inside your plugin directory <project-directory>//custom/plugins/WebbytroopsShopFinder/src/Resources/config/config.xml. We […]
How to create a custom plugin in Shopware?
Plugin enables us to enhance the existing feature along with adding new features for the online store. In Shopware, plugins are the extension of Symfony Bundles. These bundles provide resources such as assets, controllers, services, tests, etc. With the help of the plugin, we can customize anything in Shopware 6 instances such as migration, adding […]