-
Call: +91-9462016902
-
Email: contact@webbytroops.com
Shopware 6
Shopware 6.4.19.0 released | New features and enhancements
- Gaurav Khatri
- February 14, 2023
Shopware 6.4.19.0 released | New features and enhancements Shopware is a popular eCommerce platform that has recently released its latest version, Shopware 6.4.19.0. The new update brings a range of new features and enhancements that aim to improve the overall user experience. This article will take a closer look at some of the key features […]
Shopware 6 SEO Optimization
- Gaurav Khatri
- February 2, 2023
Shopware 6 SEO Optimization Shopware 6 is a popular e-commerce platform that enables online retailers to create, manage and grow their online stores with ease. However, just having a website is not enough, you need to make sure that your website is easily discoverable by your target audience. This is where SEO comes into play. […]
How to get plugin configuration in Shopware?
- Gaurav Khatri
- November 21, 2022
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?
- Gaurav Khatri
- November 18, 2022
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?
- Gaurav Khatri
- November 17, 2022
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 […]