View Single Post
  #47  
Old 08-30-2010, 07:18 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 lewaff
Thanks Dan
What's your web address ?
I Tried the code but the first bit crashed the admin products

{/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>

If you click on Dan.roh next to my Logo you will see my homepage listed there
__________________
Regards

Dan


Xcart version:
4.1.10 GOLD
Reply With Quote