I will give the Fast & Easy Checkout a try. So from what you can see , i am setup right ?
*update
Thank you for making a test customer for me. I see the one you created now. Did it give you any issues ?
Thank you so much for the help! You rock.
Printable View
I will give the Fast & Easy Checkout a try. So from what you can see , i am setup right ?
*update
Thank you for making a test customer for me. I see the one you created now. Did it give you any issues ?
Thank you so much for the help! You rock.
Hi, I've installed the Braintree Mod and I've confirmed that everything is set up correctly, and when I tested checking out in the production mode, when I submit my order it goes to an error page saying that the braintree table doesn't exist. I signed into my php database, and indeed there in no table named braintree there. Is there a way to fix this, or a reason why the table wasn't created? Thanks!
More info: I got a confirmation email as a customer (as I was testing checking out on my own cart) that my order had gone through, so Braintree itself seems to be working and going through, but the data has nowhere to write to since the table doesn't exist, so the customer would just see an error page saying the table doesn't exist, and would probably assume the order didn't go through, when it had. I've disabled Braintree for now, but want to fix it!
This was an issue in the earlier versions, is there a table braintree or zen_braintree in your database?
Thanks for your quick reply. Now that I look more closely there is a new table called TABLE_BRAINTREE. Should I rename this table braintree?
AHH ok there is the issue, the table should be called DB_PREFIX (whatever that is) braintree, TABLE_BRAINTREE must not have been defined properly in the installer and then created that., so simple fix rename that table
alright on my new install of zencart 1.5.1 using the latest version of braintree i get the follow error page
WARNING: An Error occurred, please refresh the page and try again.
This is after step 3 of the checkout process. I don't have any error messages in my log folder.
I set braintree to send me any error messages in email. I get
braintree_api
Beginning DP mode
braintree_api
Result: Success
The order invoice is sent to the test customer email just fine. But right after they hit confirm order they get that error message on a blank page. What am i doing wrong here ? This is a new install of zen cart.
Solved it. It was the same problem danielosko & BlackOrchidCouture.
I downloaded the wrong version. It was calling for the table_braintree in the database. I made the fixes to the api and deleted the table and it works fine now. Thanks man !
I'm losing my mind trying to get this figured out
When making trial purchases Braintree shows the funds processing
Customer gets an email order confirmation
Admin shows all order info
on step 3 of checkout however this error message is given:
WARNING: An Error occurred, please refresh the page and try again.
Upon refresh the customer is told the transaction was declined
I also get this message in my log file:
[27-Apr-2014 08:41:53] PHP Fatal error: 1146:Table 'andilyn_zncr5.braintree' doesn't exist :: INSERT INTO braintree (order_id, txn_type, module_name, module_mode, reason_code, payment_type, payment_status, pending_reason, first_name, last_name, payer_business_name, address_name, address_street, address_city, address_state, address_zip, address_country, payer_email, payment_date, txn_id, parent_txn_id, num_cart_items, settle_amount, settle_currency, exchange_rate, date_added) VALUES ('1546', 'cart', 'braintree_api', 'USA', '', 'Credit Card(MasterCard)', 'Completed', '', 'Sean', 'Paul', '', 'SeanPaul', '8010 Presidents Drive', 'Orlando', 'Florida', '32809', 'United States of America', 'littlebearhugs2######################', now(), 'bv5rtbm', '', '1', '0.01', 'USD', '1', now()) in /home4/andilyn/public_html/cherrypitcrafts.com/includes/classes/db/mysql/query_factory.php on line 120
Any suggestions?