-
Call: +91-9462016902
-
Email: [email protected]
How to create plugin configuration in Shopware?
- Gaurav Khatri
- November 18, 2022
- No Comments
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
- No Comments
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 […]
What is Shopware?
- Gaurav Khatri
- November 11, 2022
- No Comments
Shopware is a German eCommerce platform that enables businesses of all sizes to create and operate professional online stores. It offers a wide range of features and tools to support businesses in their sales and marketing efforts, including a responsive front-end design, a powerful back-end administration panel, and a variety of built-in payment and shipping […]
How to create store switcher in UI form Magento 2
- WebbyTroops
- March 5, 2022
- No Comments
Magento allows merchants to create multiple websites, stores and store views in single installation. While creating custom CRUD operation we might need to show a store switcher in UI form to maintain different values for different stores. Today’s blog will demonstrate how we can store switcher in UI form. First step will be to defined […]
5 Steps To Reduce Bounce Rate & Increase Sales In Magento2
- Gaurav Khatri
- June 2, 2020
- No Comments
Most of the store owners think they are not getting sales through their online store. They have a very high bounce rate. What is the reason for that? How can we reduce the bounce rate and keep the visitors on our website without any high investment? Here are the 5 Steps To Reduce Bounce Rate […]
How To Get Customer Id From Bearer Token In Magento2 Rest API?
- WebbyTroops
- May 26, 2020
- No Comments
In REST API integration, we can retrieve customer token from calling /V1/integration/customer/token API. Later this token is passed as a bearer token in Postman or we can pass in the api_key text field on the top of the page in the user interface for swagger. Sometime we may need to get the customer id from […]
Magento 2 vs WooCommerce: Which Is the Best E-Commerce Platform?
- WebbyTroops
- September 4, 2018
- No Comments
There are several eCommerce systems exist in the market, but very few are well known for their advanced features like Magento, Woo-commerce, Shopify etc. Here we are going to explain the difference between Magento 2 and WooCommerce as both have several features. At the end of this article you can decide which platform you need […]