{* $Id: customer_product_details.tpl 1901 2006-06-09 13:26:04Z zeke $ *} {** The following code is need to be modified **} {if $wholesale_prices} {assign var="is_wholesale_prices" value=""} {foreach from=$wholesale_prices item=price} {if $price.lower_limit ne 1} {assign var="is_wholesale_prices" value="Y"} {/if} {/foreach} {if $is_wholesale_prices}

{$lang.our_wholesale_prices}: {foreach from=$wholesale_prices item=price} {if $price.lower_limit ne 1} {/if} {/foreach} {foreach from=$wholesale_prices item=price} {if $price.lower_limit ne 1} {/if} {/foreach}
{$lang.amount}{$price.lower_limit}+
{$lang.price} {include file="common_templates/price.tpl" value=$price.price} 
{/if} {/if}