Hello S Smeredith,
If you are using the [product-catalogue] short code you have several attributes that you can apply.
“id”,”excluded_layouts”,”starting_layout”,”products_per_page”,”current_page”,”sidebar”,”only_inner”,”ajax_reload”,”ajax_url”,”request_count”,”category”.”subcategory”,”tags”,”custom_fields”,and “prod_name”
So you could have your products shown like
[product-catalogue id=”1″ excluded_layouts=”Detail,List” starting_layout=”Thumbnail” category=”2″]
What this will do is show your catalogue with the id of 1 and category id of 2 only. The detail and list formats will not be shown and starts on the thumbnail. With the [product-catalogue] short code you will have the sidebar that allows for search but that can also be hidden by adding the attribute of sidebar=”No”.
You can also customize the catalogue layout by using the Custom CSS when you select a catalogue to edit. At least that is how I have been using it.
The [insert-products] is also another great solution to add specific products that you would like to display and is done pretty much the same way that as the example above but also using the “catalogue_url” attribute:
[insert-product catalogue_url=”/thepagethatyouwantittoload/” catalogue_id=”1″ category_id=”2″ product_count=”20″ products_wide=”4″]
The [insert-products] is great if your are going to use it in a sidebar or mega menu. I hope that makes a little more sense.
James