News:

Support the VirtueMart project and become a member

Main Menu

Authorize.net for VirtueMart 2.X

Started by Eric Brown, September 23, 2011, 21:05:14 PM

Previous topic - Next topic

PRO

Quote from: woood77 on February 02, 2012, 22:16:56 PM
Has anyone heard of anything regarding Authorize.net SIM (Server Integrated Method) and Virtuemart 2? I'd really like to use this to get around the PCI stuff.

Thanks

its in the latest version
http://forum.virtuemart.net/index.php?topic=96945.0

alatak

Hi,

In the latest version, it is the authorize.net AIM method which ha been implemented.

JoeMark

I'm having a hard time getting the Authorize.net configuration to save in VM2.0.2 with joomla 1.5.

I have SSL enabled for the site.

I have my API login ID and Key and place them in the config window. When I apply it the fields are cleared out and empty.  Other settings seem to stick like the credit cards accepted.  VM says it saved it but is this true? If so, how would one know?

Can't find anywhere in the Authorize.net account an ID and Key for the Sandbox.  I would love insight on that too.

Where do we get the logo images and CVV images from?  Those dropdowns are empty (except for an index.html file).

Help, please :)


Thanks,

Joe

alatak

Hi,

QuoteWhere do we get the logo images and CVV images from?  Those dropdowns are empty (except for an index.html file).
There was an error in the xml file for the logos. It has been fixed in the revision 2.0.3a.
Yes it is true we don't provide them.
Place them in the images/stories/virtuemart/payment folder.

QuoteCan't find anywhere in the Authorize.net account an ID and Key for the Sandbox.  I would love insight on that too.
To create a sandbox for authorize.net, go here: https://developer.authorize.net/testaccount/

JoeMark

#124
Wow thanks for the quick reply! What about the saving of the Authorize.net payment method.  The ID and Key don't appear in the settings after I apply them.  Is this normal behavior or should I see the ID and Key after saving?

Thanks,

Joe

now using 2.0.3b

Additional information: I verified with Authorize.net that the API ID and Key are active and working with their secure.authorize.net gateway.  The problem seems to be clearly in Vmart or Joomla.  I activated Debugging Messages for administrators in the VM Configuration and that locked up the whole component.  I had to hack the database record in jos_virtuemart_configs to change this "debug_enable=s:5:"admin";" to this "debug_enable=s:4:"none";" in order to access to it again.


RFIDBob

VM team,


I am currently running VM 2.0.2 with Joomla 2.5. My current payment processor is eProcessingNetwork http://www.eprocessingnetwork.com/Utilities.html

eProcessingNetwork offers Authorize.net emulation so you can use Authorize.net payment modules. The only problem is that I need to be able to change the URL from Authorize.net which is https://secure.authorize.net/gateway/transact.dll TO the eProcessingNetwork URL which is https://www.eprocessingnetwork.com/cgi-bin/an/order.pl

Does anyone have any idea where I can find this hard coded URL and change it to the one that I need to point to?

Best regards,

-RFIDBob
Vist our online RFID store at argowireless.com

dontflinch

sure, easy:

plugins/vmpayment/authorizenet/authorizenet.php

~line 1329    return $method->sandbox ? 'https://test.authorize.net/gateway/transact.dll'; : 'https://secure.authorize.net/gateway/transact.dll';

problem is alatak has apparently released something with the core that users are supposedly not allowed to modify at all, even for styling or things like this.

Quote * @copyright Copyright (C) 2011 alatak.net  - All rights reserved.

* @license license.txt Proprietary License. This code belongs to alatak.net

* You are not allowed to distribute or sell this code.

* You are not allowed to modify this code.

For these reasons and others I am not a fan of the way this new vm payment/shipping plugin stuff has been handled.  :(

jenkinhill

All it requires is a pm to Atalak to discuss possibilities and changes.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

dontflinch

you might say that but I see on another thread where people paid for her occ plugin and it is not working and she has not responded for weeks I think.  and really, every time one of hundreds or thousands of people wants to change their template and adjust the form layout they should pm her?  or what about if she dies - do we pm her heirs?  I just think it was bs to have taken something that had been included as part of opensource virtuemart previously and suddenly these few parts are copyrighted so no one can make it better for their own use or others.  had I known that dev team would start trying to profit off this community effort I might have chosen a straight pay-for shop way back when.  it's one thing to offer specialty plugins/items for pay, another to take parts of the core open source functioning that had existed and start charging for or copyrighting their use.  I am sure you will disagree but that is my opinion and I am sure others as well.

Merry

#129

QuoteWhere do we get the ... CVV images from?  Those dropdowns are empty (except for an index.html file).

Thanks for doing this module, Alatak. I know thanks are always in short supply. :-)

A Google search on "CVV images" with Virtuemart only brings up this thread. Are you saying that the CVV tooltip image is now included in release 2.0.3a? VirtueMart 2.0.2 is the latest stable version available. Will users be able to upgrade shortly, or should they do a work-around?

Thanks,
Merry


Answer is probably from my VirtueMart 2 User Manual ebook, includes FREE updates. FREE Admin Menu Cheatsheet, Quick Install Guide & 30-Minute Quick Setup Guide http://showmeguides.com/

perlarenee

I'm concerned about what was mentioned above about not being able to change the url to allow for authorize.net emulation. I don't mind not being able to change the code functionality, though that could cause difficulty when having to tweak things and it would make things easier to be able to make changes, but not being able to plug in emulators will cause us major problems and make it unusable for a percentage of our websites. Can this be changed? In the previous virtuemart there was a field in the plugin parameters (payment parameters) that you could change this in. Otherwise we'd need the various emulators available as payment methods like they were in vm1.

alatak

Hi,

Quoteproblem is alatak has apparently released something with the core that users are supposedly not allowed to modify at all, even for styling or things like this.
Ooops soryy, changing that rigth now.

Quote~line 1329    return $method->sandbox ? 'https://test.authorize.net/gateway/transact.dll'; : 'https://secure.authorize.net/gateway/transact.dll';;
Ok ,i will change that and put it as a parameter.

QuoteWhere do we get the ... CVV images from?  Those dropdowns are empty (except for an index.html file).
You should upload them in the images/stories/virtuemart/vmpayment


Merry

QuoteWhere do we get the ... CVV images from?  Those dropdowns are empty (except for an index.html file).
You should upload them in the images/stories/virtuemart/vmpayment
[/quote]

For those who need the CVV images to upload, you can get them apparently royalty-free from this site:
http://www.merchantequip.com/information-center/credit-card-logos/

Save to your computer, then use your SHOP - Media Files - New to upload the image to images/stories/virtuemart/vmpayment
then go to SHOP - Payment Methods - New - select Authorize.net - Save - click CONFIGURATION Tab - click inside CVV images box and select the new image.

Merry
Answer is probably from my VirtueMart 2 User Manual ebook, includes FREE updates. FREE Admin Menu Cheatsheet, Quick Install Guide & 30-Minute Quick Setup Guide http://showmeguides.com/

euphoricgear

I'm also having this problem

"VM team,


I am currently running VM 2.0.2 with Joomla 2.5. My current payment processor is eProcessingNetwork http://www.eprocessingnetwork.com/Utilities.html

eProcessingNetwork offers Authorize.net emulation so you can use Authorize.net payment modules. The only problem is that I need to be able to change the URL from Authorize.net which is https://secure.authorize.net/gateway/transact.dll TO the eProcessingNetwork URL which is https://www.eprocessingnetwork.com/cgi-bin/an/order.pl

Does anyone have any idea where I can find this hard coded URL and change it to the one that I need to point to?

Best regards,

-RFIDBob"


Problem is, I don't have

"plugins/vmpayment/authorizenet/authorizenet.php

~line 1329    return $method->sandbox ? 'https://test.authorize.net/gateway/transact.dll'; : 'https://secure.authorize.net/gateway/transact.dll';"



I'm using Virtuemart 2.0.6 and Joomla 2.5