https://github.com/elevantiq/coreshopgoogleshoppingbundle
Create your Google Shopping XML Feeds with CoreShop Products
https://github.com/elevantiq/coreshopgoogleshoppingbundle
Last synced: 4 months ago
JSON representation
Create your Google Shopping XML Feeds with CoreShop Products
- Host: GitHub
- URL: https://github.com/elevantiq/coreshopgoogleshoppingbundle
- Owner: elevantiq
- Created: 2020-07-10T11:24:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T15:23:56.000Z (over 3 years ago)
- Last Synced: 2025-02-01T00:05:42.790Z (4 months ago)
- Language: PHP
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreShop Google Shopping
Create your Google Shopping XML Feeds with CoreShop Products## [Development] Installation
#### 1. Composer
```json
"alpin11/coreshop-google-shopping-bundle": "^1.2"
```#### 2. Activate
Enable the Bundle in Pimcore Extension Manager or via the CLI```bash
bin/console pimcore:bundle:enable CoreShopGoogleShoppingBundle
```#### 3. Setup
Add custom repositories to `app/config/config.yml` f. e.```yaml
core_shop_google_shopping:
repositories:
- id: app.repository.[REPOSITORY_NAME]
priority: 200
```#### 4. Dump feed
```bash
bin/console coreshop:google-shopping:dump-feed --params='{"store": [STORE_ID], "filename": "[FILENAME]", "locale": "[LOCALE]"}'
```#### 4. Done
The feed will be saved into `web\google-shopping`