{"id":223082,"date":"2025-03-05T10:13:34","date_gmt":"2025-03-05T10:13:34","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/magelon-export\/"},"modified":"2025-03-05T11:03:28","modified_gmt":"2025-03-05T11:03:28","slug":"magelon-export","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/magelon-export\/","author":23232825,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.7","stable_tag":"1.0.7","tested":"6.7.5","requires":"","requires_php":"7.0","requires_plugins":null,"header_name":"Magelon Export","header_author":"Magelon","header_description":"A WooCommerce plugin for exporting product data with scheduling, mapping and API endpoint for magelon and google merchant center.","assets_banners_color":"","last_updated":"2025-03-05 11:03:28","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/magelon.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":550,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["installation","description"],"tags":{"1.0.6":{"tag":"1.0.6","author":"magelon","date":"2025-03-05 10:13:14"},"1.0.7":{"tag":"1.0.7","author":"magelon","date":"2025-03-05 11:03:28"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3251034,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3251034,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.6","1.0.7"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-223082","plugin","type-plugin","status-publish","hentry","plugin_committers-magelon"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/magelon-export\/assets\/icon-128x128.png?rev=3251034","icon_2x":"https:\/\/ps.w.org\/magelon-export\/assets\/icon-256x256.png?rev=3251034","generated":false},"screenshots":[],"raw_content":"<!--section=installation-->\n<ol>\n<li>Download the plugin and extract it into your WordPress plugins directory (<code>wp-content\/plugins\/magelon-export<\/code>).<\/li>\n<li>Activate the plugin from the WordPress admin panel under <strong>Plugins<\/strong>.<\/li>\n<li>Configure the export settings under <strong>Tools &gt; Magelon Export<\/strong>.<\/li>\n<\/ol>\n\n<!--section=description-->\n<p>Magelon Export is a WooCommerce plugin that allows store owners to export product data in compliance with Google Merchant specifications.<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Export WooCommerce product data with custom field mapping<\/li>\n<li>Schedule automatic exports (hourly, daily, weekly)<\/li>\n<li>Endpoint for fetching the latest export<\/li>\n<li>Extendable via WordPress hooks and filters<\/li>\n<\/ul>\n\n<h3>Usage<\/h3>\n\n<ol>\n<li>Go to <strong>Tools &gt; Magelon Export<\/strong> in the admin panel.<\/li>\n<li>Map WooCommerce fields to Google Product Data fields.<\/li>\n<li>Set the export interval (hourly, daily, weekly).<\/li>\n<li>Access the exported file at <code>\/wp-content\/uploads\/magelon-export\/products.csv<\/code>.<\/li>\n<\/ol>\n\n<h3>Example 1: Extending the Plugin<\/h3>\n\n<p>Developers can add custom fields using the <code>magelon_export_custom_product_fields<\/code> filter:\n    <code>php\nadd_filter('magelon_export_custom_product_fields', function ($fields) {\n    $fields['_custom_field'] = 'Custom Meta Field';\n    return $fields;\n});<\/code><\/p>\n\n<h3>Example 2: Making ACF available in mapping<\/h3>\n\n<p>```php\nadd_filter('magelon_export_custom_product_fields', function ($fields) {\n    \/\/ Ensure ACF is installed and active\n    if (!function_exists('acf_get_field_groups')) {\n        return $fields;\n    }<\/p>\n\n<pre><code>\/\/ Get all ACF field groups\n$acf_field_groups = acf_get_field_groups();\n\nforeach ($acf_field_groups as $group) {\n    $fields_in_group = acf_get_fields($group['key']);\n\n    if ($fields_in_group) {\n        foreach ($fields_in_group as $acf_field) {\n            $fields[$acf_field['name']] = 'ACF: ' . $acf_field['label'];\n        }\n    }\n}\n\nreturn $fields;\n<\/code><\/pre>\n\n<p>});\n    `<\/p>\n\n<p>Support\nFor issues, open a GitHub issue or contact support.\nsupport@magelon.com<\/p>","raw_excerpt":"Magelon Export is a WooCommerce plugin that allows store owners to export product data in compliance with Google Merchant specifications.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/223082","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=223082"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/magelon"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=223082"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=223082"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=223082"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=223082"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=223082"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=223082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}