{* $Id: giftcert.tpl,v 1.18.2.1 2003/03/24 13:42:30 svowl Exp $ *} { include file="location.tpl" last_location=$lng.lbl_gift_certificates } {include file="check_email_script.tpl"} {literal} {/literal}
![]() |
{$lng.txt_gc_header} |
{capture name=dialog}
{$lng.txt_gift_certificate_checking_msg}
{if $smarty.get.gcid and $gc_array eq ""}
{$lng.err_gc_not_found}
{/if}
| {$lng.lbl_gc_id}: | {$gc_array.gcid} |
| {$lng.lbl_amount}: | {include file="currency.tpl" value=$gc_array.amount} |
| {$lng.lbl_remain}: | {include file="currency.tpl" value=$gc_array.debit} |
| {$lng.lbl_status}: | {if $gc_array.status eq "P"}Pending {elseif $gc_array.status eq "A"}Active {elseif $gc_array.status eq "B"}Blocked {elseif $gc_array.status eq "D"}Disabled {elseif $gc_array.status eq "E"}Expired {elseif $gc_array.status eq "U"}Used {/if} |
{capture name=dialog} {if $amount_error}
{$lng.txt_amount_invalid}
{/if}
{else}
{$lng.lbl_gc_add_to_cart}
{/if}
{else}
{$lng.lbl_gc_create}
{/if}