Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 81 through 90 (of 1,497 total)
  • Author
    Search Results
  • #267562

    Anonymous
    Inactive

    Hi!
    I want the results on this search form to always be sorted by product category
    https://www.thejar.sitiosatumedida.com/menu

    However, I didn’t see the product category as a sorting option

    Thanks for your help


    Anonymous
    Inactive

    split by @trevorsf from https://support.searchandfilter.com/forums/topic/different-filters-for-different-product-categories/

    Any news when is new version is coming.

    I tried setting up multiple filters for different categories, by using the “As an Archive” option, and using a copy of woocommerce’s “archive-product.php” (in my child theme folder) as the template.

    While the page loads fine, when I click on any of the filters, I get redirected to an archive page with no results.

    If you know how to set it up properly using this method that would be really helpful for the time being

    #267133

    Anonymous
    Inactive

    hii i need help i already installed search and filter pro and it was working fine till i enabled woocommerce wpml addon i have 6 more language in my site i am using wp all import plugin for import woocommerce products when i enabled translation and import products with language then products are imported successfully with translations in backend but these product and filters not coming on my search result page i also enabled translation of search and filter in wpml but page still same no result found i don’t know what happened when we enable translation can you help me soon as it is very urgent project and we don’t have much time.


    Trevor
    Participant

    Where is the shop page, with our search form on? WooCommerce seems to be set to use the Home page as the shop, but it doesn’t look like a shop there?

    Some things I might suggest.

    Switch Auto Count ON
    Enable Variations, as well as Products
    Change the Ajax Container to .products

    But, for now, make sure there is a search form on the shop pages.


    Anonymous
    Inactive

    Hi,

    I’m implementing a live search on a WooCommerce site and am finding that when I have ‘Enable filtering on Taxonomy Archives?’ checked most of the products do not display at all (even without a search form loaded anywhere on the site)! Why might this be?

    I’ve followed all the instructions I can find:

    – Choose which kinds of pages S&F will try to do this on: Tag, Category & Taxonomy Archives
    – Search form contains Product Categories dropdown
    – Display results WooCommerce-Shop

    Have storefront theme.

    Any help much appreciated.

    #266973

    Trevor
    Participant

    A few things I notice looking at the screenshots.

    The Ajax Container for WooCommerce is normally .products. The form is currently set to our (and the WordPress) default of #main.

    Other than that, I can see nothing wrong. When I run the filter, it seems to work. A product will appear only once in the results, regardless of the number of variations, as long as it has a variation to match the filter choices.

    In the results panel, when you hover over the products, you want it to show these variations? But, instead it says Choose Options?

    #266770

    Anonymous
    Inactive

    Hi Trevor,

    Okay I think I’ve done it.

    I basically turned
    Ajax Pagination; Pagination Type – to Normal

    And removed the display:none; for the .woocommerce-pagination rules in the css.

    Is there anything else I need to do?

    Many thanks
    Warren

    #266677

    Trevor
    Participant

    You would need to use some advanced PHP to do this (this is not something I can help you with beyond the content of this post, sorry).

    WooCommerce stores the attributes in an array, named $attributes. Attributes are shown in that order on the edit product page.

    So, you would need to fetch that order in your code, and then re-order our field array to match, using this filter:

    https://searchandfilter.com/documentation/action-filter-reference/#filter-input-object

    #266644

    Anonymous
    Inactive

    Using the advanced settings, I cant seem to display the attribute terms in the order they show in the woocommerce/product/attribute/term section. Is there a way?

    #266426

    Anonymous
    Inactive

    Got it to work with the WooCommerce Shop ‘Display Results Method’. Thank you for all of your help!

Viewing 10 results - 81 through 90 (of 1,497 total)