Page 8 of 19 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 187
  1. #71
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Adding Braintree payment module

    Quote Originally Posted by swguy View Post
    The fix submitted in version 4 is not correct - new installs will create TABLE_BRAINTREE instead of <prefix>braintree.

    The solution is to include the file which defines the table name on line 6 of includes/modules/payment/braintree_api.php.

    require_once(DIR_FS_CATALOG . 'includes/extra_datafiles/braintree_api.php');

    Alternately, a one time definition could be made:

    if (!defined('TABLE_BRAINTREE')) define('TABLE_BRAINTREE', DB_PREFIX . 'braintree');
    We opted to define the table on the admin side too.

    v1.2.1 has been released on Numinix.com and will be available on Zen-Cart.com once reviewed for compliance.

  2. #72
    Join Date
    Feb 2015
    Location
    England
    Posts
    2
    Plugin Contributions
    0

    Default Re: Adding Braintree payment module

    Hi Guys,

    I'm having trouble with the braintree module and i just can't see whats wrong so i hope someone can help me.

    I have installed the 1.2.2 version of the braintree module onto the latest version of zencart 1.5.4 and i have put in all my keys etc.

    When i go to checkout i input the card details then go to the confirmation page as usual but when i click complete it goes back to step 2 and says sorry we cannot process your order, Please try again.

    I turned on debug and recieved 2 emails as below.

    Email 1

    before_process - DP-1
    braintree_api
    Beginning DP Mode

    Email 2

    before_process - DP-5
    braintree_api
    Result:

    Thats all i get everytime i try to order.

    SSL is on the site an enabled properly in the config files etc but i cant seem to get around this.

    Hope you can help

    Thanks
    Andy

  3. #73
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Adding Braintree payment module

    Transactions with American Express (AMEX) seem to not work - has anyone else experienced this? AMEX is configured in the Braintree Dashboard.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #74
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Adding Braintree payment module

    There's a bug in version 6. In includes/modules/payment/braintree_api.php line 781 you need to global $messageStack.


    [10-Feb-2015 16:18:02 America/New_York] PHP Fatal error: Call to a member function add() on a non-object in /Users/scott/Sites/site/includes/modules/payment/braintree_api.php on line 809
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #75
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Adding Braintree payment module

    This is Fixed in 1.3.1. Should be submitted for moderation today or tomorrow.
    Also 1.3.0 now support zencart 1.5.4

    Quote Originally Posted by swguy View Post
    There's a bug in version 6. In includes/modules/payment/braintree_api.php line 781 you need to global $messageStack.


    [10-Feb-2015 16:18:02 America/New_York] PHP Fatal error: Call to a member function add() on a non-object in /Users/scott/Sites/site/includes/modules/payment/braintree_api.php on line 809

  6. #76
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Adding Braintree payment module

    Much obliged. Any thoughts about AMEX?
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #77
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Adding Braintree payment module

    When I had an issue with it.

    I did the following:
    1.) ZenCart Admin Configuration->Credit Cards
    Set Credit Card Enable Status - AmericanExpress to 1
    2.) In Braintree Verified: Settings -> Processing -> Merchant Accounts -> Accepted Payment Methods
    Displays AMEX


    Quote Originally Posted by swguy View Post
    Much obliged. Any thoughts about AMEX?

  8. #78
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Adding Braintree payment module

    OMG I can't believe I missed that. Thanks for the clue.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #79
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Adding Braintree payment module

    Hey, another small thing: if you fail to enter the CVV, you get the message

    Please make the following corrections:

    (i.e. the actual error message is missing.)
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #80
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,755
    Plugin Contributions
    124

    Default Re: Adding Braintree payment module

    As a suggestion, it would be nice to use the image_url attribute to display credit card images

    https://developers.braintreepayments...card#image_url
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 8 of 19 FirstFirst ... 67891018 ... LastLast

Similar Threads

  1. v154 BrainTree Payment Module before_process - DP-5 Errors
    By RJR in forum Addon Payment Modules
    Replies: 1
    Last Post: 7 Jan 2016, 10:15 PM
  2. v154 Braintree Payment Module Problems
    By andeza20 in forum Addon Payment Modules
    Replies: 1
    Last Post: 5 Feb 2015, 07:37 AM
  3. Adding an image to a payment module
    By sirluck in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 5 Oct 2007, 06:23 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR