Category Archives: Shopware 6 Tutorials

How to Set Different Sorting for Each Category in Shopware 6 (Step-by-Step Guide)

How to Set Different Sorting for Each Category in Shopware 6

When managing an online store, how products are displayed can directly impact conversions. In Shopware 6, sorting plays a crucial role in guiding customers toward the right products. But what if you want different sorting rules for different categories? For example: Shopware 6 allows you to configure this, but it’s not always obvious at first […]

Shopware 6 Security Best Practices: Protecting Your Store

Shopware 6 Security Best Practices: Protecting Your Store

Security is more important than ever in the current digital environment. With the rapid rise of e-commerce, businesses need to be vigilant against cyber threats that could compromise their online stores. Shopware 6, a robust e-commerce platform, is designed to help merchants create dynamic online stores, but like any software, it requires proper security practices […]

How To Create Shopware 6 Custom Plugin Logger?

How To Create Shopware 6 Custom Plugin Logger

In Shopware 6, there is a plugin logger that allows your plugin to output logs to its own log file, separate from the default Shopware logs. This can be useful for debugging, auditing plugin-specific activity, or keeping logs organized. Here is where you learn how to use a custom logger that logs to a special file. Every log file will append the environment and the date, both set in the.env […]

How to Set Up Dynamic Shipping Costs by Cart Price in Shopware 6

How to Set Up Dynamic Shipping Costs by Cart Price in Shopware 6

Shipping costs are a crucial aspect of e-commerce, directly influencing purchasing decisions. Offering dynamic shipping rates based on cart value can help you attract more customers by providing flexibility. In this guide, we’ll walk you through the process of setting up dynamic shipping costs based on cart price in Shopware 6. Why Use Dynamic Shipping […]

How to disable HTML Sanitizer in shopware 6?

How to Disable HTML Sanitizer in Shopware 6

The HTML sanitizer enhances the text editor’s security, dependability, and user experience by eliminating potentially hazardous or malicious HTML code. It also purifies styles and attributes to ensure uniform and accurate code rendering across various platforms and browsers. For instance, if the tag is inserted, the editor promptly removes it and displays a notification that […]