• Resolved gabrielefortunato

    (@gabrielefortunato)


    Good morning,

    is there a way for the User to RESET the radius filter and viewing all the products ?

    To me it seems that the whole page Shop must be reloaded to remove the filter.

    Please advice.

    Thank you !
    Gabriele

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WC Lovers

    (@wclovers)

    We will add “Reset” option under “Filter” button in next update.

    Hello!
    When will this be available?

    Plugin Author WC Lovers

    (@wclovers)

    Add this snippet to your site –

    add_action( 'wcfmmp_after_product_list_geo_locate_filter', function() {
    	echo '<a class="wcfm_product_filter_reset" href="'.get_permalink( wc_get_page_id( 'shop' ) ).'">Reset</a>';
    });

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin –?https://www.ads-software.com/plugins/code-snippets/

    Hello, I added the snippet. But it did not work.
    I have activated all the functions at settings>Geo locate
    When there is no products or stores in the radius of search, on the page “store” (products) the message “It seems we can’t find what you’re looking for.” show up, instead of the map.
    So if I activate “Check this to activate the automatic filter based on the user’s location.” and no product/store are found in the radius of the costumer, there is no way he can see any products at my website.
    This is my website https://mycloset.cl/
    (is in Spanish but the problem occurs in https://mycloset.cl/tienda/)

    Plugin Author WC Lovers

    (@wclovers)

    I added the snippet. But it did not work.

    – Where have you added this? Show me a screenshot please.

    and no product/store are found in the radius of the costumer, there is no way he can see any products at my website.

    – Yeah, as using this option products and stores are auto filter as per user’s location.

    is it possible to hide the filter button and leave the automatic filter according to which it drags the similar distance bar as it works on the seller list page?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WCFM Reset Radius Filter’ is closed to new replies.