Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 1,091 through 1,100 (of 1,497 total)
  • Author
    Search Results
  • #38587

    Anonymous
    Inactive

    Hi,

    I have imported a set of attributes to my products.

    The attribute appears to be working fine in woocommerce (it shows in the admin and shows the number of products each attribute value is assigned to).

    I am trying to build a filter on this attribute with a postmeta dropdown, however when choosing from the list ‘meta key’ All my other attributes appear but not the one i have just created and imported.

    I’m guessing this is some sort of cache? I have tried rebuilding the cache in S&F however this hasn’t worked?

    Please can you help

    #38569

    Anonymous
    Inactive

    Hey Ross,

    same results, even when using the standard results.php, having only WooCommerce, ACF and Search and Filter activated, using hard-coded shortcode and using vanilla wordpress/storefront themes… It usually works fine until cache rebuild hits about 2500 of the mentioned 4000 products. Then suddenly it says no results found. Really weird, we’ve invested a lot of time into the issue and hope we can somehow get it fixed.

    If you have any input, idea, whatsoever, we’d be really thankful!

    Sebastian

    #38356

    Anonymous
    Inactive

    Hi,

    I purchased Search & Filter Pro yesterday. I am trying to configure. After following the docs, I have configured but the search & filter does not work properly in the woocomerce shop.

    a. First time when I use the filter, it works. After that I cannot reset or change. I have go to a different page and return to the page to set for the next search/filter.
    b. I want the filter based on the description or the taxonomy. Not on the content in the product description. Can I limit this ?

    Eg. When I search for Vanilla, I get three products. One of the product “Spicy Rose Sugar” has vanilla in product description. I do not need this to be displayed.

    You can check in my test site https://springg.net/shop

    #38287

    Ross
    Keymaster

    Hey Felipe

    How are you setting the homepage to the shop base?

    I haven’t tested this actually, but S&F just asks WooCommerce which the shop page is, and then uses this URL for the search results.

    Thanks

    #38280

    Ross
    Keymaster

    Hey Ronald

    This is correct. To add more fields you must create new taxonomies, or if using WooCommerce, new attributes to add more varied data to your products:

    https://www.designsandcode.com/documentation/search-filter-pro/getting-started/adding-new-fields/#Note_Some_Restrictions

    https://www.designsandcode.com/documentation/search-filter-pro/3rd-party/woocommerce/#Attributes

    Thanks

    #38254

    Anonymous
    Inactive

    I’m using Search&Filter Pro on this page : http://coogee.io/galerie/
    I’d like people to be able to search for a tag. Unfortunately it doesn’t work, even with this plugin enabled : https://fr.wordpress.org/plugins/search-by-product-tags-for-woocommerce/

    Request sample that should return one product (but nothing is returned): http://coogee.io/galerie/?_sf_s=poisson

    Any idea of what I could do ?


    Anonymous
    Inactive

    Hello, I bought your plugin and love the functionality of it. Its results and features are exactly what I need. My website is ExtremeWheels.com and I have it setup to browse wheel brands and sizes using my attributes.

    I need auto count to be enabled but it is too slow when I have it on. It appears as if my site is broken it takes so long to load when you select an option for it to load the other options available. At the moment auto count is disabled.

    The plugin even with auto count is too slow. You choose options and click submit and it takes a good 20 seconds to load the results. My customers are leaving the site because they think its broken it takes so long.

    Please help me fix this. I am using woocommerce with wordpress and I have roughly 40,000 products broken down into about 50 categories.

    I really appreciate your time and efforts on this as this is extremely important to me.

    Thank you,
    Alex Brown

    #38055

    Ross
    Keymaster

    Hey there

    You can only have 1 search form set to WooCommerce display mode, you probably have an error about this.

    If you want to link the search form on your homepage to the WooCommerce one then change the display mode of the homepage search form to “custom”

    Then in the Results URL, put the full shop URL.

    This should work 🙂

    Thanks

    #38035

    Anonymous
    Inactive

    Hii,,

    Reference site : pgkhojo.byteck.com

    What I want to do is following,

    I will have a search form on home which will display results to a particular page say shop page that page will also have a filter search form. I did set results page for both of them as Woocommerce Shop page but unfortunately that filter search form on shop page stopped working properly. Ex – when we select 3 bathroom it displays all the properties.

    Please help.

    -Regards ,

    #37944

    Anonymous
    Inactive

    Hello Ross.

    First I want to say thank you for helping me.

    I added this:

    add_filter(‘body_class’,’add_body_class_to_search_filter’);
    function add_body_class_to_search_filter($classes) {

    global $searchandfilter;
    if($searchandfilter->active_sfid())

    {
    $classes[] = “tax-product_cat archive woocommerce woocommerce-page alt-style-default boxed-layout two-col-right width-930 two-col-right-930”;
    }
    // return the $classes array
    return $classes;
    }

    and it is still crashing my staging site. Anything else that needs to be changed?

    Thanks

Viewing 10 results - 1,091 through 1,100 (of 1,497 total)