Woocommerce attribute url
-
I am trying to make an A-Z list for the woocommerce brand attribute and I am facing a problem with the url.
The url that the plugin is producing for a brand is:
https://mysite.com/?taxonomy=pa_brand&term=brand-slug
which does not link to the products of the specific brand.
I have overriden the template a-z-listing.php to my theme to try and create the correct url, which is
https://mysite.com/shop?filter_brand=brand-slug
but I am facing a problem getting the term slug.
The topic ‘Woocommerce attribute url’ is closed to new replies.