chg: usr: SWC-89 apply new web design for product list and details
This commit is contained in:
21
README.md
21
README.md
@@ -1,3 +1,20 @@
|
||||
# etailWestPlugin
|
||||
# eTail conference theme
|
||||
|
||||
eTail West theme plugin for presentation
|
||||
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
|
||||
$ bin/console plugin:install --activate EtailConferenceTheme
|
||||
$ 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
|
||||
|
||||
Reference in New Issue
Block a user