_load_plugins(array( array('modifier', 'escape', 'admin/main/payment_methods.tpl', 16, false),)); ?> _tpl_vars; $this->_smarty_include("location.tpl", array('last_location' => 'Payment methods')); $this->_tpl_vars = $_smarty_tpl_vars; unset($_smarty_tpl_vars); ?> This page is used to define payment methods you wish to accept for your store.

For each payment method can be defined optional "special instructions". They will be shown to the customer during checkout and can be used to pass along important information to the customer. Example: "Make all checks payable to...".

This page also allows to enable secure payment submission for every payment method. If you have HTTPS server make sure that you have properly setup $https_location variable in config.php file.

_sections['method'])) unset($this->_sections['method']); $this->_sections['method']['name'] = 'method'; $this->_sections['method']['loop'] = is_array($this->_tpl_vars['payment_methods']) ? count($this->_tpl_vars['payment_methods']) : max(0, (int)$this->_tpl_vars['payment_methods']); $this->_sections['method']['show'] = true; $this->_sections['method']['max'] = $this->_sections['method']['loop']; $this->_sections['method']['step'] = 1; $this->_sections['method']['start'] = $this->_sections['method']['step'] > 0 ? 0 : $this->_sections['method']['loop']-1; if ($this->_sections['method']['show']) { $this->_sections['method']['total'] = $this->_sections['method']['loop']; if ($this->_sections['method']['total'] == 0) $this->_sections['method']['show'] = false; } else $this->_sections['method']['total'] = 0; if ($this->_sections['method']['show']): for ($this->_sections['method']['index'] = $this->_sections['method']['start'], $this->_sections['method']['iteration'] = 1; $this->_sections['method']['iteration'] <= $this->_sections['method']['total']; $this->_sections['method']['index'] += $this->_sections['method']['step'], $this->_sections['method']['iteration']++): $this->_sections['method']['rownum'] = $this->_sections['method']['iteration']; $this->_sections['method']['index_prev'] = $this->_sections['method']['index'] - $this->_sections['method']['step']; $this->_sections['method']['index_next'] = $this->_sections['method']['index'] + $this->_sections['method']['step']; $this->_sections['method']['first'] = ($this->_sections['method']['iteration'] == 1); $this->_sections['method']['last'] = ($this->_sections['method']['iteration'] == $this->_sections['method']['total']); ?>
MethodsSpecial instructionsProtoMembershipPos.Active
_tpl_vars['payment_methods'][$this->_sections['method']['index']]['paymentid']; ?> value="_run_mod_handler('escape', true, $this->_tpl_vars['payment_methods'][$this->_sections['method']['index']]['payment_method'], 'htmlall'); ?> "> _tpl_vars['payment_methods'][$this->_sections['method']['index']]['paymentid']; ?> value="_run_mod_handler('escape', true, $this->_tpl_vars['payment_methods'][$this->_sections['method']['index']]['payment_details'], 'htmlall'); ?> "> _tpl_vars['payment_methods'][$this->_sections['method']['index']]['paymentid']; ?> value="_tpl_vars['payment_methods'][$this->_sections['method']['index']]['orderby']; ?> "> _tpl_vars['payment_methods'][$this->_sections['method']['index']]['paymentid']; ?> _tpl_vars['payment_methods'][$this->_sections['method']['index']]['active'] == 'Y'): ?>checked>

_smarty_vars['capture']['dialog'] = ob_get_contents(); ob_end_clean(); ?> _tpl_vars; $this->_smarty_include("dialog.tpl", array('title' => 'Payment methods','content' => $this->_smarty_vars['capture']['dialog'],'extra' => "width=100%")); $this->_tpl_vars = $_smarty_tpl_vars; unset($_smarty_tpl_vars); ?>