Forums Forums Search & Filter Pro Display results method

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #100581

    Hi,
    In my website: Woocommerce, Search&Filte, Woo Layout Injector.
    I have 3 tags of products (“Abonnement”, “Commentaires”, “Books”) to sell that I want to display in 3 different shops customized according to tags. The products are completelly different and I can’t have only one shop.
    For exemple:
    “Abonnement” is displayed in grid with no image and filters are “Price”, “Duration”, etc.
    “Commentaires” is displayed in list and filters are “Product Categories”, “Author”, “Date”, etc.
    “Books” is displayed in grid with image and filters are “Product Categories”, “Author”, “Price”, etc.

    I designed 3 products page layouts that I call with URL:
    …/etiquette-produit/Abonnement/
    …/etiquette-produit/Commentaires/
    …/etiquette-produit/Books/

    Everything goes fine without Search&Filter.

    I create a search form for each tag because the fields to filter are different in each shop.
    My target is to display the products filtered in the initial shop (or in a archive page with the same look) and I tried with all the types of the “Display results method” but everything goes wrong.

    Can you help me define what type of result I must fix in Search&Filter and how to customize them according to my shops.

    Thank you in advance,
    Bruno

    Trevor
    #100670

    Do you have different template pages for each, or somewhere that you can place a shortcode BEFORE the grid/loop? In which case maybe you could have 3 forms, set to Custom method and the page URL as needed (must be fixed), and this shortcode (or in a php template file as an echo do_shortcode(...):

    [searchandfilter id="123" action="filter_next_query"]

    Where the ID number you must change to suit. Make sure you are using v2.3.3 of the plugin.

    Anonymous
    #100680

    I don’t know how to have a template for each “shop” butI will check that in the woocommerce documentation.
    If I can find such a solution I will try your suggestion.
    I will keep in touch.

    Thank you,
    Bruno

Viewing 3 posts - 1 through 3 (of 3 total)