VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: gamma911 on March 27, 2006, 17:54:20 PM

Title: Order Status change after payment successfull?ProtX
Post by: gamma911 on March 27, 2006, 17:54:20 PM

I have spent some time implementing protx as a payment module (selling downloadable content) and everything on that end works correctly.

The problem I am now facing is that when payment (on the test server) is correctly received it does not change the status from Pending to Confirmed and therefore the email with the download link is not sent out. Not sure if this is just a 'sandbox' issue as I have not tested a live version.

I have looked at some hacks but they seem abit out of date and contradicting... has anyone managed to get this to work with 3rd party payment modules? Ie have the module update the database to confirmed so that the download link is sent out?

Any help would be appreciated!
Title: Re: Order Status change after payment successfull?ProtX
Post by: ewoud on March 30, 2006, 14:25:08 PM
check the error log from the component. if it is a fatal error in notify.php > change all $dbbt entries to $db
see also: http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=16889.0
Title: Re: Order Status change after payment successfull?ProtX
Post by: gamma911 on April 03, 2006, 11:59:40 AM
This made no difference - is this not only for the PAYPAL environment?