iannaconealessandro/bagisto-google-merchant

Modulo Bagisto per esportare un feed Google Merchant

Maintainers

Package info

github.com/alesiestu/bagisto-google-merchant

Homepage

Issues

pkg:composer/iannaconealessandro/bagisto-google-merchant

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2025-11-19 15:55 UTC

This package is auto-updated.

Last update: 2026-03-19 16:50:32 UTC


README

Modulo per Bagisto che esporta un feed XML compatibile con Google Merchant Center.

Funzionalità principali:

  • Esporta prodotti per canale e locale
  • Rispetta le traduzioni presenti in product_flat
  • Gestisce immagini, prezzo, disponibilità, brand, categorie
  • Configurazione semplice tramite config/google_merchant.php

Installazione (da usare dal progetto Bagisto):

composer require iannaconealessandro/bagisto-google-merchant:1.0.0
php artisan vendor:publish --tag=google-merchant-config
php artisan app:google-merchant --channel=default --locale=it

Uso

  • Il comando principale è php artisan app:google-merchant.
  • Opzioni: --channel, --locale, --path.
  • Personalizza la mappatura delle categorie in config/google_merchant.php.

Contribuire

  • Apri una pull request sul repository su GitHub.
  • Vedi CONTRIBUTING.md per le linee guida.

Licenza

  • MIT. Vedi LICENSE.

English

Bagisto Google Merchant

Module for Bagisto that exports an XML feed compatible with Google Merchant Center.

Main features:

  • Export products per channel and locale
  • Uses localized values from product_flat
  • Handles images, price, availability, brand and categories
  • Simple configuration via config/google_merchant.php

Installation (use from Bagisto project root):

composer require iannaconealessandro/bagisto-google-merchant:1.0.0
php artisan vendor:publish --tag=google-merchant-config
php artisan app:google-merchant --channel=default --locale=it

Usage

  • Main command: php artisan app:google-merchant
  • Options: --channel, --locale, --path
  • Customize category mapping in config/google_merchant.php

Contributing

  • Open a pull request on GitHub.
  • See CONTRIBUTING.md for guidelines.

License

  • MIT. See LICENSE.