This is a discussion on CyberSource SOP Module within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Hey guys, Good catch by agrafuese, this new upload includes his find. Also, I reviewed the function that selects the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
#1
| ||||
| ||||
| Hey guys, Good catch by agrafuese, this new upload includes his find. Also, I reviewed the function that selects the card types. I realized that I was using some form dependencies which may not work in some browser versions or if you've made modifications to other parts of the page. So I changed it to dynamically update the form value, rather than hard coding it. Hopefully this fixes it. FYI: the function uses javascript. Also, to explain the fix suggested by Santand. There are three places that the name of the module is displayed to your customer. Two are during checkout. The first is on the page where they put in their CC info. I modified this to say "Credit Card". The second is on the Order Confirmation page. This one has to be modified in the checkout_confirmation.php file. Specifically line 240 where it says: For my store, I simply deleted lines 236 through 241, but if you want it to say "CyberSource" then leave it as is. The last place is in the receipt email, which is built in the checkout_process.php file. The payment method is added on line 253 where it says: $email_order .= $payment_class->title . "nn"; I also deleted this section (lines 249 through 256) but perhaps it would be better to modify it to display all of their CC info. I haven't done this yet though, sorry guys. Well, let me know if you find any other bugs. I'm glad that it's been useful so far. More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Posted By | For | Type | Date | |
| nefertari7's bookmarks on del.icio.us | This thread | Refback | 03-07-2007 02:23 PM | |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CyberSource SOP Module | michael_s | New osCommerce Contributions | 0 | 02-02-2007 07:51 PM |
| CyberSource payment Module solution | Arpit | osCMax v1.7 General Mods Discussion | 0 | 11-08-2004 01:18 PM |