View Single Post
  #3  
Old 11-30-2004, 12:08 PM
 
ProjectShadow ProjectShadow is offline
 

Advanced Member
  
Join Date: Oct 2004
Posts: 55
 

Default

Alright, I thought that as well, but here is the top part of the product.tpl file:

Code:
{* $Id: product.tpl,v 1.78.2.4 2004/02/27 13:47:00 mclap Exp $ *} <table width=620 border=0 cellpadding=0 cellspacing=0><tr><td nowrap> {include file="check_product_options_js.tpl"} {include file="location.tpl"} </td></tr></table> {if $product.product_type eq "C"} {include file="modules/Product_Configurator/pconf_customer_product.tpl"} {else} {capture name=dialog} <table border=0 width=100%> <form name=orderform method=post action="cart.php?mode=add" OnSubmit="javascript:if (!FormValidation()) return false"> <tr> <td valign=top colspan=2 align=left width=100> {if $active_modules.Detailed_Product_Images ne ""} {include file="modules/Detailed_Product_Images/detail_images.tpl"} {/if} </td> </tr> <tr> <td colspan=2 valign=top> <span class=> {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{/if} </span>

It has to be defined somewhere here I would think. But I don't know what's going on.
__________________
Adam L Golson
X-Cart v3.5.11 [Linux]
Reply With Quote