View Single Post
  #6  
Old 06-27-2012, 12:26 PM
 
AMMoyer AMMoyer is offline
 

Senior Member
  
Join Date: Nov 2008
Posts: 150
 

Default Re: Editing the payment "template" page

Solved: See the two lines I commented out in /lib/XPay/Skin/Payment/Main.php

PHP Code:
<div class="payment-warning">
  <?php $this('Label_Text')->write('Do not use the BACK button in your browser to avoid placing the order twice.'); ?>
</div>

<h1><?php $this('Label_Text')->write('Credit card details'); ?></h1>
<!-- <?php $this('Label_Text')->write('Payment method'); ?>:&nbsp; --!>
<?php $this('Label_Text')->write($this->getPayment()->getPaymentConf()->get('name'), false); ?>
<?php $this
('Form')->begin('main''pay', array('token' => $this->get('token'), 'action' => 'pay'), XPay_Transport_Request::POST, array('onsubmit' => 'javascript: return checkCCDataForm(this);')); ?>
__________________
Adam
X-Cart Gold 4.4.5 - Live
X-Cart Gold 4.1.11 - Retired
X-Payments 1.0.4
CDSEO Pro
EWD Hosting
Reply With Quote