No image available

Google Merchant Feed

Generate Google Merchant Center XML feed with all required attributes.

Developed by MorphyKutay

Get This Module Free on GitHub
License: GPL-3.0 Status: Active Health: Very Outdated

Info updated 1 month ago

Sources
Last commit: Sep 30, 2025
Type
Module

Info checked: Mar 2, 2026

PrestaShop Google Merchant Feed Module

Overview

This PrestaShop module generates a dynamic Google Merchant Center XML feed for your store. It includes all required attributes for Google Shopping and updates automatically whenever the feed is accessed.

Key Features

  • Dynamic XML feed with all required Google Merchant fields:
  • <code>id</code>, <code>title</code>, <code>description</code>, <code>link</code>, <code>image_link</code>, <code>availability</code>, <code>price</code>, <code>brand</code>, <code>gtin</code>, <code>mpn</code>, <code>condition</code>, <code>shipping</code>
  • Supports all active products in your PrestaShop store
  • Ready for cronjob scheduling for automatic daily updates
  • Easy to install and configure

Installation

1. Download or clone the module folder <code>googlemerchantfeed</code>. 2. Ensure the folder structure is:

    googlemerchantfeed/

├── googlemerchantfeed.php └── controllers/ └── front/ └── feed.php

3. Compress the folder into a ZIP file: <code>googlemerchantfeed.zip</code>. 4. Go to PrestaShop Admin → Modules > Module Manager > Upload a module. 5. Upload the ZIP file and enable the module.

Usage

After installation, your feed URL will be: <code>https://yourstore.com/index.php?fc=module&amp;module=googlemerchantfeed&amp;controller=feed</code>

  • Copy this URL to Google Merchant Center as a Scheduled Fetch feed.
  • Recommended fetch frequency: once or twice per day.

Cron Job (Optional)

To automatically update the feed on your server: ```bash 0 3 * wget -q -O /dev/null "https://yourstore.com/index.php?fc=module&module=googlemerchantfeed&controller=feed"

Notes

1. Ensure product GTIN, MPN, and brand data are correctly set in your PrestaShop products for full Google compliance.

2. Free shipping is set by default; adjust shipping settings in feed.php if necessary.

  • Riferimento
    googlemerchantfeed

  • License
    GPL-3.0
  • Status
    Active

Commenti (0)

Ancora nessuna recensione da parte degli utenti.
Caricamento in corso ...