View Single Post
  #20  
Old 07-16-2009, 04:55 AM
 
Mathieu-911 Mathieu-911 is offline
 

Newbie
  
Join Date: Jun 2009
Posts: 1
 

Default Re: Adding/Modifying Fields in the Main Product Table

Hello!
I'm new with x-cart.
I have try to add one field fallowing the steps you've writen. The data is displayed well but no modification to the data is reported to DataBase. What's wrong ?

To DataBase:
ALTER TABLE `xcart_products` ADD `descrauteurs` TEXT DEFAULT NULL;

in product_modify.php, i added: "descrauteurs" => $descrauteurs at the wright place
and in product_details.tpl, i added:
<tr>
{if $geid ne ''}<td width="15" class="TableSubHead"><input type="checkbox" value="Y" name="fields[descrauteurs]" /></td>{/if}
<td class="FormButton" nowrap="nowrap">{$lng.lbl_descrauteurs}* :</td>
<td class="ProductDetails">
{include file="main/textarea.tpl" name="descrauteurs" cols=45 rows=12 class="InputWidth" data=$product.descrauteurs width="80%" btn_rows=4}
</td>
</tr>

What's the problem ????
Tanks for your help.
__________________
* your current X-Cart/LiteCommerce version number
* add-on modules you have

You can find your X-Cart/LiteCommerce version by viewing www.yourstore.com/xcartdir/VERSION
Reply With Quote