Forums › Forums › Search & Filter Pro › Display results method
Tagged: archive, result, Shop, woocommerce
- This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago by Anonymous.
-
Anonymous(Private) March 31, 2017 at 8:33 am #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,
BrunoTrevor(Private) March 31, 2017 at 5:17 pm #100670Do 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.
-
AuthorPosts