Results 1 to 10 of 19

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Sheffield South Yorkshire
    Posts
    165
    Plugin Contributions
    1

    Default TotalWebPP module: Your+card+has+been+declined but no error message?

    hello my clienst site
    http://www.bwb-usa.com

    can accept transactions etc but we are having a problem with declined transactions.

    when a transaction is declined im sent to
    'http://www.bwb-usa.com/index.php?main_page=checkout_payment&payment_error=totalwebpp&error=Your+card+ha s+been+declined

    problem is their isnt any error message on this page informing the customer something has happened? any ideas im stumped!

    Im running the latest version of zencart.

  2. #2
    Join Date
    Jun 2008
    Location
    Sheffield South Yorkshire
    Posts
    165
    Plugin Contributions
    1

    Default Re: Your+card+has+been+declined but no error message?

    any ideas peep?

    I have checked

    Code:
      if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
      echo htmlspecialchars(urldecode($_GET['error_message']));
      }
    and also

    Code:
    <?php if ($messageStack->size('checkout_payment') > 0) echo $messageStack->output('checkout_payment'); ?>

    both are present.

    Ive even tried changinf back to default template but im still not getting anything.

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

    Default Re: Your+card+has+been+declined but no error message?

    Who's payment processor are you using?

    Using a card that you know is valid, can you reproduce this declined page?

    Might be that the card used needed to be declined

    After you determine this and if you want additional text displayyed
    Use the developers tool kit to find the text and add to it
    https://www.zen-cart.com/tutorials/index.php?article=38
    https://www.zen-cart.com/tutorials/index.php?article=39
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jun 2008
    Location
    Sheffield South Yorkshire
    Posts
    165
    Plugin Contributions
    1

    Default Re: Your+card+has+been+declined but no error message?

    Hi thanks for the reply.

    Im using total web solutions and their payment module. Usually works fine without any problems. (thus why i always use them)

    Ive tried using a made up card and my old card which is no longer active. both dont display the error message.

    Tried with a valid card and it lets me though fine and shows checkout sucsess + adds order to admin.

  5. #5
    Join Date
    Jun 2008
    Location
    Sheffield South Yorkshire
    Posts
    165
    Plugin Contributions
    1

    Default Re: Your+card+has+been+declined but no error message?

    have attached the module see below
    Attached Files Attached Files

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

    Default Re: Your+card+has+been+declined but no error message?

    You should look for a support thread for that module or contact the author
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Jun 2008
    Location
    Sheffield South Yorkshire
    Posts
    165
    Plugin Contributions
    1

    Default Re: Your+card+has+been+declined but no error message?

    hi

    Im talking with total web now but its strange as its working with some sites but not others. (i would have thought it should either work or fail all the time)

    Ive just done a clean install of zen (so no templates or sql database errors) and i still dont get the message

    Is their any other payment module i can install to recreate the declined error?

    thus if it another module displays the error then it must be the totalwebpp module right?

    thanks again for your help

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Your+card+has+been+declined but no error message?

    That module uses $HTTP_GET_VARS instead of $_GET. Latest versions of PHP have deprecated the old $HTTP_GET_VARS supervar. As such, you should update the code.
    Also, it's not necessary to "global $HTTP_GET_VARS" or $HTTP_POST_VARS. Those can be removed from all your "global" statements.

    You really should give some thought to validating payments though. Presently you're doing nothing to verify that the payment really was successful. Unless you validate it, your storeowner should be personally verifying every order against the bank before doing any processing of each.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jun 2008
    Location
    Sheffield South Yorkshire
    Posts
    165
    Plugin Contributions
    1

    Default Re: Your+card+has+been+declined but no error message?

    Hi Dr

    thank you for your help. ill pass this infor onto total web who will hopefully be able to take it further.

    One quick question though, is their any other payment module that can be quickly installed that will allow me to get a declined transaction just to see if it works with others?

 

 

Similar Threads

  1. v138a Your card has been declined
    By maveri in forum Addon Payment Modules
    Replies: 0
    Last Post: 12 Oct 2012, 01:28 PM
  2. Authorize.net SIM Module - There has been an error processing your credit card. Pleas
    By anita in forum Built-in Shipping and Payment Modules
    Replies: 71
    Last Post: 1 Jul 2010, 06:41 PM
  3. Replies: 0
    Last Post: 12 Mar 2008, 02:14 AM
  4. There has been an error processing your credit card.
    By kevinatbrough in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 1 Oct 2007, 10:18 PM
  5. There has been an error processing your credit card
    By zb21hay in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 21 Oct 2006, 04:04 AM

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