Forums Forums Search Search Results for 'woocommerce'

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

  • Anonymous
    Inactive

    Hi, i using woocomerce and i need to have 2 result page for 2 product categories

    I have this problems:
    – i can t see the tag, categories on tab Tags, Categories & Taxonomies. I need exclude the other categories
    – i can t use 2 display result woocommerce shop, so, hao cai i do?

    The page is :
    http://www.carbonfootprintitaly.it/organizzazioni/
    http://www.carbonfootprintitaly.it/prodotti/

    Regards
    Michele

    #240798

    Trevor
    Participant

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

    Can you tell me (if you remember) why we/you used the custom method instead of the WooCommerce shop method?

    #240707

    Anonymous
    Inactive

    Hi Trevor – thanks for the response.

    If the WooCommerce product filter is disabled the original filter still doesn’t work. Neither can I find pre_get_posts being used. I’m using WooCommerce Memberships, so perhaps that’s the issue, but it’s strange that it’s only just stopped working.

    I’ve tried using the recommended Custom code (see below), but still none of the custom post types are displayed:

    $args = array(‘post_type’ => ‘resources’);
    $args[‘search_filter_id’] = 21588;
    $query = new WP_Query($args);

    I’ve also created a new form to see if that would work, with no success.

    Thanks

    #240586

    Anonymous
    Inactive

    Hello

    I’ve been using Search and Filter Pro for several years but have a come across an issue on one website that I’ve never had before.

    There is a filter set up for a custom post using the ‘Custom’ option, which was working fine. I then added a different filter for WooCommerce products on the same website, which also worked.

    However, since adding the filter for the Woocommerce products, the filter for the custom post types are not displaying, but the drop-down categories are showing the correct count within the taxonomy (i.e. not zero). When a category is selected no results are displayed. When I add other content to this filter (e.g. WooCommerce products), this content shows, but still not the custom post type.

    I’ve been into the custom posts and re-saved them, but still no luck. The custom post settings haven’t changed. Unfortunately, when I remove the filter WooCommerce products, the custom post filter still doesn’t work.

    Any help would be appreciated.

    Plugin version: 2.5.0

    Thank you!

    #240561

    Anonymous
    Inactive

    Hi!

    Is there a way to let the customer activate/deactivate a search filter in the search form?

    My problem:

    I have custom fields for WooCommerce but all products does not fill in the fields. In Search & Replace I hav Post Meta field with Range Number input type. If I set the minimum value to 0 then it will display results from all products that don’t have any value at all. If I set the min value to 1 the it will never display any products that don’t have any value.

    So my thought were to let the visitor activate and deactivate the field depending on if the visitor is looking for products with or without that specific field.

    #240373

    Anonymous
    Inactive

    Hi

    I we got website with total 3K woocommerce products out of which ~ 2000 products are in draft mode

    We have configured search such a way that it should only show published posts ( products )

    But whenever we rebuild cache it takes and go through all products. Which is causing lot of trouble lately.

    Sometime page return blank or whole category goes missing. Client is getting angry.

    I would appreciate any help on that.

    Can we just cache published posts instead posts in draft?

    check this https://cl.ly/5f9675a039cb / https://cl.ly/49c5d865c543


    Anonymous
    Inactive

    Hi, Trevor.

    My Shop site is https://novembercool.com/shop/. I am using WooCommerce for my Shop, and the latest version of WordPress for the site.

    The Sort function is not working on the Shop page. When I choose “Sort by Price” or “Sort by Latest,” for example, nothing happens. The screen doesn’t change and the products listed don’t change.

    Also, when I select one of the radio buttons to the right, the product list and the product count don’t change. When I select “Bible-based Collection,” which has 56 products, the product list to the left still shows the entire Shop of 184 products. Nothing moves.

    I’ve tried uninstalling and re-installing the plug-in, but that didn’t help. What am I missing?
    Thank you.

    #239654

    In reply to: Divi Woocommerce


    Trevor
    Participant

    Which ‘Display results method’ have you chosen in the form settings (I presume WooCommerce)?

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

    As to horizontal, this may help:

    https://searchandfilter.com/documentation/getting-started/display-search-form/#making-your-search-form-horizontal

    Please note that we are now into an extended public holiday weekend (Friday to Monday inclusive) here in the UK. We may be working for some of this period, but replies may be delayed at times.

    #239646

    Trevor
    Participant

    Could you first change the combobox script to Select2 (there is an option in our settings page to choose which Combobox script to use). Your current form uses Chosen, which is set within 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.

    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.

    This custom CSS might then do it for you:

    .searchandfilter[data-sf-form-id="9331"] li.sf-field-search input,
    .searchandfilter[data-sf-form-id="9331"] li.sf-field-search label,
    .searchandfilter[data-sf-form-id="9331"] .select2-container {
      min-width: 100%;
    }

    Please note that we are now into an extended public holiday weekend (Friday to Monday inclusive) here in the UK. We may be working for some of this period, but replies may be delayed at times.

    #239556

    Trevor
    Participant

    S&F passes the query to Relevanssi. Relevanssi uses its own index, then passes the list of matching IDs back to S&F.

    This is the Relevanssi WooCommerce documentation:

    https://www.relevanssi.com/user-manual/woocommerce/

    Is it OK to close this thread as resolved?

Viewing 10 results - 281 through 290 (of 1,497 total)