ross.fraser Posted July 6, 2010 Share Posted July 6, 2010 Hi GuysI am trying to write data to the ps_orders table.I have changed the cheque module to allow for BPAY (an aussie bank service) and for direct deposit.What I need to do is create a calculated bpay reference number and save it with the order. What module writes info to the ps_orders table? is it order-confirmation.php or validation.php?What command do I have to edit to save a variable $bpay to a field I have already created in ps_orders????HELP!!!!!!!!!!!!Thanks Link to comment Share on other sites More sharing options...
rocky Posted July 7, 2010 Share Posted July 7, 2010 The PayPal module adds a private order message with the PayPal transaction ID to the ps_message table. Perhaps it would be easier for you to do the same with the BPAY reference number. Link to comment Share on other sites More sharing options...
ross.fraser Posted July 7, 2010 Author Share Posted July 7, 2010 Thanks Rocky, I'll look into it. Link to comment Share on other sites More sharing options...
Recommended Posts