View Single Post
  #3  
Old 03-29-2005, 03:50 PM
 
cubefree cubefree is offline
 

Member
  
Join Date: Mar 2005
Posts: 18
 

Default

Additionally, I persued the following to edit my Admin/modify_product.php page. I edited the code for dim_x for starters (btw $lng.lbl_dim_x must be added in the Languages section of admin tool):


Code:
<TR> {if $productids ne ''}<TD width="15" class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[dim_x]"></TD>{/if} <TD class="FormButton" nowrap>{$lng.lbl_dim_x}</TD> <TD class="ProductDetails"> <INPUT type="text" name="dim_x" size="18" value="{$product.dim_x}"> </TD> </TR>

It displays properly. However, it does NOT save any numbers entered into the dim_x input field. Do you know why? And what do I need to do to save the entry? The field already exists in the xcart_products table.

Using the GET method I confirmed the value is being passed to the page, but it did not save it in the xcart_products table. It just returns "0" in the dim_x field. Hmmmm.....? What next?

Version 4.0.12
__________________
~cubist
v 4.0.17
Reply With Quote