Forums Forums Search Search Results for 'woocommerce'

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

  • Anonymous
    Inactive

    Hi,

    I’m trying to build WooCommerce product archives with Elementor + Search & Filter Pro using Infinite Scroll option.

    So far my page is just blank… 🙁

    I created a search form using this document’s help https://searchandfilter.com/documentation/search-results/infinite-scroll/

    Then I created an Elementor Product Archive template using this document’s help: https://searchandfilter.com/documentation/3rd-party/elementor/

    I’v tried adding the first shortcode with Elementors shortcode and text widgets, still nothing. The second shortcode with just the search form ID is in shortcode widget. (I have replaced the id=”123456″ with the actual ID of my search form)

    Yet, all I get is a blank page 🙁

    #216604

    Anonymous
    Inactive

    Yes the original form (in english) was using the WooCommerce method with success. Then, I click the plus button to translate into french. I don’t really know how to solve this problem.

    #216595

    Trevor
    Participant

    The reasons it might not be working can be varied. If you have a form using the WooCommerce method, did you also translate that using your translation plugin (WPML/Polylang)?

    #216574

    Anonymous
    Inactive

    Hi!
    I’m trying to use these 3 plugins together. The search form for the store has been translated in english and in french. Then, I’ve inserted the shortcode with PHP condition based on the language being used.

    But if I choose WooCommerce Shop page for displaying results, the filters are not working (no terms in dropdown for instance). It seems that the english shop page is used, not the french one.

    I’ll give you a video.

    #216544

    Anonymous
    Inactive

    Hi Trevor. I stepped away from this because I did setup a fresh site and was not able to replicate this issue. I am coming back to it now and have troubleshooted my main site again. I discovered that If I created a new product in that category, it would show up in the search results. When I switched it to variable type product, however, it would then disappear from the search results. Switching it back to Simple-type product does not work to make it show up in search results again. I have disabled all plugins but woocommerce and search and filter and can confirm this. I am at a loss and could really use some help here.


    Anonymous
    Inactive

    Hi,

    We import WooCommerce Products with WP All Import. We’d like to auto update the new created posts for the Search & Filter cache.

    We found this bit of code:

    
    add_action('pmxi_saved_post', 'wp_all_import_post_saved', 10, 1);
    function wp_all_import_post_saved($id) {
        do_action('search_filter_update_post_cache', $id);
    }
    

    But it doesnt seem te work. Do you have any ideas why this could happen?

    Cheers, Emma


    Anonymous
    Inactive

    Hi,

    I’m trying to use S&F Pro for the price filter on my website but the minimum and maximum is not showing correctly. It is also not taking the minimum and maximum price from the showed products.

    This is the link:

    http://watersport4all.convident.site/product-categorie/pvc-dekkleden/pvc-dekkleden-los/

    As you can see there is a product priced at €414,- but the filter only shows €315.

    As far as I can see I set everything correctly:

    Set to woocommerce products
    Checked Products & Variations
    Meta key are _price and _price as end
    AUTO detect max value

    I look formward to your reply!

    Regards,

    Jacco

    #216263

    Trevor
    Participant

    This setting you mean:

    https://www.screencast.com/t/UFynNZJBgTw

    Does using that setting actually do anything for you?

    It’s purpose is to detect a taxonomy/category/tag archive page, work out what the term is, and set the field related to that taxonomy/category/tag to that term in the form. It is usually used in conjunction with forms set to display using the Post Type Archive method (or WooCommerce).

    It looks like you have set the Home page up as the archive page for Posts, which is what you are searching. Did you try that display method?

    #216228

    Trevor
    Participant

    It is possible that your circumstances are different, so you may need to explain in detail what you are doing. However, in the other thread ….

    The form (which was using the Post Type Archive/WooCommerce display results method) the other user made had only one taxonomy field on it, and they had set it to ‘Enable Filtering on Taxonomy Archives’, so selecting one of the taxonomy terms caused the page to re-direct to that taxonomy term archive page. Thus Ajax will never fire ajaxfinish or ajaxstart.

    Similarly, ajaxformstart and ajaxformfinish only fire if Auto Count is enabled (both options), which they were not, and also they only fire if there are two or more fields that the count can be updated upon, which there were not.

    #216114

    Trevor
    Participant

    Are you able to make a simple development version of the site, with as much missing but still letting WooCommerce and our plugin work?

Viewing 10 results - 441 through 450 (of 1,497 total)