webmatch/wbm-template-manager

Shopware-Plugin to extend or overwrite templates within the backend

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 9

Forks: 1

Open Issues: 0

Language:JavaScript

Type:shopware-plugin

1.0.0 2017-04-10 08:57 UTC

This package is auto-updated.

Last update: 2024-04-13 01:56:48 UTC


README

Scrutinizer Travis CI

Extend or overwrite templates from out of the Shopware backend.

WbmTemplateManager

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