View Single Post
  #30  
Old 08-28-2010, 01:21 AM
  Dan.roh's Avatar 
Dan.roh Dan.roh is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 397
 

Default Re: How do I change the "out of stock" message to "sold out"?

Quote:
Originally Posted by amy2203
sorry, misunderstood, I thought you were talking about the standard stock field.

I'd maybe look at how it's stored in the db, is it a text field or something? maybe it can't accept negative numbers? I don't do a lot with extra fields so i'm not much help i'm afraid,

Yes it is an text field, I think?

{/if}

<tr>
{if $geid ne ''}<td width="15" class="TableSubHead"><input type="checkbox" value="Y" name="fields[stock_indicator]" /></td>{/if}
<td class="FormButton" nowrap="nowrap">{$lng.lbl_stock_indicator}</td>
<td class="ProductDetails">
<input type="text" name="stock_indicator" size="2" value="{$product.stock_indicator}" />
</td>
</tr>
__________________
Regards

Dan


Xcart version:
4.1.10 GOLD
Reply With Quote