Title: Magelon Export
Author: Magelon
Published: <strong>5 de Marzo, 2025</strong>
Last modified: 5 de Marzo, 2025

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://ps.w.org/magelon-export/assets/icon-256x256.png?rev=3251034)

# Magelon Export

 Por [Magelon](https://profiles.wordpress.org/magelon/)

[Descargar](https://downloads.wordpress.org/plugin/magelon-export.1.0.7.zip)

 * [Detalles](https://gl.wordpress.org/plugins/magelon-export/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/magelon-export/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/magelon-export/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/magelon-export/#developers)

 [Soporte](https://wordpress.org/support/plugin/magelon-export/)

## Descrición

Magelon Export is a WooCommerce plugin that allows store owners to export product
data in compliance with Google Merchant specifications.

### Features

 * Export WooCommerce product data with custom field mapping
 * Schedule automatic exports (hourly, daily, weekly)
 * Endpoint for fetching the latest export
 * Extendable via WordPress hooks and filters

### Usage

 1. Go to **Tools > Magelon Export** in the admin panel.
 2. Map WooCommerce fields to Google Product Data fields.
 3. Set the export interval (hourly, daily, weekly).
 4. Access the exported file at `/wp-content/uploads/magelon-export/products.csv`.

### Example 1: Extending the Plugin

Developers can add custom fields using the `magelon_export_custom_product_fields`
filter:
 `php add_filter('magelon_export_custom_product_fields', function ($fields){
$fields['_custom_field'] = 'Custom Meta Field'; return $fields; });

### Example 2: Making ACF available in mapping

“`php
 add_filter(‘magelon_export_custom_product_fields’, function ($fields) { //
Ensure ACF is installed and active if (!function_exists(‘acf_get_field_groups’)){
return $fields; }

    ```
    // Get all ACF field groups
    $acf_field_groups = acf_get_field_groups();

    foreach ($acf_field_groups as $group) {
        $fields_in_group = acf_get_fields($group['key']);

        if ($fields_in_group) {
            foreach ($fields_in_group as $acf_field) {
                $fields[$acf_field['name']] = 'ACF: ' . $acf_field['label'];
            }
        }
    }

    return $fields;
    ```

});
 `

Support
 For issues, open a GitHub issue or contact support. support@magelon.com

## Instalación

 1. Download the plugin and extract it into your WordPress plugins directory (`wp-content/
    plugins/magelon-export`).
 2. Activate the plugin from the WordPress admin panel under **Plugins**.
 3. Configure the export settings under **Tools > Magelon Export**.

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Magelon Export” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

 *   [ Magelon ](https://profiles.wordpress.org/magelon/)

[Traduce “Magelon Export” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/magelon-export)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/magelon-export/), bota
unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/magelon-export/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/magelon-export/)
por [RSS](https://plugins.trac.wordpress.org/log/magelon-export/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versión **1.0.7**
 *  Última actualización **Fai 1 ano**
 *  Instalacións activas **Menos de 10**
 *  Probado ata **6.7.7**
 *  Versión de PHP ** 7.0 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/magelon-export/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/magelon-export/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

[A túa valoración](https://wordpress.org/support/plugin/magelon-export/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/magelon-export/reviews/)

## Colaboradores

 *   [ Magelon ](https://profiles.wordpress.org/magelon/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/magelon-export/)