Linux 软件免费装
Banner图

3DL Product Feed for Google Merchant Center

开发者 halogen11
更新时间 2025年11月7日 23:49
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce ecommerce product feed google merchant gmc

下载

1.1.7

详情介绍:

This LITE plugin outputs a valid Google Merchant XML feed from WooCommerce products and variations. LITE includes

安装:

  1. Upload the folder 3dl-product-feed-for-google to /wp-content/plugins/.
  2. Activate the plugin via Plugins → Installed Plugins.
  3. Open 3DL GMC in the left menu → configure custom GTIN keys if needed.
  4. Feed URL: https://example.com/3dl-gmc-feed.xml

屏幕截图:

  • Feed URL (where to find `/3dl-gmc-feed.xml`)
  • Sample XML item in a browser
  • FAQ: How to add google_product_category via filter

升级注意事项:

1.1.5 Compliant text-domain, escaping fixes and safer GTIN detection.
  • Omit for simple products.
  • Fallback description to product title when empty.

常见问题:

Why doesn't the plugin send google_product_category by default?

Because it's optional and not required for a valid Google Merchant feed. Leaving it empty is safer for a broad audience: Google can infer a category automatically, and advanced users can still provide an explicit category via the tdl_gmc_google_category filter.

How do I add a Google Product Category?

By default, LITE does not send <g:google_product_category>. If you really need it, add this filter in a small mu-plugin or your theme: add_filter('tdl_gmc_google_category', function($cat, $product){ // Example: Tea & Infusions return 'Food, Beverages & Tobacco > Beverages > Tea & Infusions'; }, 10, 2);

Where is my feed URL?

Use /3dl-gmc-feed.xml (or legacy ?zd_gmc=1).

How do I include GTIN/EAN?

Add your meta keys in 3DL GMC → Settings or use standard keys from common plugins/themes (already detected).

Is PRO required?

No. LITE is fully usable. PRO only unlocks advanced features.

更新日志:

1.1.7 1.1.5