| 开发者 | halogen11 |
|---|---|
| 更新时间 | 2025年11月7日 23:49 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/3dl-gmc-feed.xml (and legacy ?zd_gmc=1)manage_woocommerce)
PRO (optional) adds
3dl-product-feed-for-google to /wp-content/plugins/.https://example.com/3dl-gmc-feed.xmlBecause 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.
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);
Use /3dl-gmc-feed.xml (or legacy ?zd_gmc=1).
Add your meta keys in 3DL GMC → Settings or use standard keys from common plugins/themes (already detected).
No. LITE is fully usable. PRO only unlocks advanced features.
tdl_gmc_google_category filter._global_unique_id.THREEDL_GMC_CAP (default manage_woocommerce) for admin access.