Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kennyk

♥Ambassador
  • Posts

    41
  • Joined

  • Last visited

Profile Information

  • Real Name
    Kenny

Recent Profile Visitors

8,603 profile views

kennyk's Achievements

  1. I received this email from BrainTree about up coming changes. Will either of these BT changes require changes to the OSC BT implementation? If so, anyone know what changes will be required? Thanks...KennyK HTTPS webhook update On November 1, 2019, Braintree will require that all webhooks in production are served with secure HTTPS endpoints rather than HTTP endpoints to align with industry best practices for security purposes. (This change is currently live in our sandbox environment.) We have contacted all affected merchants about this change, and your team will need to ensure all webhooks used in your integration are created from HTTPS endpoints by the above date, as HTTP webhooks will no longer function post-deprecation. Braintree IP address changes effective January 2020 As part of our effort to increase stability and extend our global footprint, Braintree will update the IP addresses we use for sandbox and production API traffic on January 15, 2020. If you whitelist Braintree IP addresses in your integration, you must include these new addresses to ensure that you will be able to process transactions. Read our blog post to learn more, and notify your developers about this change so they can take any needed action
  2. Excellent work @Harald Ponce de Leon! I have applied this fix and can confirm it does indeed work! Thank you!!!
  3. In my shop we only accept credit cards from US and Canadian customers. BrainTree is ignoring the Payment Zones configured. I used this same payment zone with Authorize.Net without issue. Anyone know how to fix this? Thank you in advance.
  4. Thank you @JcMagpie for the reply and information. I am not knowledgeable enough to know how to make these changes. Nice add-on and wish I could use it. Oh well, thank you again for the reply.
  5. osCommerce Online Merchant v2.3.4 is the version. It's heavily modified. I do use FA icons in many places. I don't have the date of the original ZIP package and I'm not in a place right now where I could provide the date of an unaltered file.
  6. Thanks for this excellent add-on! I am having a few issues: 1. None of the font awesome icons are showing 2. Initially all the cart items were on one line. I moved the following line of code to be the last line of the 'foreach' structure: echo '<div class="dropdown-divider"></div>' . PHP_EOL; However, I am not getting the divider at the top or the bottom. 3. Your Cart is there but in color white so it can not be seen. 4. "Your Cart" is not left justified and "3 items, $65.04" is not right justified. Any help would be greatly appreciated. Thanks!
  7. Anyone have any input on this request? Anyone willing to work for hire to add these?
  8. First, a huge thank you to @Harald Ponce de Leon for this excellent payment module! Just looking at all the code that was necessary tells me this was no small effort. So, thank you!!! Second, there are two enhancements that would help me win order processing: 1. Transaction status in the 'Status History' to contain AVS results. 2. Ability to send email with Order info, transaction results, AVS results These two enhancements would allow us to quickly evaluate an order for credit card fraud risk. Authorize.Net sends an email for each order with the following information (see below). In the morning with a lot of orders received this allows us to print the orders and use MS Outlook to scroll through each Authorize.Net email with the MS Outlook/Preview Pane turned on to quickly evaluate each order for AVS/Billing/Shipping address for credit card fraud risk. Without these enhancements we have to log into BrainTree, click various menus and then scroll to see the information we need for risk assessment. If you are verifying just one order it's not too much trouble but when it's a significant number of orders it is time consuming and tedious. I have discussed this with BrainTree and there is no way to do either of these things from their side. It would have to be implemented in the OSC BrainTree payment module. ========= GENERAL INFORMATION ========= Merchant : MYSTORE.COM Date/Time : 27-Jun-2019 15:57:28 MDT ========= ORDER INFORMATION ========= Invoice : 12345 Description : My Store Amount : 123.45 (USD) Payment Method: MasterCard xxxx1234 Transaction Type: Authorization and Capture ============== Line Items ============== Item: 1 Description: Good Product Quantity: 2 Unit Price: $16.10 (USD) Item Total: $32.20 (USD) Item: 2 Description: Better Product Quantity: 1 Unit Price: $64.55 (USD) Item Total: $64.55 (USD) Item: 3 Description: Okay Product Quantity: 4 Unit Price: $24.95 (USD) Item Total: $99.80 (USD) ============== RESULTS ============== Response : This transaction has been approved. Auth Code : 012345 Transaction ID : 0123456789 Address Verification : Street Address: Match -- First 5 Digits of Zip: Match ==== CUSTOMER BILLING INFORMATION === Customer ID : 12345 First Name : JOHN Last Name : DOE Company : Address : 1234 BILLING LANE City : DOELAND State/Province : Iowa Zip/Postal Code : 12345 Country : United States Phone : 555-555-5555 Fax : E-Mail : [email protected] ==== CUSTOMER SHIPPING INFORMATION === First Name : JOHN Last Name : DOE Company : Address : 1234 SHIPPING LANE City : DOELAND State/Province : Iowa Zip/Postal Code : 12345 Country : United States ======= ADDITIONAL INFORMATION ====== Tax : Duty : Freight : 0.00 Tax Exempt : PO Number :
  9. FYI, I was successful in upgrading to the latest version and do have it working now.
  10. I am using osCommerce Online Merchant v2.3.4 and will be installing app-braintree-2_010. Currently Braintree Version: 1.1 API Version: 1 [2.27.2] is installed, though never used or configured. I also have PayPal App v5.016 installed and have been using it successfully. I have core code mods in orders.php and elsewhere I must retain. Looking through the installation steps I am a bit confused about what Legacy Changes I have to follow considering I already have the PayPal App v5.016 installed. Also, needing to retain the mods in core files. Any help would be greatly appreciated. Ken
  11. Thanks @John W for the reply. I am not familiar with updating the certs for Authorize.Net. Is there a step by step instruction on doing this? Ken
  12. Hi John, My site was failing to connect (test connection) and I had to turn off the " Verify SSL Certificate" to get it to connect. It was working yesterday just fine with this set to true. Could this be a result of new certs? If so, 1. How do I fix this? 2. What are the ramifications of running with the Verify SSL Certificate set to false? Thanks!
  13. Excellent! I look forward to being able to use this very useful mod. Thanks Jack!
  14. I was able to increase the php memory and this fixed this error. With the number of customers I have it takes a very long time to build the lists and actually causes the browser to stop responding to build them. In fact, the browser never did compete the build of the customer selection menus. I would imagine once built it would not easy to find the accounts you want to merge. If I might venture an enhancement/change would be to provide Merge From and To fields for searching for the customer accounts to merge rather than build selection menus. You could still have the option to click for menu selection based on one of the three criteria you offer for those who want to select them using that method. For me I would know the email addresses of the accounts I want to merge so this would be quick and assured to get the correct two accounts. Thank you for your efforts with this excellent addition! Ken
  15. Thanks Jack. Yes, I have more customers than 8K. I'll check in to this further and see if there's something I can change with my server configuration.
×
×
  • Create New...