Skip to content

Commit f2171e6

Browse files
committed
update README.md
1 parent c4827a5 commit f2171e6

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
104.0.0 Initial Release
1+
103.0.0 Initial Release for magento 2.3.x
2+
104.0.0 Initial Release for magento 2.4.x
23
104.0.1 Add Visible Feed Url in Stores - Configuration
3-
104.0.2 Update Dependencies, Fix wrong category URL for the English domain.
4+
104.0.2 Update Dependencies, Fix wrong category URL for the English domain.

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
# Magento 2 Glami Pixel
22

33
## Install package
4+
### Get Package
5+
6+
#### Magento 2.4.x (latest)
47
``` bash
58
composer require webcodebg/module-glami
69
```
10+
#### Magento 2.3.x
11+
``` bash
12+
composer require webcodebg/module-glami:^103.0
13+
```
714

15+
### Setup after get package
816
``` bash
917
php bin/magento setup:upgrade
1018
````
11-
1219
``` bash
1320
php bin/magento setup:di:compile
1421
php bin/magento setup:static-content-deploy
1522
```
16-
If your store supports different languages (excl. en_US) use
23+
If your store supports different languages (excl. bg_BG) use
1724
```` bash
1825
php bin/magento setup:static-content-deploy en_US bg_BG
1926
````
2027

21-
Flush cache
28+
####Flush cache
2229
```` bash
2330
php bin/magento cache:flush
2431
````
@@ -27,7 +34,6 @@ php bin/magento cache:flush
2734
Stores - Configuration - Sales - Glami
2835

2936
## Generate Feed
30-
3137
Feed location is one of these:
3238
``https://example.com/feed/glami/[store_code].xml``
3339
or ``https://example.com/pub/feed/glami/[store_code].xml``

0 commit comments

Comments
 (0)