Initial Commit of AgileBill Open Source
This commit is contained in:
2
themes/default/blocks/checkout_plugin/credit_card.tpl
Normal file
2
themes/default/blocks/checkout_plugin/credit_card.tpl
Normal file
@@ -0,0 +1,2 @@
|
||||
<!-- normal credit card form -->
|
||||
{ $block->display("checkout_plugin:credit_card_avs") }
|
214
themes/default/blocks/checkout_plugin/credit_card_avs.tpl
Normal file
214
themes/default/blocks/checkout_plugin/credit_card_avs.tpl
Normal file
@@ -0,0 +1,214 @@
|
||||
<form id="checkout_form" name="checkout_form" method="post" action="" onSubmit="javascript:void(0)">
|
||||
<input type="hidden" name="option" value="{$VAR.option}">
|
||||
{if $VAR.invoice_id == ""}
|
||||
{if $VAR.admin != '' && $VAR.account_id != '' }
|
||||
<input type="hidden" name="admin" value="1">
|
||||
<input type="hidden" name="do[]" value="checkout:admin_checkoutnow">
|
||||
<input type="hidden" name="_page" value="checkout:admin_checkout">
|
||||
<input type="hidden" name="account_id" value="{$VAR.account_id}">
|
||||
{else}
|
||||
<input type="hidden" name="do[]" value="checkout:checkoutnow">
|
||||
<input type="hidden" name="_page" value="checkout:checkout">
|
||||
{/if}
|
||||
{else}
|
||||
{if $VAR.admin != '' && $VAR.account_id != '' }
|
||||
<input type="hidden" name="admin" value="1">
|
||||
<input type="hidden" name="do[]" value="checkout:admin_checkoutnow">
|
||||
<input type="hidden" name="_page" value="checkout:admin_checkout">
|
||||
<input type="hidden" name="account_id" value="{$VAR.account_id}">
|
||||
{else}
|
||||
<input type="hidden" name="do[]" value="invoice:checkoutnow">
|
||||
{if $VAR.invoice_id > 0}
|
||||
<input type="hidden" name="_page" value="invoice:user_view">
|
||||
{else}
|
||||
<input type="hidden" name="_page" value="invoice:checkout_multiple">
|
||||
{/if}
|
||||
{/if}
|
||||
<input type="hidden" name="invoice_id" value="{$VAR.invoice_id}">
|
||||
{/if}
|
||||
|
||||
<!-- get cards on file -->
|
||||
{$method->exe("account_billing","list_on_file")}
|
||||
<input type="hidden" name="new_card" id="new_card" value="{if $VAR.new_card!=''}{$VAR.new_card}{elseif $onfile}2{else}1{/if}">
|
||||
|
||||
<!-- show old card on file -->
|
||||
<div id="onfile" {if !$onfile || $VAR.new_card == 1}{style_hide}{/if}>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr valign="top">
|
||||
<td class="row2">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="1" class="table_heading">
|
||||
<tr>
|
||||
<td valign="top" align="center" class="body">
|
||||
{if $VAR.msg != ""}
|
||||
{$VAR.msg|upper}
|
||||
{else}
|
||||
{translate module=checkout}
|
||||
enter_card_onfile
|
||||
{/translate}
|
||||
{/if} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="65%">
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="body">
|
||||
<tr>
|
||||
<td width="35%">
|
||||
<select name="account_billing_id" id="account_billing_id">{html_options options=$onfile selected=$VAR.account_billing_id}</select>
|
||||
<a href="javascript:void(0);" onClick="editSavedCard('{$VAR.admin}')">{translate}edit{/translate}</a>
|
||||
</td>
|
||||
<td width="25%"><b>
|
||||
<input type="submit" id="submitform" name="submitform" value="{translate module=checkout}process_ord{/translate}" onClick="javascript:checkoutNow(2)">
|
||||
</b>
|
||||
</td>
|
||||
<td width="20%"><a href="javascript:void(0);" onClick="enter_new_card()"><U>{translate module=checkout} enter_new_card {/translate}</U></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
</td>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- show new card form -->
|
||||
<div id="newcard" {if $onfile && $VAR.new_card != 1 }{style_hide}{/if} >
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr valign="top">
|
||||
<td width="65%" class="row2">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="row1">
|
||||
<tr>
|
||||
<td valign="top" align="center" class="table_heading">
|
||||
{if $VAR.msg != ""}
|
||||
{$VAR.msg|upper}
|
||||
{else}
|
||||
{translate module=checkout}
|
||||
enter_card
|
||||
{/translate}
|
||||
{/if} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="65%">
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="body">
|
||||
<tr>
|
||||
<td width="17%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="17%">{ $list->card_type_menu($VAR.card_type, $VAR.option,'checkout_plugin_data[card_type]','form_menu') } </td>
|
||||
<td width="16%">
|
||||
</td>
|
||||
<td width="16%"> </td>
|
||||
<td width="17%">
|
||||
{translate module=checkout}
|
||||
card_no
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="17%">
|
||||
<input type="text" name="checkout_plugin_data[cc_no]" value="{$VAR.cc_no}" size="20" maxlength="16">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%">
|
||||
{translate module=checkout}
|
||||
exp_month
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="17%"><select name="checkout_plugin_data[exp_month]" >
|
||||
<option value="01" {if $VAR.exp_month == "1"}selected{/if}>1 (Jan)</option>
|
||||
<option value="02" {if $VAR.exp_month == "2"}selected{/if}>2 (Feb)</option>
|
||||
<option value="03" {if $VAR.exp_month == "3"}selected{/if}>3 (Mar)</option>
|
||||
<option value="04" {if $VAR.exp_month == "4"}selected{/if}>4 (Apr)</option>
|
||||
<option value="05" {if $VAR.exp_month == "5"}selected{/if}>5 (May)</option>
|
||||
<option value="06" {if $VAR.exp_month == "6"}selected{/if}>6 (Jun)</option>
|
||||
<option value="07" {if $VAR.exp_month == "7"}selected{/if}>7 (Jul)</option>
|
||||
<option value="08" {if $VAR.exp_month == "8"}selected{/if}>8 (Aug)</option>
|
||||
<option value="09" {if $VAR.exp_month == "9"}selected{/if}>9 (Sep)</option>
|
||||
<option value="10" {if $VAR.exp_month == "10"}selected{/if}>10 (Oct)</option>
|
||||
<option value="11" {if $VAR.exp_month == "11"}selected{/if}>11 (Nov)</option>
|
||||
<option value="12" {if $VAR.exp_month == "12"}selected{/if}>12 (Dec)</option>
|
||||
</select></td>
|
||||
<td>{translate module=checkout} exp_year {/translate} </td>
|
||||
<td><select name="checkout_plugin_data[exp_year]" >
|
||||
<option value="06" {if $VAR.exp_year == "6"}selected{/if}>2006</option>
|
||||
<option value="07" {if $VAR.exp_year == "7"}selected{/if}>2007</option>
|
||||
<option value="08" {if $VAR.exp_year == "8"}selected{/if}>2008</option>
|
||||
<option value="09" {if $VAR.exp_year == "9"}selected{/if}>2009</option>
|
||||
<option value="10" {if $VAR.exp_year == "10"}selected{/if}>2010</option>
|
||||
<option value="11" {if $VAR.exp_year == "11"}selected{/if}>2011</option>
|
||||
<option value="12" {if $VAR.exp_year == "12"}selected{/if}>2012</option>
|
||||
<option value="13" {if $VAR.exp_year == "13"}selected{/if}>2013</option>
|
||||
<option value="14" {if $VAR.exp_year == "14"}selected{/if}>2014</option>
|
||||
<option value="15" {if $VAR.exp_year == "15"}selected{/if}>2015</option>
|
||||
<option value="15" {if $VAR.exp_year == "16"}selected{/if}>2016</option>
|
||||
</select></td>
|
||||
<td width="17%"><a href="javascript:NewWindow('ccv_help','','{$SSL_URL}?_page=checkout:ccv_help&_escape=1');">
|
||||
</a><a href="javascript:NewWindow('ccv_help','','{$SSL_URL}?_page=checkout:ccv_help&_escape=1');">{translate module=checkout} ccv {/translate} </a></td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[ccv]" value="{$VAR.ccv}" size="3" maxlength="3">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%">{translate module=account} field_first_name {/translate}{if $VAR.first_name_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[first_name]" value="{$VAR.first_name}" size="12"> </td>
|
||||
<td width="16%">{translate module=account} field_last_name {/translate}{if $VAR.last_name_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td width="16%"><input type="text" name="checkout_plugin_data[last_name]" value="{$VAR.last_name}" size="12">
|
||||
</td>
|
||||
<td width="17%">{translate module=account} field_company {/translate}</td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[company]" value="{$VAR.company}" size="20"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%">{translate module=account} field_address1 {/translate}{if $VAR.address1_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[address1]" value="{$VAR.address1}" size="12"></td>
|
||||
<td width="16%">{translate module=account} field_address2{/translate}</td>
|
||||
<td width="16%"><input type="text" name="checkout_plugin_data[address2]" value="{$VAR.address2}" size="12"></td>
|
||||
<td width="17%">{translate module=account} field_city {/translate}</td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[city]" value="{$VAR.city}" size="20"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%">{translate module=account} field_state {/translate}{if $VAR.state_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[state]" value="{$VAR.state}" size="12"></td>
|
||||
<td width="16%">{translate module=account} field_zip{/translate}{if $VAR.zip_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td width="16%"><input type="text" name="checkout_plugin_data[zip]" value="{$VAR.zip}" size="12"></td>
|
||||
<td width="17%">{translate module=account} field_country_id{/translate}</td>
|
||||
<td width="17%">
|
||||
{if $VAR.country_id != ""}
|
||||
{ $list->menu("no", "checkout_plugin_data[country_id]", "country", "name", $VAR.country_id, "") }
|
||||
{else}
|
||||
{ $list->menu("no", "checkout_plugin_data[country_id]", "country", "name", $smarty.const.DEFAULT_COUNTRY, "") }
|
||||
{/if}
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%">
|
||||
<input type="button" id="submit_checkout_form" name="submit_checkout_form" value="{translate module=checkout}process_ord{/translate}" onClick="javascript:checkoutNow(1)">
|
||||
</td>
|
||||
<td width="17%"><input type="hidden" name="email" value="{$VAR.email}">
|
||||
<input type="hidden" name="detailsnocopy" value="1"></td>
|
||||
<td width="16%"> </td>
|
||||
<td width="16%"> </td>
|
||||
<td width="17%"> </td>
|
||||
<td width="17%" align="right">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
<br>
|
168
themes/default/blocks/checkout_plugin/echeck.tpl
Normal file
168
themes/default/blocks/checkout_plugin/echeck.tpl
Normal file
@@ -0,0 +1,168 @@
|
||||
<form id="checkout_form" name="checkout_form" method="post" action="" onSubmit="javascript:void(0)">
|
||||
<input type="hidden" name="option" value="{$VAR.option}">
|
||||
{if $VAR.invoice_id == ""}
|
||||
{if $VAR.admin != '' && $VAR.account_id != '' }
|
||||
<input type="hidden" name="admin" value="1">
|
||||
<input type="hidden" name="do[]" value="checkout:admin_checkoutnow">
|
||||
<input type="hidden" name="_page" value="checkout:admin_checkout">
|
||||
<input type="hidden" name="account_id" value="{$VAR.account_id}">
|
||||
{else}
|
||||
<input type="hidden" name="do[]" value="checkout:checkoutnow">
|
||||
<input type="hidden" name="_page" value="checkout:checkout">
|
||||
{/if}
|
||||
{else}
|
||||
{if $VAR.admin != '' && $VAR.account_id != '' }
|
||||
<input type="hidden" name="admin" value="1">
|
||||
<input type="hidden" name="do[]" value="checkout:admin_checkoutnow">
|
||||
<input type="hidden" name="_page" value="checkout:admin_checkout">
|
||||
<input type="hidden" name="account_id" value="{$VAR.account_id}">
|
||||
{else}
|
||||
<input type="hidden" name="do[]" value="invoice:checkoutnow">
|
||||
{if $VAR.invoice_id > 0}
|
||||
<input type="hidden" name="_page" value="invoice:user_view">
|
||||
{else}
|
||||
<input type="hidden" name="_page" value="invoice:checkout_multiple">
|
||||
{/if}
|
||||
{/if}
|
||||
<input type="hidden" name="invoice_id" value="{$VAR.invoice_id}">
|
||||
{/if}
|
||||
|
||||
<!-- get cards on file -->
|
||||
{$method->exe("account_billing","list_on_file")}
|
||||
<input type="hidden" name="new_card" id="new_card" value="{if $VAR.new_card!=''}{$VAR.new_card}{elseif $onfile}2{else}1{/if}">
|
||||
|
||||
<!-- show old card on file -->
|
||||
<div id="onfile" {if !$onfile || $VAR.new_card == 1}{style_hide}{/if}>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr valign="top">
|
||||
<td class="row2">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="1" class="table_heading">
|
||||
<tr>
|
||||
<td valign="top" align="center" class="body">
|
||||
{if $VAR.msg != ""}
|
||||
{$VAR.msg|upper}
|
||||
{else}
|
||||
{translate module=checkout}
|
||||
enter_card_onfile
|
||||
{/translate}
|
||||
{/if} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="65%">
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="body">
|
||||
<tr>
|
||||
<td width="35%">
|
||||
<select name="account_billing_id" id="account_billing_id">{html_options options=$onfile selected=$VAR.account_billing_id}</select>
|
||||
<a href="javascript:void(0);" onClick="editSavedCard('{$VAR.admin}')">{translate}edit{/translate}</a>
|
||||
</td>
|
||||
<td width="25%"><b>
|
||||
<input type="submit" id="submitform" name="submitform" value="{translate module=checkout}process_ord{/translate}" onClick="javascript:checkoutNow(2)">
|
||||
</b>
|
||||
</td>
|
||||
<td width="20%"><a href="javascript:void(0);" onClick="enter_new_card()"><U>{translate module=checkout} enter_new_card {/translate}</U></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
</td>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- show new card form -->
|
||||
<div id="newcard" {if $onfile && $VAR.new_card != 1 }{style_hide}{/if} >
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr valign="top">
|
||||
<td width="65%" class="row2">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="row1">
|
||||
<tr>
|
||||
<td valign="top" align="center" class="table_heading">
|
||||
{if $VAR.msg != ""}
|
||||
{$VAR.msg|upper}
|
||||
{else}
|
||||
{translate module=checkout}
|
||||
enter_card
|
||||
{/translate}
|
||||
{/if} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="65%">
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="body">
|
||||
<tr>
|
||||
<td width="17%">{translate module=checkout} eft_trn {/translate}{if $VAR.eft_trn_error}<font color="#FF0000">*</font>{/if} </td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[eft_trn]" value="{$VAR.eft_trn}" size="12"> </td>
|
||||
<td width="16%">{translate module=checkout} eft_check_acct {/translate}{if $VAR.eft_check_acct_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td width="16%"><input type="text" name="checkout_plugin_data[eft_check_acct]" value="{$VAR.eft_check_acct}" size="20"></td>
|
||||
<td width="17%">
|
||||
{translate module=checkout}eft_check_checkno{/translate}
|
||||
{if $VAR.eft_check_checkno_error}<font color="#FF0000">*</font>{/if} </td>
|
||||
<td width="17%">
|
||||
<input type="text" name="checkout_plugin_data[eft_check_checkno]" value="{$VAR.eft_check_checkno}" size="12">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{translate module=account} field_first_name {/translate}{if $VAR.first_name_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td><input type="text" name="checkout_plugin_data[first_name]" value="{$VAR.first_name}" size="12"></td>
|
||||
<td>{translate module=account} field_last_name {/translate}{if $VAR.last_name_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td><input type="text" name="checkout_plugin_data[last_name]" value="{$VAR.last_name}" size="12"></td>
|
||||
<td>{translate module=checkout} eft_check_acct_type {/translate} </td>
|
||||
<td><select name="checkout_plugin_data[eft_check_acct_type]" >
|
||||
<option value="p" {if $var.eft_check_acct_type == "p"}selected{/if}>{translate module=checkout}eft_type_p{/translate}</option>
|
||||
<option value="b" {if $var.eft_check_acct_type == "b"}selected{/if}>{translate module=checkout}eft_type_b{/translate}</option>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%">{translate module=account} field_address1 {/translate}{if $VAR.address1_error}<font color="#FF0000">*</font>{/if}
|
||||
</td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[address1]" value="{$VAR.address1}" size="12"> </td>
|
||||
<td>{translate module=account} field_city {/translate}{if $VAR.city_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td><input type="text" name="checkout_plugin_data[city]" value="{$VAR.city}" size="20"></td>
|
||||
<td width="17%">{translate module=account} field_state {/translate}{if $VAR.state_error}<font color="#FF0000">*</font>{/if} </td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[state]" value="{$VAR.state}" size="12">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%">{translate module=account} field_zip{/translate}{if $VAR.zip_error}<font color="#FF0000">*</font>{/if} </td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[zip]" value="{$VAR.zip}" size="12"></td>
|
||||
<td width="16%">{translate module=account} field_country_id{/translate}</td>
|
||||
<td width="16%">{if $VAR.country_id != ""} { $list->menu("no", "checkout_plugin_data[country_id]", "country", "name", $VAR.country_id, "") } {else} { $list->menu("no", "checkout_plugin_data[country_id]", "country", "name", $smarty.const.DEFAULT_COUNTRY, "") } {/if} </td>
|
||||
<td width="17%">{translate module=checkout} phone{/translate}{if $VAR.phone_error}<font color="#FF0000">*</font>{/if}</td>
|
||||
<td width="17%"><input type="text" name="checkout_plugin_data[phone]" value="{$VAR.phone}" size="12"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="17%">
|
||||
<input type="button" id="submit_checkout_form" name="submit_checkout_form" value="{translate module=checkout}process_ord{/translate}" onClick="javascript:checkoutNow(1)">
|
||||
</td>
|
||||
<td width="17%"><input type="hidden" name="email" value="{$VAR.email}">
|
||||
<input type="hidden" name="detailsnocopy" value="1">
|
||||
<input type="hidden" name="checkout_plugin_data[card_type]" value="eft"></td>
|
||||
<td width="16%"> </td>
|
||||
<td width="16%"> </td>
|
||||
<td width="17%"> </td>
|
||||
<td width="17%" align="right">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
<br>
|
17
themes/default/blocks/checkout_plugin/list_credit_card.tpl
Normal file
17
themes/default/blocks/checkout_plugin/list_credit_card.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
{$list->unserial($invoice.checkout_plugin_data, "plugin_data")}
|
||||
<tr valign="top">
|
||||
<td class="row1">
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="middle">
|
||||
<td width="33%"><b>
|
||||
{translate module=account_billing}
|
||||
title_view
|
||||
{/translate}
|
||||
</b></td>
|
||||
<td width="66%">
|
||||
{ $list->menu_cc_admin("invoice_account_billing_id", $invoice.account_id, $invoice.account_billing_id, "form_menu", $cc_user) }
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
@@ -0,0 +1,40 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> 2checkout.com Merchant ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">2checkout.com Secret Phrase</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,40 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="Y" {if $plugin_data.mode == "Y"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> 2checkout.com Vendor ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">2checkout.com Secret Phrase</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,58 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">ACH Commerce Login</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[login]" value="{$plugin_data.login}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">ACH Commerce Merchant ID </td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[merchantid]" value="{$plugin_data.merchantid}" >
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">ACH Commerce Password </td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[password]" value="{$plugin_data.password}">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Batch ID </td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[batchid]" value="{$plugin_data.batchid}" class="form_field">
|
||||
(leave blank to auto-generate unique batchid) </td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Verification String</td>
|
||||
<td width="50%"><select name="checkout_plugin_data[verstr]" class="form_menu">
|
||||
<option value="R" {if $plugin_data.verstr == "R"}selected{/if}>Routing number check indicator (R)</option>
|
||||
<option value="T" {if $plugin_data.verstr == "T"}selected{/if}>Thompson database check indicator (T)</option>
|
||||
<option value="S" {if $plugin_data.verstr == "S"}selected{/if}>Store check to database (S)</option>
|
||||
<option value="RS" {if $plugin_data.verstr == "RS"}selected{/if}>Routing & Store (RS)</option>
|
||||
<option value="RTS" {if $plugin_data.verstr == "RTS"}selected{/if}>Routing, Thompson, & Store (RTS)</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Standard Entry Class (contact Ach Commerce sales rep to determine proper code)</td>
|
||||
<td width="50%"><select name="checkout_plugin_data[sec]" class="form_menu">
|
||||
<option value="PPD" {if $plugin_data.sec == "PPD"}selected{/if}>(PPD) Prearranged Payment and Deposit (Default)</option>
|
||||
<option value="POP" {if $plugin_data.sec == "POP"}selected{/if}>(POP) Point of Purchase</option>
|
||||
<option value="TEL" {if $plugin_data.sec == "TEL"}selected{/if}>(TEL) Telephone Initiated Transaction</option>
|
||||
<option value="WEB" {if $plugin_data.sec == "WEB"}selected{/if}>(WEB) Web Initiated Entry</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
</td>
|
||||
<td width="50%">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
34
themes/default/blocks/checkout_plugin/plugin_cfg_ANYPAY.tpl
Normal file
34
themes/default/blocks/checkout_plugin/plugin_cfg_ANYPAY.tpl
Normal file
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> AnyPay Account Email</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,128 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[x_Transaction_Type]" class="form_menu">
|
||||
<option value="AUTH_CAPTURE" {if $plugin_data.x_Transaction_Type == "AUTH_CAPTURE"}selected{/if}>
|
||||
Authorization + Capture (standard) </option>
|
||||
<option value="AUTH_ONLY" {if $plugin_data.x_Transaction_Type == "AUTH_ONLY"}selected{/if}>
|
||||
Authorization Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Authorize.net Username</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[x_Login]" value="{$plugin_data.x_Login}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Authorize.net Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[x_Password]" value="{$plugin_data.x_Password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
127
themes/default/blocks/checkout_plugin/plugin_cfg_BLUEPAY.tpl
Normal file
127
themes/default/blocks/checkout_plugin/plugin_cfg_BLUEPAY.tpl
Normal file
@@ -0,0 +1,127 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">Default Transaction Type</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[type]" class="form_menu">
|
||||
<option value="SALE" {if $plugin_data.type == "SALE"}selected{/if}> Authorization
|
||||
+ Capture (standard) </option>
|
||||
<option value="AUTH" {if $plugin_data.type == "AUTH"}selected{/if}> Authorization
|
||||
Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">BluePay Account</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">BluePay Secret </td>
|
||||
<td width="50%"><input type="password" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,10 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%"> CommercePayment.com ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
@@ -0,0 +1,53 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> CrowneGold Account</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> Passphrase</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Metal</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[metal]" class="form_menu">
|
||||
<option value="Z01" {if $plugin_data.metal == "Z01"}selected{/if}>Buyers
|
||||
Choice</option>
|
||||
<option value="XAU" {if $plugin_data.metal == "XAU"}selected{/if}>Gold</option>
|
||||
<option value="XAG" {if $plugin_data.metal == "XAG"}selected{/if}>Silver</option>
|
||||
<option value="XPT" {if $plugin_data.metal == "XPT"}selected{/if}>Platinum</option>
|
||||
<option value="XPD" {if $plugin_data.metal == "XPD"}selected{/if}>Palladium</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
129
themes/default/blocks/checkout_plugin/plugin_cfg_CYBERSOURCE.tpl
Normal file
129
themes/default/blocks/checkout_plugin/plugin_cfg_CYBERSOURCE.tpl
Normal file
@@ -0,0 +1,129 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Cybersource Merchant ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[merchantID]" value="{$plugin_data.merchantID}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Cybersource Keys Location</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[keysDirectory]" value="{$plugin_data.keysDirectory}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Cybersource API Version</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[targetAPIVersion]" value="{$plugin_data.targetAPIVersion}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Cybersource SSL Certificate File Location</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[sslCertFile]" value="{$plugin_data.sslCertFile}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
128
themes/default/blocks/checkout_plugin/plugin_cfg_DPILINK.tpl
Normal file
128
themes/default/blocks/checkout_plugin/plugin_cfg_DPILINK.tpl
Normal file
@@ -0,0 +1,128 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">Default Transaction Type</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[type]" class="form_menu">
|
||||
<option value="32" {if $plugin_data.type == "32"}selected{/if}> Authorization
|
||||
+ Capture (standard) </option>
|
||||
<option value="30" {if $plugin_data.type == "30"}selected{/if}> Authorization
|
||||
Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">DPI Link Account No.</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">DPI Link Password </td>
|
||||
<td width="50%" height="17">
|
||||
<input type="password" name="checkout_plugin_data[password]" value="{$plugin_data.password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,44 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> E-Bullion Account</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Metal </td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[metal]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.metal == "0"}selected{/if}>Buyers Choice</option>
|
||||
<option value="1" {if $plugin_data.metal == "1"}selected{/if}>Gold</option>
|
||||
<option value="2" {if $plugin_data.metal == "2"}selected{/if}>Silver</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
128
themes/default/blocks/checkout_plugin/plugin_cfg_ECHO.tpl
Normal file
128
themes/default/blocks/checkout_plugin/plugin_cfg_ECHO.tpl
Normal file
@@ -0,0 +1,128 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[type]" class="form_menu">
|
||||
<option value="AS" {if $plugin_data.type == "AS"}selected{/if}> Authorization
|
||||
+ Capture (standard) </option>
|
||||
<option value="ES" {if $plugin_data.type == "ES"}selected{/if}> Authorization
|
||||
Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">ECHO ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">ECHO Pin</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[pin]" value="{$plugin_data.pin}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,128 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[x_Transaction_Type]" class="form_menu">
|
||||
<option value="AUTH_CAPTURE" {if $plugin_data.x_Transaction_Type == "AUTH_CAPTURE"}selected{/if}>
|
||||
Authorization + Capture (standard) </option>
|
||||
<option value="AUTH_ONLY" {if $plugin_data.x_Transaction_Type == "AUTH_ONLY"}selected{/if}>
|
||||
Authorization Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">ECX QuickCommerce Username</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[x_Login]" value="{$plugin_data.x_Login}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">ECX QuickCommerce Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[x_Password]" value="{$plugin_data.x_Password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,2 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
<!-- nothing to do -->
|
@@ -0,0 +1,96 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">12 Digit Merchant Identification</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[M_id]" value="{$plugin_data.M_id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">12 Digit Merchant Key</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[M_key]" value="{$plugin_data.M_key}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
52
themes/default/blocks/checkout_plugin/plugin_cfg_EGOLD.tpl
Normal file
52
themes/default/blocks/checkout_plugin/plugin_cfg_EGOLD.tpl
Normal file
@@ -0,0 +1,52 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> E-Gold Account</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Passphrase</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Metal </td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[metal]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.metal == "0"}selected{/if}>Buyers Choice</option>
|
||||
<option value="1" {if $plugin_data.metal == "1"}selected{/if}>Gold</option>
|
||||
<option value="2" {if $plugin_data.metal == "2"}selected{/if}>Silver</option>
|
||||
<option value="3" {if $plugin_data.metal == "3"}selected{/if}>Platinum</option>
|
||||
<option value="4" {if $plugin_data.metal == "4"}selected{/if}>Palladium</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
28
themes/default/blocks/checkout_plugin/plugin_cfg_EPDQ.tpl
Normal file
28
themes/default/blocks/checkout_plugin/plugin_cfg_EPDQ.tpl
Normal file
@@ -0,0 +1,28 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
ePDQ administrative service ClientID (also Store ID)</td>
|
||||
<td width="50%"><input type="text" name="checkout_plugin_data[clientid]" value="{$plugin_data.clientid}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> ePDQ administrative service passphrase</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[passphrase]" value="{$plugin_data.passphrase}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td>Charge Type </td>
|
||||
<td>
|
||||
<select name="checkout_plugin_data[chargetype]" class="form_menu">
|
||||
<option value="Auth" {if $plugin_data.chargetype == "Auth"}selected{/if}>Auth (immediate shipment)</option>
|
||||
<option value="PreAuth" {if $plugin_data.chargetype == "PreAuth"}selected{/if}>PreAuth (delayed shipment)</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,128 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[x_Transaction_Type]" class="form_menu">
|
||||
<option value="AUTH_CAPTURE" {if $plugin_data.x_Transaction_Type == "AUTH_CAPTURE"}selected{/if}>
|
||||
Authorization + Capture (standard) </option>
|
||||
<option value="AUTH_ONLY" {if $plugin_data.x_Transaction_Type == "AUTH_ONLY"}selected{/if}>
|
||||
Authorization Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">eProcessing Username</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[x_Login]" value="{$plugin_data.x_Login}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">eProcessing Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[x_Password]" value="{$plugin_data.x_Password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
111
themes/default/blocks/checkout_plugin/plugin_cfg_EWAY.tpl
Normal file
111
themes/default/blocks/checkout_plugin/plugin_cfg_EWAY.tpl
Normal file
@@ -0,0 +1,111 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">eWAY Customer ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[customer_id]" value="{$plugin_data.customer_id}" class="form_field" size="6">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1 @@
|
||||
<!-- nothing to configure for free orders -->
|
@@ -0,0 +1,96 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">GoEmerchant Username</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[x_Login]" value="{$plugin_data.x_Login}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">GoEmerchant Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[x_Password]" value="{$plugin_data.x_Password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> GoldMoney Holding Number</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
117
themes/default/blocks/checkout_plugin/plugin_cfg_IBILL.tpl
Normal file
117
themes/default/blocks/checkout_plugin/plugin_cfg_IBILL.tpl
Normal file
@@ -0,0 +1,117 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">IBill Account</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">IBill Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[password]" value="{$plugin_data.password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
40
themes/default/blocks/checkout_plugin/plugin_cfg_IKOBO.tpl
Normal file
40
themes/default/blocks/checkout_plugin/plugin_cfg_IKOBO.tpl
Normal file
@@ -0,0 +1,40 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> iKobo Account</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">IPN Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[ipn_pass]" value="{$plugin_data.ipn_pass}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,101 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[x_Transaction_Type]" class="form_menu">
|
||||
<option value="AUTH_CAPTURE" {if $plugin_data.x_Transaction_Type == "AUTH_CAPTURE"}selected{/if}>
|
||||
Authorization + Capture (standard) </option>
|
||||
<option value="AUTH_ONLY" {if $plugin_data.x_Transaction_Type == "AUTH_ONLY"}selected{/if}>
|
||||
Authorization Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">InternetSecure Merchant Number</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[x_Login]" value="{$plugin_data.x_Login}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
117
themes/default/blocks/checkout_plugin/plugin_cfg_LINKPOINT.tpl
Normal file
117
themes/default/blocks/checkout_plugin/plugin_cfg_LINKPOINT.tpl
Normal file
@@ -0,0 +1,117 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">LinkPoint Account</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="32">LinkPoint Cert Filename (eg: cert.pem)</td>
|
||||
<td width="50%" height="32">
|
||||
<input type="text" name="checkout_plugin_data[cert]" value="{$plugin_data.cert}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
40
themes/default/blocks/checkout_plugin/plugin_cfg_MANUAL.tpl
Normal file
40
themes/default/blocks/checkout_plugin/plugin_cfg_MANUAL.tpl
Normal file
@@ -0,0 +1,40 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_visa{/translate}</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_mc{/translate}</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_amex{/translate}</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_discover{/translate}</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_delta{/translate}</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_solo{/translate}</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_switch{/translate}</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_jcb{/translate}</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_diners{/translate}</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_carteblanche{/translate}</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>{translate
|
||||
module=checkout}card_type_enroute{/translate}</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,128 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[type]" class="form_menu">
|
||||
<option value="sale" {if $plugin_data.type == "sale"}selected{/if}>
|
||||
Authorization + Capture (standard) </option>
|
||||
<option value="authorisation" {if $plugin_data.type == "authorisation"}selected{/if}>
|
||||
Authorization Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Moneris eSelect Store ID </td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[user]" value="{$plugin_data.user}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Moneris eSelect API Token </td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[pass]" value="{$plugin_data.pass}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,40 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> MoneyBookers Account Email</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Secret Word</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,40 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> MoneyBookers Account Email</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Secret Word</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
117
themes/default/blocks/checkout_plugin/plugin_cfg_NETBILLING.tpl
Normal file
117
themes/default/blocks/checkout_plugin/plugin_cfg_NETBILLING.tpl
Normal file
@@ -0,0 +1,117 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">Netbilling Account</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Netbilling SiteTag</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[sitetag]" value="{$plugin_data.sitetag}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> NetPayments Account</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
34
themes/default/blocks/checkout_plugin/plugin_cfg_NOCHEXS.tpl
Normal file
34
themes/default/blocks/checkout_plugin/plugin_cfg_NOCHEXS.tpl
Normal file
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> NOCHEXS Account E-mail</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,123 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Merchant Account </td>
|
||||
<td width="50%"><input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
(the currency of the transaction is inferred from the account specified) </td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">OptimalPayments Merchant ID </td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[merchantId]" value="{$plugin_data.merchantId}" class="form_field">
|
||||
(the account transaction processing ID associated with the merchant)
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">OptimalPayments Merchant Password </td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[merchantPwd]" value="{$plugin_data.merchantPwd}" class="form_field">
|
||||
(the account transaction processing password associated with the merchant ID specified)</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> PayByCheck ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
121
themes/default/blocks/checkout_plugin/plugin_cfg_PAYFUSE.tpl
Normal file
121
themes/default/blocks/checkout_plugin/plugin_cfg_PAYFUSE.tpl
Normal file
@@ -0,0 +1,121 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">PayFuse Name </td>
|
||||
<td width="50%"><input type="text" name="checkout_plugin_data[name]" value="{$plugin_data.name}" class="form_field">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">PayFuse Password</td>
|
||||
<td width="50%"><input type="password" name="checkout_plugin_data[password]" value="{$plugin_data.password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">PayFuse Alias </td>
|
||||
<td width="50%"><input type="text" name="checkout_plugin_data[alias]" value="{$plugin_data.alias}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
13
themes/default/blocks/checkout_plugin/plugin_cfg_PAYMATE.tpl
Normal file
13
themes/default/blocks/checkout_plugin/plugin_cfg_PAYMATE.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">PAYMATE.com Account</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[mid]" value="{$plugin_data.mid}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
34
themes/default/blocks/checkout_plugin/plugin_cfg_PAYPAL.tpl
Normal file
34
themes/default/blocks/checkout_plugin/plugin_cfg_PAYPAL.tpl
Normal file
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> PayPal Account E-mail</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> PayPal Account E-mail</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,13 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%"> PaySwiss Account E-mail</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,13 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%"> PaySwiss Account E-mail</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> Paystems Pro Company ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> Paystems Pro Company ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> Paystems Pro Company ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> Paystems Pro Company ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[id]" value="{$plugin_data.id}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,128 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[x_Transaction_Type]" class="form_menu">
|
||||
<option value="AUTH_CAPTURE" {if $plugin_data.x_Transaction_Type == "AUTH_CAPTURE"}selected{/if}>
|
||||
Authorization + Capture (standard) </option>
|
||||
<option value="AUTH_ONLY" {if $plugin_data.x_Transaction_Type == "AUTH_ONLY"}selected{/if}>
|
||||
Authorization Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">RTWare Username</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[x_Login]" value="{$plugin_data.x_Login}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">RTWare Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[x_Password]" value="{$plugin_data.x_Password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
117
themes/default/blocks/checkout_plugin/plugin_cfg_PLUGNPAY.tpl
Normal file
117
themes/default/blocks/checkout_plugin/plugin_cfg_PLUGNPAY.tpl
Normal file
@@ -0,0 +1,117 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">PlugnPay Account</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">PlugnPay Email</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
111
themes/default/blocks/checkout_plugin/plugin_cfg_PROTX.tpl
Normal file
111
themes/default/blocks/checkout_plugin/plugin_cfg_PROTX.tpl
Normal file
@@ -0,0 +1,111 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">Protx Account</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
111
themes/default/blocks/checkout_plugin/plugin_cfg_PSIGATE.tpl
Normal file
111
themes/default/blocks/checkout_plugin/plugin_cfg_PSIGATE.tpl
Normal file
@@ -0,0 +1,111 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">PSIGate Account</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,16 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%"> Bank Wire Instructions:</td>
|
||||
<td width="50%">
|
||||
<textarea name="checkout_plugin_data[check]" class="form_field" cols="40" rows="4">To edit your bank wire payment details, please open the following template:
|
||||
|
||||
/themes/default/blocks/checkout_plugin/plugin_ord_REMIT_BANK_WIRE.tpl
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,16 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%"> Check Payment Details:</td>
|
||||
<td width="50%">
|
||||
<textarea name="checkout_plugin_data[check]" class="form_field" cols="40" rows="4">To edit your check payment details, please open the following template:
|
||||
|
||||
/themes/default/blocks/checkout_plugin/plugin_ord_REMIT_CHECK.tpl
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
111
themes/default/blocks/checkout_plugin/plugin_cfg_SECPAY.tpl
Normal file
111
themes/default/blocks/checkout_plugin/plugin_cfg_SECPAY.tpl
Normal file
@@ -0,0 +1,111 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">SecPay Account</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
111
themes/default/blocks/checkout_plugin/plugin_cfg_SKIPJACK.tpl
Normal file
111
themes/default/blocks/checkout_plugin/plugin_cfg_SKIPJACK.tpl
Normal file
@@ -0,0 +1,111 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">SkipJack Serial Number</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,40 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> StormPay Account Email</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">StormPay Secret Code</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,36 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> StormPay Account Email</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[email]" value="{$plugin_data.email}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">StormPay Secret Code</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[secret]" value="{$plugin_data.secret}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
117
themes/default/blocks/checkout_plugin/plugin_cfg_SUREPAY.tpl
Normal file
117
themes/default/blocks/checkout_plugin/plugin_cfg_SUREPAY.tpl
Normal file
@@ -0,0 +1,117 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">SurePay Account</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="text" name="checkout_plugin_data[account]" value="{$plugin_data.account}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">SurePay Password</td>
|
||||
<td width="50%" height="17">
|
||||
<input type="password" name="checkout_plugin_data[password]" value="{$plugin_data.password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%" height="17">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%" height="17">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,111 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">SWREG Store ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[store]" value="{$plugin_data.store}" class="form_field" size="6">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">SWREG Store ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[store]" value="{$plugin_data.store}" class="form_field" size="6">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,137 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[x_Transaction_Type]" class="form_menu">
|
||||
<option value="sale" {if $plugin_data.x_Transaction_Type == "sale"}selected{/if}>
|
||||
Sale (standard) </option>
|
||||
<option value="preauth" {if $plugin_data.x_Transaction_Type == "preauth"}selected{/if}>
|
||||
Authorize Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Trustcommerce Username</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[x_Login]" value="{$plugin_data.x_Login}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Trustcommerce Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[x_Password]" value="{$plugin_data.x_Password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Address Verification Settings</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[x_AVS]" class="form_menu">
|
||||
<option value="y" {if $plugin_data.mode == "y"}selected{/if}>Yes</option>
|
||||
<option value="n" {if $plugin_data.mode == "n"}selected{/if}>No</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
111
themes/default/blocks/checkout_plugin/plugin_cfg_USA_EPAY.tpl
Normal file
111
themes/default/blocks/checkout_plugin/plugin_cfg_USA_EPAY.tpl
Normal file
@@ -0,0 +1,111 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="1" {if $plugin_data.mode == "1"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">USA ePAY Key</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[key]" value="{$plugin_data.key}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,134 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[mode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.mode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.mode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Default Transaction Type</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[type]" class="form_menu">
|
||||
<option value="S" {if $plugin_data.type == "S"}selected{/if}> Authorization
|
||||
+ Capture (standard) </option>
|
||||
<option value="A" {if $plugin_data.type == "A"}selected{/if}> Authorization
|
||||
Only </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Verisign Login</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[user]" value="{$plugin_data.user}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Verisign Password</td>
|
||||
<td width="50%">
|
||||
<input type="password" name="checkout_plugin_data[password]" value="{$plugin_data.password}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">Verisign Partner</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[partner]" value="{ if $plugin_data.partner == ""}VeriSign{else}{$plugin_data.partner}{/if}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
card_type
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[card_type][]" class="form_menu" size="6" multiple>
|
||||
<option value="visa"{foreach from=$plugin_data.card_type item=type}{if $type == "visa"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_visa
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="mc"{foreach from=$plugin_data.card_type item=type}{if $type == "mc"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_mc
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="amex"{foreach from=$plugin_data.card_type item=type}{if $type == "amex"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_amex
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="discover"{foreach from=$plugin_data.card_type item=type}{if $type == "discover"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_discover
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="delta"{foreach from=$plugin_data.card_type item=type}{if $type == "delta"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_delta
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="solo"{foreach from=$plugin_data.card_type item=type}{if $type == "solo"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_solo
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="switch"{foreach from=$plugin_data.card_type item=type}{if $type == "switch"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_switch
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="jcb"{foreach from=$plugin_data.card_type item=type}{if $type == "jcb"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_jcb
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="diners"{foreach from=$plugin_data.card_type item=type}{if $type == "diners"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_diners
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="carteblanche"{foreach from=$plugin_data.card_type item=type}{if $type == "carteblanche"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_carteblanche
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="enroute"{foreach from=$plugin_data.card_type item=type}{if $type == "enroute"} selected{/if}{/foreach}>
|
||||
{translate
|
||||
module=checkout}
|
||||
card_type_enroute
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[testMode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.testMode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.testMode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> WorldPay Install ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[instId]" value="{$plugin_data.instId}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
@@ -0,0 +1,34 @@
|
||||
{$list->unserial($checkout.plugin_data, "plugin_data")}
|
||||
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="top">
|
||||
<td width="50%">
|
||||
{translate module=checkout}
|
||||
mode
|
||||
{/translate}
|
||||
</td>
|
||||
<td width="50%">
|
||||
<select name="checkout_plugin_data[testMode]" class="form_menu">
|
||||
<option value="0" {if $plugin_data.testMode == "0"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_live
|
||||
{/translate}
|
||||
</option>
|
||||
<option value="100" {if $plugin_data.testMode == "100"}selected{/if}>
|
||||
{translate module=checkout}
|
||||
mode_test
|
||||
{/translate}
|
||||
</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td width="50%"> WorldPay Install ID</td>
|
||||
<td width="50%">
|
||||
<input type="text" name="checkout_plugin_data[instId]" value="{$plugin_data.instId}" class="form_field">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
1
themes/default/blocks/checkout_plugin/plugin_inv_.tpl
Normal file
1
themes/default/blocks/checkout_plugin/plugin_inv_.tpl
Normal file
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1,17 @@
|
||||
{$list->unserial($invoice.checkout_plugin_data, "plugin_data")}
|
||||
<tr valign="top">
|
||||
<td class="row1">
|
||||
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||||
<tr valign="middle">
|
||||
<td width="33%"><b>
|
||||
{translate module=account_billing}
|
||||
title_view
|
||||
{/translate}
|
||||
</b></td>
|
||||
<td width="66%">
|
||||
{ $list->menu_cc_admin("invoice_account_billing_id", $invoice.account_id, $invoice.account_billing_id, "form_menu") }
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1 @@
|
||||
<!-- no billing data -->
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1 @@
|
||||
{if $VAR.page == ""}{/if}
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
@@ -0,0 +1,2 @@
|
||||
<!-- load the avs credit card template -->
|
||||
{ $block->display("checkout_plugin:list_credit_card") }
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user