Taxonomies
This class is responsible for managing and registering taxonomies for BigCommerce integration. It defines constants for various taxonomies and handles their configuration and filtering via WordPress hooks.
- Full name:
\BigCommerce\Container\Taxonomies
- Parent class:
Provider
Constants
Constant | Visibility | Type | Value |
---|---|---|---|
PRODUCT_CATEGORY | public | string | ’taxonomy.product_category’ |
PRODUCT_CATEGORY_CONFIG | public | string | ’taxonomy.product_category.config’ |
PRODUCT_CATEGORY_GROUP_FILTERED_TERMS | public | string | ’taxonomy.product_category.group_filtered_terms’ |
PRODUCT_CATEGORY_QUERY_FILTER | public | string | ’taxonomy.product_category.query_filter’ |
BRAND | public | string | ’taxonomy.brand’ |
BRAND_CONFIG | public | string | ’taxonomy.brand.config’ |
AVAILABILITY | public | string | ’taxonomy.availability’ |
AVAILABILITY_CONFIG | public | string | ’taxonomy.availability.config’ |
CONDITION | public | string | ’taxonomy.condition’ |
CONDITION_CONFIG | public | string | ’taxonomy.condition.config’ |
PRODUCT_TYPE | public | string | ’taxonomy.product_type’ |
PRODUCT_TYPE_CONFIG | public | string | ’taxonomy.product_type.config’ |
FLAG | public | string | ’taxonomy.flag’ |
FLAG_CONFIG | public | string | ’taxonomy.flag.config’ |
CHANNEL | public | string | ’taxonomy.channel’ |
CHANNEL_CONFIG | public | string | ’taxonomy.channel.config’ |
CHANNEL_SYNC | public | string | ’taxonomy.channel.sync’ |
CHANNEL_CONNECTOR | public | string | ’taxonomy.channel.connector’ |
CHANNEL_ADMIN_FILTER | public | string | ’taxonomy.channel.admin_products_filter’ |
CHANNEL_QUERY_FILTER | public | string | ’taxonomy.channel.query_filter’ |
CHANNEL_CURRENCY_FILTER | public | string | ’taxonomy.channel.currency_filter’ |
CHANNEL_BC_STATUS | public | string | ’taxonomy.channel.bc_status’ |
ROUTES | public | string | ’taxonomy.channel.routes’ |
Methods
register
Registers all taxonomies and related actions and filters.
public register(\Pimple\Container $container): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$container | \Pimple\Container | The container object. |
Automatically generated on 2025-01-21