Link to home
Start Free TrialLog in
Avatar of devmasters
devmasters

asked on

VirtueMart - checkout with no payment gateway

I would like to implement all the functionalities in virtue mart except payment gateway.

The reason is that the product price are negotiable for various reasons .

All i would like to do is

check out
enter billing n shipping info
generate purchase order

Can some body help me how to do it virtuemart?
ASKER CERTIFIED SOLUTION
Avatar of Peter Hart
Peter Hart
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've just tried it with a site I'm developing and  this is what happend:

I set up the payment as above and when I added it to the cart I then filled in the details and clicked add to cart
the carrt now has the title of the payment method I set up "email purchase order"
when I clicked on the "purchase" button It confirmed my payment method "purchase order"
so you can change that to what everyou want
I then got an email with the purchase order.
Avatar of devmasters
devmasters

ASKER

Thanks a lot