Home Forums WC Vendors Pro Support Custom Taxonomy Integration Reply To: Custom Taxonomy Integration

#57849
Anna
Member

Derek,
I can’t answer at the moment as to why this would not be working with the grouped products; likely because those require you to add two products form separate listings.
As for the template…
This page- Right- no template.
It is essentially just a table, with the data gathered for the table.
I’m not quite sure why you would want to add your taxonomies to this page.. but I can show you where the code is to output info on that page. However, as I am sure you know, unless you can find a way to use one of the filters to add your information, anything added will be swiped during an update and you would have to re-add the info.
The data is available in two areas that I can find; one being the product-controller.php (wp content/plugins/wcvendors-pro/public/class-wcvendors-pro-product-controller.php) starting at approx line 1585
And then the header for the page: (wp-content/plugins/wcvendors-pro/public/partials/product/wcvendors-pro-table-actions.php)