Forums Forums Search Search Results for 'woocommerce'

Viewing 10 results - 101 through 110 (of 1,497 total)
  • Author
    Search Results
  • #264511

    Trevor
    Participant

    Are you able to send me a live link/URL to your search page so I can take a look?

    If this appears to be a theme issue, then I will let you know and try to help, but please understand that the scope of our technical support is limited.

    What method of pagination are you using, for example, are you using infinite scroll? If so, does the problem happen if you use standard pagination?

    What happens if you disable Ajax in our form?

    Make sure that the Ajax Container in the form is correct for WooCommerce (it is often .products in WooCommerce, and not the WordPress default of #main).


    Anonymous
    Inactive

    Hi Trevor,

    I am using different Woocommerce product categories, each with their own attribute set; with ACF I added different attributes to every category. Now when I view a category on the front end, I see all filters instead of only the filters that are assigned to this category.

    How can I achieve that only the assigned filters are shown in a category?
    Thanks in advance,
    Roeland van Oostenbrugge

    #264354

    Trevor
    Participant

    It is theoretically possible, but you would need a coder’s help. If, in our plugin’s Settings page (not the form itself) you have not already done so, change the Combobox script from Chosen to Select2. The Chosen script is included with/used by our plugin by default. However, it is now pretty much abandoned and has not received any major updates in a long time. It has poor support for iOS devices for example.

    In the current version of our plugin, there is an option in our settings page to choose which (Combobox) script to use.

    Go to wp-admin -> Search & Filter -> Settings -> Combobox Script

    Change this from Chosen to Select2

    The Select2 script is then available for you to apply to the form. Select2 is maintained now by the WooCommerce team, who are, of course, owned by Automattic, the owners of WordPress, and as such is used by a lot of themes and plugins. In the next version of our plugin, we are likely to switch to Select2 as the default.

    This discussion might then be helpful, I am not sure:

    https://github.com/select2/select2/issues/4694

    #264349

    Anonymous
    Inactive

    Hey guys

    We have used a few different DIVI modules which allow us to design the grid result layout to a far more granular level. But have yet been able to figure out how to hook up the filter to any of these grid results, have only had success with DIVI Blog and Woocommerce default grid results.

    Can you please help steer us in the direction of what we are missing, or if its compatible at all with your plugin.

    20201028 – Linking S&F to Custom Module Grids
    https://drive.google.com/file/d/1kK3qTspfT9Pr2ka-OczeE9Y9sGcFvWgo/view

    #264167

    Trevor
    Participant

    The way the ranges are calculated, they cannot take into account the posts selected, sorry. This is intentional, as explained here:

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


    Anonymous
    Inactive

    We are not using a plugin for it. Just the WooCommerce settings. Some of our items are set to Catalog Visibility = Shop and Search Results. And some items are set to Catalog Visibility = Search Results Only. The search only items are not being shown in the results ever.


    Trevor
    Participant

    Is that using this plugin:

    https://woocommerce.com/products/catalog-visibility-options/

    And you set this option globally or on specific products?


    Anonymous
    Inactive

    I am running into an issue with S&F not returning WooCommerce product with a WooCommerce catalog visibility setting of Search Only.

    Is there a specific configuration required to get these products to display when searching?

    #263829

    Trevor
    Participant

    Ah, that we have little or no control over. Let me explain, and then offer a ‘Select’ replacement script as a possible solution (used by many themes).

    One of the reasons so many themes/sites use ‘Select’ replacement scripts is that much of the formatting of standard select controls is done by the browser, and so you have little or no control over that.

    The Chosen script is included with/used by our plugin by default. However, it is now pretty much abandoned and has not received any major updates in a long time. It has poor support for iOS devices for example.

    In the current version of our plugin, there is an option in our settings page to choose which (Combobox) script to use.

    Go to wp-admin -> Search & Filter -> Settings -> Combobox Script

    Change this from Chosen to Select2

    The Select2 script is then available for you to apply to the form. Select2 is maintained now by the WooCommerce team, who are, of course, owned by Automattic, the owners of WordPress, and as such is used by a lot of themes and plugins.

    So, in the form field settings, select the combobox option for each. This will mean you may need to add the styling you want to these fields.

    There is an alternate way of doing this, but this is the easiest. Now you can style the resulting select as it is not a select!

    This post shows the complete Select2 CSS that we already include in our plugin:

    https://support.searchandfilter.com/forums/topic/customise-dropdown-combobox/#post-180345

    At the end is an example of how to modify it.


    Anonymous
    Inactive

    I’m using shortcode display (ajax) for listing woocommerce products. The list search page lists woocommerce products (using Elementor). The woocommerce fields (price, sku, etc.) display properly, but the ACF fields on those product pages do not display until I trigger a search (or reset the search after the page loads). The ACF fields do then pick up their values and display properly. How can I get the ACF fields to display on page load without having to perform a search?

Viewing 10 results - 101 through 110 (of 1,497 total)