News:

Support the VirtueMart project and become a member

Main Menu

Custom payment module called 'Moneta'

Started by NeOman, October 14, 2007, 11:59:38 AM

Previous topic - Next topic

NeOman

Hi guys, I already posted my question under the wrong category, so here it goes again. I'm developing a custom payment module for VM, but since I'm not familiar with how VM works, I'd like to ask you guys for a bit of help.

The thing is, my API creates an XML document with the order details and sends it to remote server. All I need to do is, send cart and user data from VM to my script so it can process the order. I don't really know where to begin, I added a custom payment module called 'Moneta' and now trying to figure how to post data to my script.

Thanks for your help.

Detailed information about Moneta: http://www.moneta.si/en/

NeOman

OK guys, another one, hopefully my last problem with this module. I need to know how Virtuemart saves all the cart data before it's written into the DB and access it. I can't do a normal MySQL query, because it isn't written in the database yet. I need to access some of the data, just before it's written into the database (as soon as I click confirm order).

Thanks in advance.