Quote:
Originally Posted by shan
Quote:
Originally Posted by fuzzylogic
appears the following code does work in product.tpl
{$extra_fields[x].field_value}
what code should i use to pull that data from sql so it can work in products_t.tpl?
|
if it works on a single column page it should work on multi colmn too.
make sure you put the code in the right place
|
in this thread near the bottom two ppl say that it will not work:
http://forum.x-cart.com/viewtopic.php?t=12632&highlight=fieldvalue
in regards to "putting it in the right place" i am entering the code right below the code (after a
) that displays the sku number (which i changed to show products quanitity instead).
again, the code that shows the field name works fine, but adding "_value" to it makes the line disappear.