File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
23104.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.
Original file line number Diff line number Diff line change 11# Magento 2 Glami Pixel
22
33## Install package
4+ ### Get Package
5+
6+ #### Magento 2.4.x (latest)
47``` bash
58composer 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
917php bin/magento setup:upgrade
1018````
11-
1219` ` ` bash
1320php bin/magento setup:di:compile
1421php 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
1825php bin/magento setup:static-content-deploy en_US bg_BG
1926````
2027
21- Flush cache
28+ # ### Flush cache
2229` ` ` ` bash
2330php bin/magento cache:flush
2431````
@@ -27,7 +34,6 @@ php bin/magento cache:flush
2734Stores - Configuration - Sales - Glami
2835
2936# # Generate Feed
30-
3137Feed location is one of these:
3238` ` https://example.com/feed/glami/[store_code].xml` `
3339or ` ` https://example.com/pub/feed/glami/[store_code].xml` `
You can’t perform that action at this time.
0 commit comments