Re: Extra fields outside of product.tpl
Thanks to both of you for your input on this.
cflsystems - do you expect that code should work on *any* page in the site? I'm trying to get this to work on the BCSE quick order module, but I'm wondering if the variable $product is something that is always available regardless of module, or if i would have to explicitly make it available? I have noticed their coding uses the variable $p instead of $product, but for some other customizations I was able to use $product (for cart functions.)
I specifically only need to reference a single extra field for my purposes, and I've also tried using {$product.extra_fields[0].field_value} and {$p.extra_fields[0].field_value} but no such luck.
|