25 lines
813 B
Markdown
25 lines
813 B
Markdown
# eTail conference theme
|
|
|
|
This plugin was made for the eTail conference to show a Shopware w/ special theme.
|
|
|
|
## Installation
|
|
|
|
1. Clone repo to an exists Shopware folder `custom/plugins`
|
|
```bash
|
|
$ git clone https://source.splendidbear.org/lang/EtailConferenceTheme.git custom/plugins/EtailConferenceTheme
|
|
```
|
|
2. Install and activate the plugin
|
|
```bash
|
|
$ bin/console plugin:refresh
|
|
```
|
|
```bash
|
|
$ bin/console plugin:install --activate EtailConferenceTheme
|
|
```
|
|
```bash
|
|
$ bin/console theme:change
|
|
```
|
|
> EtailConferenceTheme
|
|
3. On administration area some setting you have to set
|
|
1. **Disable reviews** (The docs are [here](https://docs.shopware.com/en/shopware-6-en/catalogues/reviews#disable-reviews).) - `Admin | Settings | Shop | Products | Show reviews`
|
|
> False
|