• Resolved herchen

    (@herchen)


    In each of the files under views\html_types there are two instances of

    $current_request = explode(',', $current_request);

    If the user has selected multiple categories or vendors, and the url is encoded, the filter will not retrieve the correct taxonomy values.

    The line needs to be modified to

    $current_request = explode(',', urldecode($current_request));

    so the comma is properly identified.

    We have fixed the issue in our plugin but of course when it is updated it will be broken again.

    Thank You!

    https://www.ads-software.com/plugins/woocommerce-products-filter/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Need to Decode URL before exploding in html_types’ is closed to new replies.