View Single Post
  #9  
Old 02-26-2012, 05:36 PM
 
smek smek is offline
 

Advanced Member
  
Join Date: Jan 2004
Posts: 54
 

Default Re: "IN STOCK" message with buy now button

I am trying to use the same code but it doesnt seem to work. Maybe because i am using 4.1.6 ?

In the product details it shows "out of stock" so i know its out of stock...

{* show message if product is out of stock *}

{if $product.avail eq 0}
<p>this is out of stock</p>
{/if}

{* show message if product is out of stock *}
__________________
xcart 4.5.2
Reply With Quote