CRE Loaded Community

Banner


Board index » CRE Loaded 6.3 » CRE Loaded 6.3 Discussion and Support

All times are UTC - 5 hours




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Protx / Sagepay UK based
PostPosted: Wed Jul 15, 2009 2:24 pm 
Offline
CRE Newbie

Joined: Wed Jul 15, 2009 2:15 pm
Posts: 15
Hi, fairly new to Cre Loaded, but having difficullty with the checkout.
I’m using 6.3 B2B and I’ve looked high and low to find anything about the above mentioned post. The only reference I found was an os commerce form plug in. Its all installed but when going through the test check out it does not pass on the delivery or billing address. It only passes the company name and tel number for the billing. I’ve tried reinstalling a new installation without anything else, layouts ect ect.

So not too sure what to do, any ideas please?


Top
 Profile  
 
 Post subject: Re: Protx / Sagepay UK based
PostPosted: Wed Jul 15, 2009 2:33 pm 
Offline
CRE Freak
User avatar

Joined: Sun Jun 14, 2009 11:07 pm
Posts: 37
stella wrote:
Hi, fairly new to Cre Loaded, but having difficullty with the checkout.
I’m using 6.3 B2B and I’ve looked high and low to find anything about the above mentioned post. The only reference I found was an os commerce form plug in. Its all installed but when going through the test check out it does not pass on the delivery or billing address. It only passes the company name and tel number for the billing. I’ve tried reinstalling a new installation without anything else, layouts ect ect.

So not too sure what to do, any ideas please?


I posted the protx form & protx direct .php files a little while back on this thread.
http://creloaded.org/forum/topic.html?f=68&t=27055&p=120335&hilit=protx+php#p120335

If you put the one you need in:

store > includes> modules > payments

it should work.


Top
 Profile  
 
 Post subject: Re: Protx / Sagepay UK based
PostPosted: Wed Jul 15, 2009 3:31 pm 
Offline
CRE Newbie

Joined: Wed Jul 15, 2009 2:15 pm
Posts: 15
Thanks, Changed the code but the protx module is not showing up in the admin panel.
Is there another file to go with it?
The original os commerce had 2 files, the other was in includes/languages/payment

Thanks & Regards


Top
 Profile  
 
 Post subject: Re: Protx / Sagepay UK based
PostPosted: Wed Jul 15, 2009 5:45 pm 
Offline
CRE Freak
User avatar

Joined: Sun Jun 14, 2009 11:07 pm
Posts: 37
stella wrote:
Thanks, Changed the code but the protx module is not showing up in the admin panel.
Is there another file to go with it?
The original os commerce had 2 files, the other was in includes/languages/payment

Thanks & Regards


Ah! Right you are:

Direct:
Code:
<?php
//
// +----------------------------------------------------------------------+
//  osCommerce, Open Source E-Commerce Solutions                          +
// +----------------------------------------------------------------------+
// | Copyright (c) 2004 Jason LeBaron                                     |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.gnu.org/copyleft/gpl.html.                                |
// +----------------------------------------------------------------------+
// | includes/modules/payment/protx_direct.php                            |
// | Released under GPL                                                   |
// | Created by Jason LeBaron - jason@networkdad.com                      |
// | Updated by Thomas Hodges-Hoyland - osc@hodges-hoyland.me.uk (v4.4)   |
// +----------------------------------------------------------------------+
// $Id: protx_direct.php 1 2004-10-30 16:00:00Z networkdad $


  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_TITLE', 'Major UK Credit & Debit Cards'); // Payment option title as displayed in the admin
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_DESCRIPTION', '<strong>Test Credit Card Numbers:</strong><br /><br />Visa#: 4929000000006<br />MC#: 5404000000000001<br />Delta#: 4462000000000003<br />Solo#: 6334900000000005 - Issue #: 1<br />Maestro#: 5641820000000005 - Issue #:01<br />AMEX#: 374200000000004 <br /><br />Any future date can be used for the expiration date and any 3 or 4 (AMEX) digit number can be used for the CVV Code.<br /><br /><a target="_blank" href="https://ukvps.protx.com/vspadmin">VSP Admin</a>');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_CREDIT_CARD_TYPE', 'Credit Card Type:');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_CREDIT_CARD_OWNER', 'Credit Card Owner:');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_CREDIT_CARD_NUMBER', 'Credit Card Number:');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_CREDIT_CARD_START_DATE', 'Credit Card Start Date:');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_CREDIT_CARD_EXPIRES', 'Credit Card Expiry Date:');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_CVV', 'CVV Number (<a href="'. FILENAME_POPUP_CVS_HELP . '" target="_blank">' . 'More Info' . '</a>)');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_CREDIT_CARD_ISSUE_NUMBER', 'Issue Number (Switch/Maestro/Solo cards):');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_JS_CC_OWNER', '* The owner\'s name of the credit card must be at least ' . CC_OWNER_MIN_LENGTH . ' characters.\n');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_JS_CC_NUMBER', '* The credit card number must be at least ' . CC_NUMBER_MIN_LENGTH . ' characters.\n');
  define('MODULE_PAYMENT_PROTX_DIRECT_TEXT_JS_CC_CVV', '* The 3 or 4 digit CVV number must be entered from the back of the credit card.\n');
  define('MODULE_PAYMENT_PROTX_DIRECT_3D_SECURE', '<strong>Verified by Visa / Mastercard SecureCode:</strong><br>'.tep_draw_separator('pixel_trans.gif','1','65'));
  define('MODULE_PAYMENT_PROTX_DIRECT_3D_SECURE_DETAILS', 'Upon clicking \'Confirm\' you may be asked to enrol or enter your password for this scheme. This is provided by your card issuer to reduce fraud. <a href="'.tep_href_link('3Dsec_help.php').'" target="_blank">(More Information)</a><p><center>'.tep_image(DIR_WS_IMAGES.'vbv_logo.gif', 'Verified by Visa').tep_draw_separator('pixel_trans.gif','30','30').tep_image(DIR_WS_IMAGES.'msc_logo.gif','MasterCard SecureCode').'</center>');
?>


Top
 Profile  
 
 Post subject: Re: Protx / Sagepay UK based
PostPosted: Wed Jul 15, 2009 5:46 pm 
Offline
CRE Freak
User avatar

Joined: Sun Jun 14, 2009 11:07 pm
Posts: 37
Form :

Both are to be put in includes > languages > English > Modules > Payment

Quote:
<?php
/*
$Id$

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright (c) 2003 osCommerce

Released under the GNU General Public License
*/

define('MODULE_PAYMENT_PROTX_FORM_TEXT_TITLE', 'Credit Card - Protx Form');
define('MODULE_PAYMENT_PROTX_FORM_TEXT_DESCRIPTION', 'Credit Card Test Info:<br><br>See Protx Test Cards.txt');
define('MODULE_PAYMENT_PROTX_FORM_TEXT_JS_CC_NUMBER', '* The credit card number must be at least ' . CC_NUMBER_MIN_LENGTH . ' characters.\n');
define('MODULE_PAYMENT_PROTX_FORM_TEXT_ERROR_MESSAGE', 'There has been an error processing you credit card, please try again.');
define('MODULE_PAYMENT_PROTX_FORM_TEXT_ERROR', 'Credit Card Error!');
define('TEXT_CCVAL_ERROR_INVALID_DATE', 'The expiry date entered, %s/%s, is <font color=\"#FF0000\"><b>invalid</b></font>. Please check the date and try again.');
define('TEXT_CCVAL_ERROR_INVALID_NUMBER', 'The <b>%s</b> number entered, %s, is <font color=\"#FF0000\"><b>invalid</b></font>. Please check the number and try again.');
define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The first four digits of the number entered are %s.<br>&nbsp;If that\'s correct, we don\'t accept that type of credit card.<br>&nbsp;If it\'s wrong, please try again.');
?>


Top
 Profile  
 
 Post subject: Re: Protx / Sagepay UK based
PostPosted: Thu Jul 16, 2009 4:11 am 
Offline
CRE Newbie

Joined: Wed Jul 15, 2009 2:15 pm
Posts: 15
Many Thanks,

What are the names of the pages for the 2 pages?

Both are to be put in includes > languages > English > Modules > Payment

Thanks & Regards


Top
 Profile  
 
 Post subject: Re: Protx / Sagepay UK based
PostPosted: Thu Jul 16, 2009 4:05 pm 
Offline
CRE Freak
User avatar

Joined: Sun Jun 14, 2009 11:07 pm
Posts: 37
protx_direct
protx_form


Top
 Profile  
 
 Post subject: Re: Protx / Sagepay UK based
PostPosted: Thu Mar 11, 2010 12:08 pm 
Offline
CRE Newbie

Joined: Wed Feb 03, 2010 12:08 pm
Posts: 6
Hi,

Was this ever resolved?

The reason I ask is that Protx has moved to Sagepay.

Thank you :wink:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

Board index » CRE Loaded 6.3 » CRE Loaded 6.3 Discussion and Support

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Fri Sep 10, 2010 3:39 pm
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Top Listing

1. Credit Card with CCV
    Category: Payment Modules
    
2. CC7333_ATS
    Category: Templates
    
3. Points & Rewards PLUS!...
    Category: Add-Ons
    
4. One Page Checkout...
    Category: Fixes
    
5. Configuration Server...
    Category: Fixes
    
Show more...

Members Online

Follow Us on Twitter

An error occurred

Oops, an error seems to have occurred. We're sorry for any inconvenience this might have caused. If the error persists, feel free to tell us about it.

CRE Loaded Community Chat hosted by CRE Loaded.

Join now


Chat about what's on your mind. More about public chats.


© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy