View Single Post
  #1  
Old 04-12-2008, 05:08 PM
 
PrairielandGolfCars PrairielandGolfCars is offline
 

Newbie
  
Join Date: Mar 2008
Posts: 4
 

Default Add field to products query so it's available to products.tpl?

(Not sure if this is a template question or MySQL question, so mods, please move to where this best fits.)

I have the Brand Year Model modification and I want to add the additonal fields $start_year and $end_year fields from the xcart_products table to the product display in product.tpl and product_t.tpl.

It's not working by just calling $start_date....or $product.start_year so I'm guessting those fields are not available to smarty because they're not included in the query that's built prior to display of the page at product.php?

Can anyone point me to the place where I need to add those two fields so I can call them in the smarty template?

Thank you!
__________________
4.1.9 GOLD
Reply With Quote