Re: Extra Fields in Products & Featured Products
Was this ever resolved? I've been going through tons of threads and following various different instructions and can't get extra fields to show up on my products_list.tpl in 4.3.1.
EDIT: I finally got it working. No modifications to any php files are necessary. My problem was that my Extra Fields were not checked off for "Show" and therefore not available as Product Search Options. I checked off the "Show" box and then made them available as search options under General Settings > Product Search Options.
This made my extra fields, which I mainly use for if/then statements, visible on my Product Details which I did not want. This was easy enough to hide by editing product.tpl in the Extra Fields skin folder.
Code used on products_list.tpl is {$product.extra_fields[0].field_value}
|