There are 3 categories in my Neto store:
Category 1 Category 2 Category 3 I want to display ONLY one category i.e Category 2(Specific category) on the Homepage.
Anyone Know How can i achieve this. Thanks in advance
There are 3 categories in my Neto store:
Category 1 Category 2 Category 3 I want to display ONLY one category i.e Category 2(Specific category) on the Homepage.
Anyone Know How can i achieve this. Thanks in advance
use this code and apply according to you choice
[%thumb_list type:'products' filter_category:'' limit:'10'%]
[%param template%]
[%if [@name@] eq 'Shirts'%]
shirt_template
[%else%]
default`enter code here`
[%/if%]
[%/param%]