
09-16-2008, 12:26 AM
|
|
 | |
Banned
|
|
 X-Adept
|
|
Join Date: Jan 2008
Posts: 486
|
|
|
Re: Availability information in Product page
Use this code:
PHP Code:
{if $config.General.unlimited_products ne "Y" and $product.distribution eq ""} {if $product.avail gt 5} Availability: in stock {elseif $product.avail gt 0} Availability: limited {else} Not in stock {/if} {/if}
|
|