Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TheReviewGuru

Pioneers
  • Posts

    4
  • Joined

  • Last visited

Posts posted by TheReviewGuru

  1. If anyone needs the solution ... you need to modify checkout_payment.php

     

    As you were instructed to add some code under the line: require('includes/application_top.php');

     

    The following code replaces the entire code block you were instructed to add to checkout_payment.php when installing this contribution:

     

     // SIMPLE CHECKOUT START
    if(SIMPLE_CHECKOUT_ENABLED == 'True') {
       $qs =  $_SERVER['QUERY_STRING'];
       tep_redirect(tep_href_link(FILENAME_CHECKOUT, $qs, 'SSL'));
     }
    // SIMPLE CHECKOUT END
    

  2. ChildOTK ... YOU ROCK! I was about to dive into the code and mash things up until I came across your post for about the 3rd time and decided to give it a shot (i even read that the authorize.net AIM module doesn't use MD5 on their website so I should have known)! That MD5 field really shouldn't be there in the stock OSC 2.3.1 Authorize.net AIM module :'(

     

    But, you save me ChildOTK .. and cheers to you! :thumbsup:

  3. Alright, I'm using Simple Checkout with Authorize.net AIM Module, and it works PERFECTLY! This contrib ROCKS!

     

    One small issue I have ... If I type incorrect credit card info into the boxes, checkout.php just reloads for me, and I do not get an error message .. can anyone shed any light on around what lines of code wait for the response from payment (or is that all payment.php)? Or, it anyone knows a line of code that's supposed to display an error if failed payment authorization, that'd ROCK!

     

    Thanks all in advance!

×
×
  • Create New...