Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmatch/WbmTemplateManager
Shopware-Plugin to extend or overwrite templates within the backend
https://github.com/webmatch/WbmTemplateManager
shopware shopware-plugin smarty template
Last synced: 3 months ago
JSON representation
Shopware-Plugin to extend or overwrite templates within the backend
- Host: GitHub
- URL: https://github.com/webmatch/WbmTemplateManager
- Owner: webmatch
- Created: 2017-04-04T14:08:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T17:46:48.000Z (almost 7 years ago)
- Last Synced: 2024-04-27T23:03:59.620Z (6 months ago)
- Topics: shopware, shopware-plugin, smarty, template
- Language: JavaScript
- Size: 24.4 KB
- Stars: 6
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-shopware - Template Manager - Adds a Template Manager to the backend. (Backend Plugins)
README
WbmTemplateManager
=====
[![Scrutinizer](https://scrutinizer-ci.com/g/webmatch/WbmTemplateManager/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/webmatch/WbmTemplateManager/?branch=master)
[![Travis CI](https://travis-ci.org/webmatch/WbmTemplateManager.svg?branch=master)](https://travis-ci.org/webmatch/WbmTemplateManager)Extend or overwrite templates from out of the [Shopware](https://www.shopware.de) backend.
![WbmTemplateManager](https://www.webmatch.de/wp-content/uploads/2017/04/template_manager.jpg)
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.0Installation
====
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