VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: alinux on October 22, 2008, 21:20:58 PM

Title: New payment module, what return page to use and how to let user choose module
Post by: alinux on October 22, 2008, 21:20:58 PM
Hi
I did follow http://virtuemart.net/documentation/Developer_Manual/Extensions.html#N20808 to setup a new payment module.
My module redirects the user to the payment gateway and the user is then sent back to virtuemart. I have two questions

1- To which page should the user be redirected, in case of virtuemart + Joomla ?
2- The code I have is a single page that starts a class and then redirects the user to the payment gateway. When I did create this payment module and I did put the two files into the payment directory and I enabled the payment module. Now when I checkout the user is directly redirected to the payment gateway instead of allowing him to choose from the list of available payment modules, is this normal ?
Thanks
Title: Re: New payment module, what return page to use and how to let user choose module
Post by: alinux on October 29, 2008, 21:29:20 PM
Anyone please ?