{* $Id: subscription_info_inlist.tpl,v 1.3 2002/10/22 10:27:05 olga Exp $ *} {if $products[product].catalogprice}
| Price: |
{include file="currency.tpl" value=$products[product].catalogprice}{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$products[product].catalogprice} setup fee
+ {include file="currency.tpl" value=$products[product].sub_priceplan}{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$products[product].sub_priceplan} / {if $products[product].sub_plan eq "Monthly"}month{elseif $products[product].sub_plan eq "Annually"}year{elseif $products[product].sub_plan eq "Weekly"}week{elseif $products[product].sub_plan eq "Quarterly"}quarter{elseif $products[product].sub_plan eq "By Period"}{$pay_period} days{/if} |