Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 131 through 140 (of 1,497 total)
  • Author
    Search Results

  • Anonymous
    Inactive

    Hi there,

    I’ve created a filter for my woocommerce where in the same “Search form” I’ve added several “Taxonomy” field from the Available Fields to the Search Form UI.The taxonomy is the same for all the fields: product_cat. I tried to create a filter like this where each heading is one category and the options for each one are the sub-categories.

    I can filter each category by itself (in the image you can filter several “Tipo de vino”) but you cannot combine it with other category (for example it won’t work if you try to filter some of the “Tipo de vino” with some of the “Variedad Uva”). It is supposed to be able to combine different filters on the same Search Form, right?

    I don’t know if it needs some special settings or I have everything set up correctly.

    If anyone can help would be much appreciated. 🙂

    Thanks in advance!

    #260095

    Anonymous
    Inactive

    Hi as everything is marked as private I am not sure if the issue is exactly the same as mine, and if it was answeard.

    I have a woocommerce shop page with the Search And Filter pro plugin.
    My filters seems to works correctly, the URL is changed and the Ajax call returns the correct data, though the page content itself is not updated. If i refresh the page (with that newly updated URL after selecting a filter), the data are correct.

    Let me know if the issue is not related and i will create a new post.

    Kind regards,
    Thibaud

    #260046

    Trevor
    Participant

    Hi

    Auto Count does not apply to range fields as the min-max range does not change. This post contains a bit of an explanation from our developer:

    https://support.searchandfilter.com/forums/topic/post-meta-field-values-not-showing-correctly-on-woocommerce-product-categories/#post-257013

    #259993

    Anonymous
    Inactive

    Hi

    Looking to filter by available dates for woocommerce accommodation products. I have been in discussion with Ross and he mentioned to open a support topic here and mention his name. I can provide login details etc to a development site where I have S&FP installed and working with other filters. Let me know where you want me to send the the login details.

    Regards
    Ian

    #259958

    Anonymous
    Inactive

    It has to do with the page template outside the loop. Solved my own problem;

    add_filter( 'woocommerce_currency_symbol', 'change_currency_symbol', 10, 2 );
    
    function change_currency_symbol( $symbols, $currency ) {
        
        global $template;
        
        if ( basename( $template ) === 'archive-chiptuning.php' && ( 'EUR' === $currency )) {
            return '';
        }
            return $symbols;
    }
    #259749

    Trevor
    Participant

    It is likely that you are using the WooCommerce display results method, in which case this would not be within the scope of our support. What method are you using?

    #259655

    Trevor
    Participant

    Are you managing stock in WooCommerce, as our plugin only (normally) shows products and options with stock?

    Did you try rebuilding the cache inside the form – top right above the Save/Update button?

    #259532

    Anonymous
    Inactive

    Hi,

    I need two different search forms for woocommerce – one that displays on one category and another that displays on another category (there will only be two categories of products). When i setup two woocommerce shop forms i get the following error message:-

    Error: There are 2 Search Forms using display mode WooCommerce Shop – you may only have 1

    How can i achieve my desired setup as i just assumed it would enable me to setup two separate woocommerce search/filter forms and show the correct one depending on what category the user was viewing…

    Thanks

    #259524

    Trevor
    Participant

    On which page is our search form? I do not see it?

    In the form setup, I can see that the Ajax Container will need to change to .products

    Also, you can have only one form using the WooCommerce shop method (only one form based on Products). If you are using Variations in WooCommerce, you also need to select that Post type as well as Products.

    Why not have one form with both dates and cities in?


    Anonymous
    Inactive

    Hi Support Team Member,

    I want to bring the search and filter (in the side bar in the desktop view) on top of the mobile view. But I fail to do it.
    Here is the link to the page: https://gradhopper.com/university-and-scholarship-finder/

    Further, it does not show search option when the mobile is placed in vertical position. It only show the search option when the mobile placed horizontally. So I would like to bring the search option on top of the mobile view before showing the woocommerce products.

    Note that we can remove all the other content in the side bar if those cause some issues. But the behavior is same even before I added those content to the side bar.

    Highly Appreciate your help.

    Thanks,
    Madushan

Viewing 10 results - 131 through 140 (of 1,497 total)