From c917638f2dc12932b11b93ca36658561666e0321 Mon Sep 17 00:00:00 2001 From: Peter Harback Date: Thu, 8 Oct 2020 16:07:27 +1100 Subject: [PATCH] Remove non existent filter_category parameter Remove the non existent filter_category parameter from the [%random_products function and replace it with category - as per documentation on https://developers.neto.com.au/documentation/neto-designer-documentation/b-se-tag-library/function-tags/list-content-and-products/random_products/ When you put a category_id in the filter_category parameter is doesn't work. It works however if the parameter is just "category" --- src/templates/cms/home.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/cms/home.template.html b/src/templates/cms/home.template.html index 4f859e27..6253afab 100644 --- a/src/templates/cms/home.template.html +++ b/src/templates/cms/home.template.html @@ -44,7 +44,7 @@

Featured products

[%/param%] [%param *ifempty%] - [%random_products filter_category:'' template:'' limit:'8'%] + [%random_products category:'' template:'' limit:'8'%] [%param *header%]

Featured products