Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi guys,

 

Am getting complaints from an OSC client of mine that the "invoice number" column in their Authorize.net Control Panel is blank. Authorize.net say the problem is on the store end. I just have the stock Authorize.net module installed.

 

Has anyone come across this before or know a solution??

 

thanks very much

 

Jason

  • 4 months later...
Posted
Hi guys,

 

Am getting complaints from an OSC client of mine that the "invoice number" column in their Authorize.net Control Panel is blank. Authorize.net say the problem is on the store end. I just have the stock Authorize.net module installed.

 

Has anyone come across this before or know a solution??

 

thanks very much

 

Jason

 

This reply is pretty late but if you are using the AIM (ADC) version, you can use this contribution...

http://www.oscommerce.com/community/contributions,725/

 

or, if you're using the default osc authorize.net module, use this fix...

http://www.oscommerce.com/community/contributions,4256/

Posted (edited)
or, if you're using the default osc authorize.net module, use this fix...

http://www.oscommerce.com/community/contributions,4256/

hahaha - many thanks - but that's a link to the contribution I wrote after posting about this problem. (see below in my signature)

 

cheers

 

J

Edited by jasonabc
  • 1 month later...
Posted

I found this easy and useful, thanks!

 

Do you know how to add the description field for Authorize.NET? I would like to add the site name from the configuration file for the description on my orders. The reason - I have three sites going to the same Authorize.NET account. I changed the starting invoice numbers to qualify the site, but I would like to make it more apparent which site the order originated. Thanks-

Posted

you could send it along in much the same way as A.net passes all the other info. The store name is in the TITLE variable - so just use that. You may have to create the description parameter that A.net is expecting - it's not a required field so isn't passed along to them.

Posted
you could send it along in much the same way as A.net passes all the other info. The store name is in the TITLE variable - so just use that. You may have to create the description parameter that A.net is expecting - it's not a required field so isn't passed along to them.

 

 

Do you know the Authorize.NET parameter for Description? Following the example, would this be correct?

 

// ADD A HIDDEN FIELD AND PASS IN THE NEW NUMBER:

tep_draw_hidden_field('x_Invoice_Num', $next_inv) .

 

// ADD A HIDDEN FIELD AND PASS IN THE NEW DESCRIPTION:

tep_draw_hidden_field('x_Description', SITE_NAME) .

 

SITE_NAME is pulled from the english.php file, I may have defined it can't remember if it was included in the original setup. I added several values to this file like META values and such...

 

This site is already live so I hope to get the code right the first time, can't do much testing or downtime...thank you-

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...