{assign var=title value="Credit Card Payment Page"} {include file=$header}

{$title}

{if $error}
{foreach from=$error item=e}
  • {$e} {/foreach}
  • {/if}
    {foreach from=$vars item=v key=k} {/foreach}
    Card Name
    exactly as on credit card
    Credit Card Number
    Credit Card Expiration
    Address
    exact address of credit card
    City
    exact city of credit card
    holder
    Country
    exact country of credit card holder
    State
    exact state of credit card holder
    ZIP
    Phone
    this form will be submitted to secure server
    {include file=$footer}