26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
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
|
|
2. Change the `sw-logo-desktop`, `sw-logo-tablet` & `sw-logo-mobile` logo to `@EtailConferenceTheme/src/Resources/app/storefront/src/assets/sw-logo-blue.svg` on the admin area: `Admin | Storefront | "Theme" tab | "Edit theme" button | "media" block`
|