Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default CyberSource Redirect Problem

    It says "Problem Loading Page"
    "Firefox can't establish a connection to the server at lfswear.com."

    Cannot get this to work.
    My website is in the root directory; www.LFSwear.com
    and my cybersource.php is in root, the url I put in cybersource is:
    https://lfswear.com/cybersource.php?result=true
    https://lfswear.com/cybersource.php?result=false

    So that's what I put into CyberSource.
    What am I doing wrong!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: CyberSource Redirect Problem

    So that's what I put into CyberSource.
    What am I doing wrong!
    CyberSource is not part of ZenCart
    What is it, and why are you asking about it here?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: CyberSource Redirect Problem

    CyberSource is credit card gateway.

    I edited configure.php in includes and includes/admin to "true" because I have ssl.

    HTML Code:
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    And now after I checkout with credit card a page comes up saying:

    HTML Code:
    Error!
    
    Unable to determine connection method on a link!
    
    Known methods: NONSSL SSL

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

  5. #5
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: CyberSource Redirect Problem

    Found my problem:
    in cybersource.php i had:

    HTML Code:
    require('includes/application_top.php');
       zen_redirect(zen_href_link(FILENAME_CHECKOUT_PROCESS, zen_get_all_get_params(), 'HTTP'));
    ?>
    But i should have had:
    HTML Code:
     require('includes/application_top.php');
       zen_redirect(zen_href_link(FILENAME_CHECKOUT_PROCESS, zen_get_all_get_params(), 'SSL'));
    ?>

 

 

Similar Threads

  1. Cybersource Problem not getting order through
    By milobloom in forum Addon Payment Modules
    Replies: 2
    Last Post: 8 Oct 2009, 02:13 AM
  2. redirect problem
    By Checooper in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Apr 2009, 02:05 PM
  3. Cybersource Problem
    By spetznaz2588 in forum Addon Payment Modules
    Replies: 2
    Last Post: 28 Jul 2008, 12:38 PM
  4. Redirect Problem adding "www." but can't find the redirect
    By tbianco in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Feb 2007, 08:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg