{literal} {/literal}
{if $paymentMethod.solution_type=="all-in-one"}All-in-one Solution {elseif $paymentMethod.solution_type=="gateway"}Gateway Solution {elseif $paymentMethod.solution_type=="instant"}Instant Checkout Solution {elseif $paymentMethod.solution_type=="custom"}Custom Solution {else}Payment Solution{/if}
{if $paymentMethod.logo}
{/if} {$paymentMethod.name|htmlspecialchars} Setup {if $paymentMethod.active=='Yes'}
Disable
{/if}
{if $paymentMethod.id != "cart_ccs"}
Your {$paymentMethod.name|htmlspecialchars} Account Information
Edit
{form form=$staticForm}
{else}
Credit Card Storage
{/if}
{if $paymentMethod.active=="No"}
Payment solution will become active after settings updated
{/if}
{form form=$editableForm[0]} {if $paymentMethod.id == "cart_ccs" && $instructionsFile} {include file=$instructionsFile} {/if} {if $paymentMethod.active=="No" && $paypalECForm} {$paypalECForm} {/if}
{if $paymentMethod.id != "cart_ccs" || $paymentMethod.active=="Yes"} {if $instructionsFile} {include file=$instructionsFile} {/if} {/if} {if $paymentMethod.active=="Yes"}
{/if}
{if $supportCC}
Configure Credit Card Types
Please note: some payment solutions require predefined card IDs to be passed to a gateway during checkout process.
Be sure that changes you are making will not result in a gateway malfunction.
Add a New Credit Card Type
Enable
Card Code
Card Name
Require CVV2
{if $paymentMethod.supported_cards}
Enable
Card Code
Card Name
Require CVV2
{foreach from=$paymentMethod.supported_cards item="supportedCard"}
{/foreach}
{/if}
{/if}
{if $editableForm[1]}
Advanced Settings
{form form=$editableForm[1]} {/if} {form form=$advancedForm} {if $advancedSettingsFile} {include file=$advancedSettingsFile} {/if}