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>
Quote:
Originally Posted by Dan.roh
Lewis
Am sure it will work on V4.3 as it is only an extra field you would need to add in your admin and then a piece of code that call that field, the conditions is in the code that call the field so it is quite simple. Look at my site first and make sure it is what you are after!
Have a look at this whole thread from start to finish and you should get all the answers that you need.
I had a bit of issues with the 3rd condition only because my site was set up to auto disable products of -1 in stock indicator and had a bit of issues findind the code to disable it but yours should be straight forward as you will not have that issue
|