View Single Post
  #10  
Old 05-31-2005, 04:07 AM
 
thepbstore thepbstore is offline
 

Newbie
  
Join Date: May 2005
Posts: 6
 

Default Official Modification

How I was saying about the Numbers I have fixed it, if any one else was looking for a code like this, in 4.X/13 I have made it work.


{if $config.Appearance.show_in_stock eq "Y" and $config.General.unlimited_products ne "Y" and $product.distribution eq ""}

<TR><TD width="30%">In Stock</TD><TD nowrap>{if $product.avail gt 0}<font color=green>In Stock</font>{else}<font color=red>Out Of Stock</font>{/if}</TD></TR>

{/if}


os the new code, replace it in your /cart/skin1/customer/main/product.tpl Around line 27.. hope this helps and I have included the simple Red if out, Green if in font colors, you can change as you desire. Hope everyone enjoys and good luck out there.
__________________
.-=.=-.
Reply With Quote