Custom Content Filter
Posted: Wed Jan 28, 2015 1:48 am
I am looking for a way to add a Custom Content Filter to a page on our store. I need way to tag each product by color. I thought about just using the product name as that filter, but we have several products that have unique color names so that won't work. We want to group products colors like aquamarine into Blue, etc.
I thought that if I added the template code for Product Field 1 in the class="" I could do that. Then on each product page in the textbox "Product Field 1", I could enter the color name of my choice.
The results of that in the HTML code are:
I think it is weird that instead of using what I have in that textbox field on the product page in the Product Field 1, it is instead using the word "Product Field 1". Clearly I am doing something wrong. My code looks like this:
I also tried using this template code "[-- PRODUCT.Field1 --]" and with using this, nothing shows up.
I thought that if I added the template code for Product Field 1 in the class="" I could do that. Then on each product page in the textbox "Product Field 1", I could enter the color name of my choice.
The results of that in the HTML code are:
- Code: Select all
<div class="blocks col-md-3 col-sm-6 col-xs-12 Product Field 1 " style="position: absolute; left: 0px; top: 0px;">
I think it is weird that instead of using what I have in that textbox field on the product page in the Product Field 1, it is instead using the word "Product Field 1". Clearly I am doing something wrong. My code looks like this:
- Code: Select all
<div class="blocks col-md-3 col-sm-6 col-xs-12 [-- STORE.ProductField1 --] ">
I also tried using this template code "[-- PRODUCT.Field1 --]" and with using this, nothing shows up.