You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In woocommerce_terms_clauses() function, we check for all taxonomies having product_cat as slug or match pa_ in their slug. Problem appears when using a taxonomy having pa_ in slug that are not WooCommerce attributes.
This needs a better way to keep track, possibly by storing all the attribute taxonomy slugs in an option field.
Slightly related to #3064, as it needs a similar solution here imho.
@paulgibbs This is merged into the master branch, aimed to go out for 2.1 (hasn't been released).
I'll discuss with @mikejolley today and see if we can get this into 2.0.15 (to be released soon), as I don't know why this hasn't been merged into an earlier fix release.
In
woocommerce_terms_clauses()
function, we check for all taxonomies havingproduct_cat
as slug or matchpa_
in their slug. Problem appears when using a taxonomy havingpa_
in slug that are not WooCommerce attributes.This needs a better way to keep track, possibly by storing all the attribute taxonomy slugs in an option field.
Slightly related to #3064, as it needs a similar solution here imho.
Reported by @paulgibbs, reference: paulgibbs/achievements#101
The text was updated successfully, but these errors were encountered: