Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashev committed Jan 14, 2021
1 parent c4827a5 commit f2171e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
104.0.0 Initial Release
103.0.0 Initial Release for magento 2.3.x
104.0.0 Initial Release for magento 2.4.x
104.0.1 Add Visible Feed Url in Stores - Configuration
104.0.2 Update Dependencies, Fix wrong category URL for the English domain.
104.0.2 Update Dependencies, Fix wrong category URL for the English domain.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
# Magento 2 Glami Pixel

## Install package
### Get Package

#### Magento 2.4.x (latest)
``` bash
composer require webcodebg/module-glami
```
#### Magento 2.3.x
``` bash
composer require webcodebg/module-glami:^103.0
```

### Setup after get package
``` bash
php bin/magento setup:upgrade
````

``` bash
php bin/magento setup:di:compile
php bin/magento setup:static-content-deploy
```
If your store supports different languages (excl. en_US) use
If your store supports different languages (excl. bg_BG) use
```` bash
php bin/magento setup:static-content-deploy en_US bg_BG
````

Flush cache
####Flush cache
```` bash
php bin/magento cache:flush
````
Expand All @@ -27,7 +34,6 @@ php bin/magento cache:flush
Stores - Configuration - Sales - Glami

## Generate Feed

Feed location is one of these:
``https://example.com/feed/glami/[store_code].xml``
or ``https://example.com/pub/feed/glami/[store_code].xml``
Expand Down

0 comments on commit f2171e6

Please sign in to comment.