ratikanta Posted October 22, 2012 Share Posted October 22, 2012 hi i am new in prestashop. can you tell me how can i know the transaction is complete succesfully or not from coding. and which page the insert data in ps_order table code is wriiten? Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted October 22, 2012 Share Posted October 22, 2012 Hi, In the classes/PaymentModule.php validateOrder() line in // Creating order $result = $order->add(); ps_order table code is written. Best regards Link to comment Share on other sites More sharing options...
ratikanta Posted October 23, 2012 Author Share Posted October 23, 2012 thanks but add() is define in where? Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted October 23, 2012 Share Posted October 23, 2012 Hi, You are welcome. add() is in the parent class -Order.php -> add() Best regards Link to comment Share on other sites More sharing options...
ratikanta Posted October 23, 2012 Author Share Posted October 23, 2012 where is the insert code for ps_order table. i cannot found. please help me.. Link to comment Share on other sites More sharing options...
Recommended Posts