Forums Forums Search Search Results for 'woocommerce'

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

  • Trevor
    Participant

    I can see that the form is in the page sidebar. Did you add it there in Widgets -> Sidebars?

    In which case, it looks like your theme probably uses the same sidebar on all pages. You would need to make the appearance of the widget conditional using a plugin like this:

    https://en-gb.wordpress.org/plugins/widget-logic/

    It depends which pages in WooCommerce you would want to show it on, but if you want all WooCommerce pages I think the logic code is is_woocommerce()

    But, the variations of rules you can apply are endless.


    Anonymous
    Inactive

    So I only have Search and Filter enabled on the Woocommerce Shop Page, and when I added another plugins shortcode to my FAQ page, which does not have Search and Filter on it, for some reason the Search and Filter shows up on the page!!!!!

    see: https://mineralbids.com/faq/

    which means that search and filter pro needs to be updated, so that when a shortcode gets added to a page, that it doesn’t automatically insert itself into the page.

    #225917

    Trevor
    Participant

    For each form, you must use the translate form option so that you do not have the error message. This way you will have one form per language, and then in the form you can translate the All Items label manually. The reason it translates for the taxonomy is becuase that will have been left with the default label, which is made by looking at the taxonomy Labels, which themselves will be translated.

    I believe that WPML has a WooCommerce addon?

    #225849

    Anonymous
    Inactive

    Hi. I’m looking for a way to translate the “All items” label in WPML. The search form works with a custom taxonomy (“brand”) of woocommerce products. I tried the solution mentioned in https://support.searchandfilter.com/forums/topic/how-to-translate-all-items-label-with-wpml/ but get the following error: ” Error: There are 2 Search Forms using display mode WooCommerce Shop – you may only have 1″.

    Furthermore the single form works perfectly with all the different languages. So it seems, that the cache has all entries for all languages. To use different forms would mean to have to maintain different caches which wouldn’t be very efficient.

    Somehow the “All items” label of the product category filter is already translated but I haven’t been able to find out where this comes from.

    Thank you!

    #225211

    Trevor
    Participant

    This may a problem with Relevanssi + WooCommerce.

    In the Relevanssi documentation there is this:

    https://www.relevanssi.com/knowledge-base/indexing-product-variation-skus-main-product/

    We have tried this on our own test install and it seems to work ok, after we rebuilt the Relevanssi index

    #224974

    Trevor
    Participant

    I see that you have two forms set to use the WooCommerce Shop. Can you decide which one is the one you need, and either delete the other one, or make it (temporarily) use the ‘Custom’ display method for now, whilst we troubleshoot?

    #224789

    Trevor
    Participant

    Sadly, WooCommerce does not have a meta key to indicate ‘on sale’ (AFAIK) so there is not a lot that can be done.

    If you were to look at the code for the WooCommerce [sale_products] shortcode, you would see how convoluted it is to work out which ones are on sale. It also creates a lot of query calls to the database.

    #224286

    In reply to: Choice Dropdowns


    Trevor
    Participant

    As you are using the WooCommerce Shop display results method, you can use the Template Options -> Enable filtering on Taxonomy Archives? setting.

    Then the taxonomy in question (Product Category) also needs to be in the form (even if hidden from display), and you must also have selected the Detect defaults from current page -> Choose which kinds of pages S&F will try to do this on -> Tag, Category & Taxonomy Archives, then the plugin can do what you want.

    #224219

    Anonymous
    Inactive

    Hi,

    I’ve got a search form set up for Woocommerce with 25 fields plus a submit and reset. I load the form with the shortcode to display when viewing a category in the store. There are four categories and each requires different fields from the 25 created so after loading the form the un-required fields are hidden using css. This is working really well when using the auto-submit and auto counting with hide empty selected in each field. When the auto-submit option is off and the dropdown selectors update without a page reload it seems fine until a selection is made and then all the options load into the dropdowns rather than category specific. Just trying to work out why this happens.

    Thanks
    Phil

    #224101

    Anonymous
    Inactive

    Hi!

    I have a website with WooCommerce. In the Products category list it’s possible to reorder the terms manually by moving them up and down. I would like that order to be them same in the S&F form dropdown field. When I choose Default as the order of the terms it does not work. None of he other options work either.

    How do I solve it?

    Thanks in advance!

Viewing 10 results - 381 through 390 (of 1,497 total)