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.