View Single Post
  #4  
Old 03-13-2012, 07:47 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

Default 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.
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote