Module Description
This lightweight module is trying to solve the problem that Views contextual filter named "Content has taxonomy term ID (with depth)" is available only for nodes and can not be used for products in Drupal Commerce 2.x.
The Module extends Taxonomy module from Drupal core and provides a new contextual filter "Product has taxonomy term ID (with depth)".
Drupal core taxonomy module index only for node entity. it doesn't maintain other entities.
Compared to the Taxonomy module that uses relationship table "commerce_product_taxonomy_index" between terms and commerce_product, this module uses only SQL query on existing tables.
This module supports more than one taxonomy_term reference field in commerce product entity
The Module extends Taxonomy module from Drupal core and provides a new contextual filter "Product has taxonomy term ID (with depth)".
Drupal core taxonomy module index only for node entity. it doesn't maintain other entities.
Compared to the Taxonomy module that uses relationship table "commerce_product_taxonomy_index" between terms and commerce_product, this module uses only SQL query on existing tables.
This module supports more than one taxonomy_term reference field in commerce product entity
Module Link
Project Usage
577
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the limitation of Views contextual filter 'Content has taxonomy term ID (with depth)' being only available for nodes and not for products in Drupal Commerce 2.x by providing a new contextual filter 'Product has taxonomy term ID (with depth)'.
Data Name
commerce_product_taxonomy_filter