Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Gainutdinov committed Mar 1, 2018
1 parent 811e1f3 commit 1cc46f6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,11 @@ in common configuration file:
### 10. Set "Yii2-email-templates" module in frontend configuration file:
https://github.com/black-lamp/yii2-email-templates

### 11. Set Static-page module in backend configuration file:
### 11. Set Static-page module:
Add StaticPageManager role to your admin user in auth_assignment table.
Create new static pages with page keys "shop" and "cart".
In your backend configuration file add this:

```'modules' => [
'seo' => [
'class' => 'bl\cms\seo\backend\Module'
Expand Down Expand Up @@ -574,6 +578,15 @@ The module has translations on several languages. If there is not your language
],
```

## Admin pages
- Shop main static page /admin/seo/static/save-page?page_key=shop&languageId=2
- Categories /admin/shop/category/index
- Products /admin/shop/product/index
- Countries /admin/shop/country/index
- Vendors /admin/shop/vendor/index
- Attributes /admin/shop/attribute/index
- Availability statuses /admin/shop/product-availability/index
- Currency /admin/shop/currency/index

## REPORTS

Expand Down

0 comments on commit 1cc46f6

Please sign in to comment.