osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

BluePay 2.0!

This is a discussion on BluePay 2.0! within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Fellow Brains, Does any one have a working BluePay 2.0 payment module that works with OscMax? I'm working to configure ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-14-2007, 12:07 PM
Lurker
 
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Eizo
Default BluePay 2.0!

Fellow Brains,

Does any one have a working BluePay 2.0 payment module that works with OscMax? I'm working to configure mine. However, there's so much I don't know about OsMax contrasted to OsCommerce.

I've discovered that the bluepay module works fine with the old OsCommerce, but not with OscMax. I'm wondering if there's a major difference between the OscMax processes payments and the way that OsCommerce did. Either way, if you have anything on this issue. Please help.

Thanks,

Eizo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 02-28-2007, 11:29 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: BluePay 2.0!

Hi,

What specifically is not working? Are you getting some sort of error?
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 03-01-2007, 11:16 AM
Lurker
 
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Eizo
Default Re: BluePay 2.0!

I'm not sure what the problem is.

The payment module works completely fine in the old OsC, but when I try to use it wtih Max, I continually get the default "Check your credit card information" error that all of the payment modules give when nothings going through.

I'm guessing that there's a fundamental difference in the way that Max processes payments versus OsC. If there's documentation on this, I'd love to read it.

If you'd care to take a look at the module itself, I've posted it to http://oziecargile.com/odcbp20.txt

Thanks!

-Ozie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 03-01-2007, 04:21 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: BluePay 2.0!

There is no difference in how osCMax processes payments compared to standard osCommerce. osCMax uses the exact same checkout process. There are minor differences to the unmodified osCommerce checkout, but this is only due to the Authorize.net and Paypal IPN module being installed. If it works in osCommerce, chances are it will work in osCMax.

What other files are modified in order for this module to be installed, or is it just the file you linked above?
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 03-01-2007, 09:18 PM
Lurker
 
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Eizo
Question Re: BluePay 2.0!

No files are modified, the module simple goes in as is.

This might help: I do know that the Blueplay module is based off of the old OsC cc.php payment module. And I did notice a slight difference in cc.php from OsC to Max.

This code:

$cc_validation = new cc_validation();
$result = $cc_validation->validate($HTTP_POST_VARS['cc_number'], $HTTP_POST_VARS['cc_expires_month'], $HTTP_POST_VARS['cc_expires_year']);

Becomes this code:

$cc_validation = new cc_validation();
$result = $cc_validation->validate($HTTP_POST_VARS['cc_number'], $HTTP_POST_VARS['cc_expires_month'], $HTTP_POST_VARS['cc_expires_year'], $HTTP_POST_VARS['cc_checkcode'], $HTTP_POST_VARS['cc_card_type']);

Essentially, adding two $_POST variables "checkcode" and "card_type". Are these necessary for Max?

Either way, what are the "minor differences to the unmodified osCommerce checkout" found in Max? Perhaps the key is there.

-Ozie

P.S. Thanks, this means a lot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 03-03-2007, 04:26 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: BluePay 2.0!

To correct the cc_validation issue, check this thread:
cc_validation.php errors

The minor differences are specific to those modules, and either add something to checkout_process.php or in other checkout related files. The easiest way to see the differences is to get a file compare tool and compare them directly.

Are you getting any other error messages? What do your server logs say when it times out? That would be the place to start. Make sure your server logging level is set to debug.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -8. The time now is 06:59 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax