Results 1 to 10 of 2177

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Im looking for assistance with this module...

    I need to change a payment module redirection when it errors.

    Currently its refering to checkout_payment but obvously this page is no longer used when in 1 page checkout.

    Here is the code:
    PHP Code:
    zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT'error_message=' urlencode(MODULE_PAYMENT_STGEORGEHPP_TEXT_FAILED_MESSAGE " " $response_text), 'SSL'truefalse)); 
    How can i change this code to refer back to this page correctly so i dont get a 406 error?
    PHP Code:
    index.php?main_page=checkout&action=null 
    I need it to redirect back to this page so payment can be re done.

  2. #2
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by gee38l View Post
    Im looking for assistance with this module...

    I need to change a payment module redirection when it errors.

    Currently its refering to checkout_payment but obvously this page is no longer used when in 1 page checkout.

    Here is the code:
    PHP Code:
    zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT'error_message=' urlencode(MODULE_PAYMENT_STGEORGEHPP_TEXT_FAILED_MESSAGE " " $response_text), 'SSL'truefalse)); 
    How can i change this code to refer back to this page correctly so i dont get a 406 error?
    PHP Code:
    index.php?main_page=checkout&action=null 
    I need it to redirect back to this page so payment can be re done.
    Anyone?

  3. #3
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by gee38l View Post
    Anyone?

    That is incorrect. FEC overrides both checkout_shipping and checkout_payment so that all links are directed to "checkout".

    If a payment method isn't returning an error from checkout_process, it is because the author forgot to create a message stack error and then use the "payment_error" in the redirect to checkout_payment. In your case, you will need to add an additional check to FEC to not redirect if a parameter called "error_message" exists and display the value as an alert to the visitor.

  4. #4
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    That is incorrect. FEC overrides both checkout_shipping and checkout_payment so that all links are directed to "checkout".

    If a payment method isn't returning an error from checkout_process, it is because the author forgot to create a message stack error and then use the "payment_error" in the redirect to checkout_payment. In your case, you will need to add an additional check to FEC to not redirect if a parameter called "error_message" exists and display the value as an alert to the visitor.
    Sorry but i have no idea how to do this can you assist please?

  5. #5
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    That is incorrect. FEC overrides both checkout_shipping and checkout_payment so that all links are directed to "checkout".

    If a payment method isn't returning an error from checkout_process, it is because the author forgot to create a message stack error and then use the "payment_error" in the redirect to checkout_payment. In your case, you will need to add an additional check to FEC to not redirect if a parameter called "error_message" exists and display the value as an alert to the visitor.
    Jeff, I'm in the same boat with customers not receiving the message for AVS Mismatch and Card code error at least. Can you walk us through this?

  6. #6
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    BTW, I'm using Authorize.net AIM for cc processing if that helps identify the area i need to fix. Thanks!

 

 

Similar Threads

  1. Replies: 4
    Last Post: 25 Jan 2012, 07:37 PM
  2. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  3. Go To Checkout Error - with Fast and Easy Checkout installed
    By RFree190 in forum General Questions
    Replies: 3
    Last Post: 10 Mar 2009, 07:08 AM
  4. checkout page not redirect (Fast and Easy Checkout module)
    By wowemall in forum Addon Templates
    Replies: 0
    Last Post: 27 Sep 2008, 02:36 PM
  5. Fast and Easy Checkout
    By cmes in forum General Questions
    Replies: 5
    Last Post: 15 Feb 2008, 04:07 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