VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: hk on August 27, 2013, 14:02:00 PM

Title: Payment parameters in tables
Post by: hk on August 27, 2013, 14:02:00 PM
Hi,

I am using payment plugin (ccavenue). Everything works fine, but the values stored in tables for few fields are hard coded. Code is attached.

The below fields are stored with default values, irrespective of whether the transaction was Pending or Successful:
AuthDesc = Y
Payment Status = Y

What should be changed in $dbValues['<field>'], so that appropriate values are stored in tables.


[attachment cleanup by admin]
Title: Re: Payment parameters in tables
Post by: hk on September 02, 2013, 08:34:11 AM
Nobody has a solution for this???
Title: Re: Payment parameters in tables
Post by: jenkinhill on September 02, 2013, 09:34:24 AM
You must ask the supplier of your plugin.  http://forum.virtuemart.net/index.php?topic=108212.0
Title: Re: Payment parameters in tables
Post by: hk on September 02, 2013, 10:50:32 AM
I contacted them, there was no response!
My php knowledge is poor, basically, I need to know the syntax for getting the values in tables.