forked from adampmoss/MageFoxGoogleShopping
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request adampmoss#3 from silici0/master
Fix and Improve
- Loading branch information
Showing
4 changed files
with
104 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Google Shooping Feed for Magento 2 | ||
|
||
__Installation__ | ||
|
||
1. Create the directory (if it does not exist) that will hold the module contents | ||
`$ mkdir -p Magefox/GoogleShopping` on app/code directory | ||
|
||
2. Upload files to Magefox/GoogleShopping files | ||
|
||
3. Execute Magento setup upgrade | ||
|
||
$ bin/magento setup:upgrade | ||
|
||
4. Clean cache and generated code | ||
|
||
$ bin/magento cache:clean | ||
|
||
|
||
Login to Magento Admin and fill out info on Store > Configuration > Magento Fox > Google Shooping | ||
|
||
To access the feed : www.website.com/magefoxgoogleshopping/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters