| 开发者 | |
|---|---|
| 更新时间 | 2026年9月8日 01:31 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
product_cat taxonomy, WooCommerce Product Brands use product_brand when available, colors use the global pa_color attribute, and sizes use the global pa_size attribute.
Main features:
Color | #HEX list.color and size only when they do not already exist. Existing attributes are reused.No. Categories are stored in WooCommerce's native product_cat taxonomy.
WooCommerce core product_brand is preferred when available. The plugin can also detect supported product brand taxonomies and synchronize matching brand terms and product assignments. Site owners can customize the detected taxonomies with the gaty_apb_brand_taxonomies filter.
Colors are stored in the global pa_color attribute and sizes in pa_size. Color HEX values are synchronized with WooCommerce visual attribute term data (color) while retaining the plugin's compatibility meta (_gaty_apb_color_hex). When WooCommerce exposes the visual attribute type, pa_color is upgraded to wc-visual so native swatches can render the saved color.
Rows with the same parent_code are grouped into one WooCommerce variable product. For convenience, following color rows may leave parent_code blank and inherit the previous product code. Each row becomes one color variation (or color x size variations when sizes are supplied). The parent code is stored on the created product so importing the same code again is skipped instead of duplicated.
The importer matches the CSV category name/path to an existing WooCommerce product category and will not create a new category automatically. It can synchronize a brand, create color and size terms, save WooCommerce visual color data, and download a variation image from a public HTTP/HTTPS URL.
No. The plugin intentionally leaves catalog data in WooCommerce so products and taxonomy terms are not lost when the plugin is removed.
No. The plugin has no tracking, telemetry, advertising, or external API calls.
product_attribute_color.color attribute type instead of forcing wc-visual.???? text corruption and can repair previously corrupted product text when re-importing the same parent code.wc-visual when that WooCommerce feature is available.