Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'authorize.net'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

Found 7 results

  1. I recently added the CCGV for version 2.3.4 to my website. It took a while to get everything going, but I finally managed to get it up and running. It calculates the discounted total and displays it correctly on the confirmation screen. However, when it processes a transaction through Authorize.net, the transaction is sent twice, once at full price and once at the discounted price. This happens both when the order has a discount or not. I've gone through a number of comments but I've not seen anyone else have this problem. Any suggestions or similar threads would be greatly appreciated. Thanks Jeff
  2. After seeing the Paypal udated certs I decided to look at Authorize.net's to see if they were updated and they have added 2. I wasn't failing or having any problems, but I'm guessing it's best to keep them updated. There was a time that they added one on a few years ago and sites were failing to connect without it. Here's the link https://raw.githubusercontent.com/AuthorizeNet/sdk-php/master/lib/ssl/cert.pem
  3. Fair warning: I know almost nothing about websites. Consider me 100% ignorant. I have created a new Authorize.net Login Username and Transaction Key to be used for our credit card processing through our bank. I am having trouble with the shopping cart, which is not allowing me to save edits made to the payment modules. What I have done: Go to osCommerce website, where the shopping cart is hosted. Go to Administration > Modules > Payment. Select Authorize.net module. Click “Edit”. Enter new Authorize.net code and new transaction key provided by Authorize.net. Click “Update”. But after clicking “Update,” I am taken back to the modules and the new numbers do not show, the old numbers show. How do I get the new transaction key to “stick”? Shouldn't it be showing me the new key after I click "Update"?
  4. On March 31 (yesterday) Authorize.Net began making some changes related to security, starting with the Sandbox ( http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Authorize-Net-Begins-Infrastructure-and-SHA-2-Certificate/ba-p/49615 ). And I (as well as others) discovered yesterday that what was working March 30 was no longer working on March 31 for testing using the Authorize.Net sandbox (I have been using the AIM module, test mode, test cc numbers, and the osCommerce authorize.net module). I tried asking Authorize.Net about this, and they suggested checking with my host (InMotion). I did, and they looked into it and responded that they do meet all the stated requirements on their end, and they suggested I ask the supplier of the osCommerce module for Authorize.net. So, I am asking here. Does something have to change in the osCommerce authorize.net module(s) in order to get working again with Authorize.Net sandbox testing? Thanks
  5. Hello, I am trying to solve a strange issue with Authorize.Net. When I run a test sale using Authorize.net SIM module on my test site I am getting a strange issue. I run a test sale, using the Authorize.net SIM payment module. I enter the data in the "Delivery / Payment / Confirmation" screens and then the Authorize.net secure payment screen come up. I enter in the information and then press the "Submit" button. The “Your Order Has Been Processed” page comes up - on FireFox and Opera the page looks good - you see our site's formatting and Authorize.net text about the order and a button to go back to the store (and leave the secure site). On IE (I am using version 9) and Google Chrome (version 12) the “Your Order Has Been Processed” page comes up but it looks like pure %$#@&!!. All the Authorize.net information is there, and so is all the information from my site, but the formatting from our website is not there. I would assume that the CSS / javascript files don't load, but.... the page looks good on FireFox and Opera... sigh. I am running eCommerce 2.3. I am using the Authorize.net SIM shipping module, not the AIM module. I have attached an example of the IE screen I have e-mailed Authorize.net but any suggestions would be most welcome. Thanks David
  6. I need to find code to properly pass product "Attributes" as a merchant defined field in the authorize.net payment module. In my authorizenet_aim.php file I have the following already which passes the products themselves, I just need to figure out the fields / code to use to pass the attributes... // Add items ordered to merchants email as merchant defined fields Order - Product model, Product name and Qty ordered MC if (MODULE_PAYMENT_AUTHORIZENET_AIM_EMAIL_MERCHANT == 'True' && MODULE_PAYMENT_AUTHORIZENET_AIM_ADD_ITEMS == 'True') { for ($i=0, $n=sizeof($order->products); $i<$n; $i++) { $x = $i + 1; $data .= '&item' . $x . '=' . urlencode($order->products[$i]['model']) . ' -|- ' . urlencode(substr($order->products[$i]['name'], 0, 255)) . ' -|- ' . urlencode($order->products[$i]['qty']); } } My intended use is that I have 1 product that has 5 different attributes (like 'color', 'size' , 'material' , 'somethingelse ' ,,,) I know I can't be the first person with this issue, but my buddy Google has not helped so far so I'm looking for actual people to help :) !
  7. Okay, guys, forgive me if this has a simple answer and if it's need answered a thousand times here. I did look, and had a hard time, and I am overall new to osCommerce. My client got an authorize.net account, I set up the information to sync it with osCommerce with the "Authorize.net Credit Card AIM" Payment Module , ect. Now, when I go to see how it looks for check-out, there are no options for someone to enter credit card information. What would be stopping the credit card options to appear?
×
×
  • Create New...