VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: hgr on August 10, 2006, 01:39:43 AM

Title: Types of payment modules listed.
Post by: hgr on August 10, 2006, 01:39:43 AM
Hi.

I am looking into the payment system in Virtuemart, just to understand it a lot better.

There are basicly 5 different payment Systems possible in Virtuemart.

1. CreditCard payment
2. Use payment processor
3. Bank debit
4. Address only / Cash on delivery
5. Paypal (or related)

They are represented by a code in the database field enable_Processor in the jos_vm_payment_method table.

This field holds various values :
N
Y
P
B
'' (blank)

N = No do not use a processor
Y = Yes use a processor
P = Paypal Or related
B = Bank
'' = No do not use a processor.

So what is the system really. What is the difference between the vairous payment method variations.

Which methods in the various Payment classes are called depending on the payment variation?
Title: Re: Types of payment modules listed.
Post by: Soeren on August 13, 2006, 21:22:16 PM
I have recently updated the Wiki.
Please let me know if you're missing information or if it helps you to understand!

http://virtuemart.net/index.php?option=com_jd-wiki&Itemid=109&id=tutorials:paymentmodules

ciao, Soeren