prabheesh Posted June 16, 2006 Share Posted June 16, 2006 Hi, I was trying to implement payment module with oscommerce system. But when I clicked on the confirm order button, it displayed the error as " select count(*) as total from sessions where sesskey = 'bb52a78420aa9304e43e9407a956e9a9' [TEP STOP] " I found that the problem is related with the session. During the development, I temporarily given the name of my new payment module as test and I created test.php in the payment module folder. In the constructor class, I redirected the page to be displayed by $this->form_action_url = './test-purchase-execute.php'; But, when I click the confirm order button, test-purchase-execute .php is executing well, but i am going out of the session.. How can I solve the problem.. Please help me.. regards Quote Link to comment Share on other sites More sharing options...
♥Vger Posted June 16, 2006 Share Posted June 16, 2006 I'd recommend you go to the Contributions section and download one of the several Protx Payment Modules which are already available. Vger Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.