{* $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}:
| {$lang.amount} | {foreach from=$wholesale_prices item=price} {if $price.lower_limit ne 1}{$price.lower_limit}+ | {/if} {/foreach}
| {$lang.price} | {foreach from=$wholesale_prices item=price} {if $price.lower_limit ne 1}{include file="common_templates/price.tpl" value=$price.price} | {/if} {/foreach}