Welcome, Guest. Please login or register.
Login with username, password and session length


It's a release candidate! VirtueMart 2.0 RC - the next generation VirtueMart - is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: 1 [2]   Go Down
Print
Author Topic: Beanstream payment method for Virtuemart  (Read 6868 times)
Syn
Newbie
*
Posts: 28


« Reply #15 on: July 12, 2010, 02:04:16 AM »

I've been playing with this payment mod for a few days now and it's definitely well done.  However, it doesn't seem to log payment information on the backend, especially if the transaction was declined.  Was it meant to do this, or was this not implemented?

I'm still trying to figure out what exactly is done on the beanstream end of things and what needs to be implemented directly from our end.  In testing though, it has generally worked well.
Logged
rwcorbett
Newbie
*
Posts: 18


« Reply #16 on: July 15, 2010, 08:12:46 AM »

Thanks @Syn!

I haven't implemented American Express... is that maybe something that BeanStream does?

As for backend logging... it wasn't a requirement for my client so I didn't implement it.

It really shouldn't bee too difficult if you know your way around PHP and MySQL.

What is it that you are trying to do with backend logging specifically?
Logged
omineau
Newbie
*
Posts: 2


« Reply #17 on: August 04, 2010, 15:03:05 PM »

Hi,

Is there a reason why this link:
http://rwc.cbwebco.com/rwcsvn/Beanstream%20Payment%20Method.v1.0.zip doesn't work?

Thanks
Logged
rwcorbett
Newbie
*
Posts: 18


« Reply #18 on: August 04, 2010, 17:12:05 PM »

sorry - try this: http://rwcorbett.ca/Beanstream%20Payment%20Method.v1.01.zip

moved some things on the server... SVN repo got changed.
Logged
Syn
Newbie
*
Posts: 28


« Reply #19 on: August 05, 2010, 14:22:39 PM »

Thanks @Syn!

I haven't implemented American Express... is that maybe something that BeanStream does?

As for backend logging... it wasn't a requirement for my client so I didn't implement it.

It really shouldn't bee too difficult if you know your way around PHP and MySQL.

What is it that you are trying to do with backend logging specifically?

I basically wanted to have the payment log recorded on the Virtuemart backend.  Your solutions works well, but in this partcular case I needed something that records the payment info on the backend and also prevents orders from being confirmed if the transaction is declined.

I implemented the other solution on this site, that was created a few years ago.  It seems to be working well.
Logged
rwcorbett
Newbie
*
Posts: 18


« Reply #20 on: August 05, 2010, 14:24:30 PM »

@Syn

could you forward me the link to that solution! I must have missed it (hence I wrote this) and would like to try it out  Grin

thanks in advance!
Logged
omineau
Newbie
*
Posts: 2


« Reply #21 on: August 05, 2010, 15:44:16 PM »

Thanks for the link.
Logged
kraymitchell
Newbie
*
Posts: 10


« Reply #22 on: August 20, 2010, 13:28:49 PM »

Has anything been done on this mod for the backend payment info being recorded? Wouldn't want confirmations sent out when they were declined!

Logged
Curt
Jr. Member
**
Posts: 59


« Reply #23 on: April 28, 2011, 12:48:09 PM »

Hi...

Any chance you have some code that does not transfer to Beanstream but does it on site?

Curt


Hi there all,

I have worked up a new payment method to communicate with Beanstream (also works with TD Canada Trust's OnlineMart)

It is based on the built-in PayPal module and is a variation on the idea given to me by erikas_boy (gotta give credit where credit is due - thanks Chris!)

Everything you need - including setup examples - should be in the .zip


Code:
* Beanstream Payment Processing Plugin
* - takes the customer offsite to enter in the creditcard info on Beanstream's server
* - the DB is queried to auto-fill most of the sections on the form
* - the payment form option for "Allow Price Modification" should be set to 'no' on your
*   Beanstream control panel
* - HOW TO INSTALL: (see images included in the zip)
* 1) YOU WILL NEED TO FILL YOU MERCHANT ID IN ON LINE 51 below.
* 2) create a new payment method using payment class = ps_payment & method type = HTML-Form based
* 3) copy and paste this entire PHP block (line 1 to line 70) into the configuration block
*
* based on the PayPal module that is included with VirtueMart
* date: 16 Dec, 2009
* written by Robb Corbett / Cape Breton Web Design
* (c) Robb Corbett / Cape Breton Web Design
* contact me at: robb@cbwebco.com -or- robb.corbett@gmail.com
* if you choose to use this implementation you are welcome to, but please leave this header
*   inplace. I assume no liability for the functioning of this module on your site.

{edit: fixed url, again} HERE IS A LINK TO THE FILE : http://rwcorbett.ca/Beanstream%20Payment%20Method.v1.1.zip

Just so you know - I don't really have time to maintain this... and am busy so if I don't reply to your questions then it's not because I don't like you, it's because I am too busy! This is released under the MIT Licence so you can use it however you want, but I will not be officially supporting it.

Have Fun!  Wink

-Robb

robb [at] cbwebco.com
www.capebretonwebdesign.com
Logged
Pages: 1 [2]   Go Up
Print
Jump to: