webmatch / wbm-template-manager
Shopware-Plugin to extend or overwrite templates within the backend
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 9
Forks: 1
Open Issues: 0
Language:JavaScript
Type:shopware-plugin
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-13 03:04:08 UTC
README
Extend or overwrite templates from out of the Shopware backend.
The plugin offers the following features:
- Default template structure based on the Bare theme
- Preview syntax of the base templates (Bare)
- Extend base templates or create entirely new templates
- Newly created templates can be found within plugin directory in
/Resources/views/responsive/
Requirements
- Shopware >= 5.2.0
Installation
Clone this repository into a folder WbmTemplateManager within the custom/plugins directory of the Shopware installation.
- Install the plugin through the Plugin-Manager within the Shopware backend.
- Activate the plugin and when prompted allow for the clearing of the listed caches.
- Reload the backend to complete the installation.
Please make sure that the directory /custom/plugins/WbmTemplateManager/Resources/views/responsive/
has write permissions.
Install with composer
- Change to your root Installation of shopware
- Run command
composer require webmatch/wbm-template-manager
and install and activate plugin with Plugin Manager