Nick Weisser Posted January 5, 2009 Share Posted January 5, 2009 This is the support threat for the new osCommerce PostFinance e-payment module for the new version of the Swiss PostFinance payment gateway that has been released by PostFinance in November 2008. The osCommerce module is still in development and will hopefully be released in the 1st quarter of 2009. A first beta should be available for sponsors by the end of January 2009. We will also be providing a full service for the installation of the module (including pre-inscription with PostFinance) in any osCommerce store for those Swiss merchants that don't want to bother with installing and configuring the module themselves. As the last version of the PostFinance payment module for osCommerce was lacking in coding standards this new version is aiming to bring the module to a superior level by doing everything from scratch. Once this module has been successfully deployed, it will also be ported to the new version 3.0 of osCommerce. The new payment gateway offers more flexiblilty for merchants, because it let's you even customize the payment window (which also will be configurable via osCommerce payment module administration). It also sets higher security standards. Additional information about the PostFinance gateway With the PostFinance account, your customers pay for their purchases directly from their computer or mobile phone. Payments with PostFinance Card or PostFinance e-finance. Features: E-payment: Payment solution and payment methods for online purchases Payment methods: PostFinance Card or PostFinance e-finance Payment via the Internet using a computer or mobile phone Direct debit of the PostFinance account Secure, encrypted data transfer (min. 128 bit) No more need to issue invoices No fixed costs PostFinance Card and PostFinance e-finance are free of charge. You only require a PostFinance business account. Quote Link to comment Share on other sites More sharing options...
Nick Weisser Posted February 12, 2009 Author Share Posted February 12, 2009 We have completed development of the new PostFinance module having tested successfully it in the PostFinance test environment and in the live environment. Sponsors can get the module as from today. The module will also be released as a free addon during the next couple of months. We're also working on the same module for osCommerce v3.0, so please stay tuned! Quote Link to comment Share on other sites More sharing options...
Glupi Posted April 10, 2009 Share Posted April 10, 2009 (edited) Sponsors can get the module as from today. The module will also be released as a free addon during the next couple of months. Hello, What's news about the module ? Where can I download them ? Thank! Bye Edited April 10, 2009 by Glupi Quote Link to comment Share on other sites More sharing options...
marrarosaa Posted April 26, 2009 Share Posted April 26, 2009 Hello,What's news about the module ? Where can I download them ? Thank! Bye Hi, did someone reply you? Where can I find that module? Bye Alex Quote Link to comment Share on other sites More sharing options...
Glupi Posted May 1, 2009 Share Posted May 1, 2009 Hi, did someone reply you? Where can I find that module? Bye Alex No response... <_< Quote Link to comment Share on other sites More sharing options...
chocomoto Posted June 10, 2009 Share Posted June 10, 2009 I'm looking for a programmer to install this new module for me. I'm still using the old one. Please contact me. Quote Carolyn Link to comment Share on other sites More sharing options...
hfth Posted July 10, 2009 Share Posted July 10, 2009 Hi, I can not find the modul. In the contributor section is still the zip with the text file. Kind regards Quote Link to comment Share on other sites More sharing options...
Nick Weisser Posted December 28, 2009 Author Share Posted December 28, 2009 The new module has finally be released as a free community addon: http://addons.oscommerce.com/info/6442 Quote Link to comment Share on other sites More sharing options...
Nick Weisser Posted January 27, 2010 Author Share Posted January 27, 2010 (edited) Here's a short screencast that shows the order process with the new osCommerce PostFinance module when a dynamic template is used. This feature is not yet integrated into the addon, but I will upload an updated version asap. Edited January 27, 2010 by Nick Weisser Quote Link to comment Share on other sites More sharing options...
katz Posted February 4, 2010 Share Posted February 4, 2010 Here's a short screencast that shows the order process with the new osCommerce PostFinance module when a dynamic template is used. This feature is not yet integrated into the addon, but I will upload an updated version asap. Hi thanks a lot for your addon. I've integrate it on my website and all is OK but I've a little "problem" : the automatic redirection. I ALWAYS GO BACK TO THE SHOPPING CART. (In Oscommerce admin I can see the order) but it's a bite strange for customer because I can not know that is order is correct. I've put http://www.xxx/catalog/checkout_process.php in accept url, declineurl, exception url, cancel url (in shop administration). I think I have (next year ) change something in process because I only have shopping cart --> checkout_payment --> checkout_confirmation. (no more checkout_shipping)Is the problem here ? Quote Link to comment Share on other sites More sharing options...
vetim Posted February 25, 2010 Share Posted February 25, 2010 Hi Nick, i am trying to install the postFinance module, without getting success, because when i install it and i try to edit it, i don't see the field's name. I attach to you a screensaver of what i get. Please let me know how can i solve this issue :) I attach to you some pics of my problem, thanks for your reply! Quote Link to comment Share on other sites More sharing options...
Nick Weisser Posted February 25, 2010 Author Share Posted February 25, 2010 Please check the language ID of your store's default language and change this value in the PostFinance module, then uninstall and re-install the module. Quote Link to comment Share on other sites More sharing options...
vetim Posted February 25, 2010 Share Posted February 25, 2010 Ok, i'' try to do it, and confirm if it worked or not, thanks for the reply, you rock :D Quote Link to comment Share on other sites More sharing options...
vetim Posted February 25, 2010 Share Posted February 25, 2010 (edited) <?php /* $Id: postfinance.php 2009-01-19 16:30 Post finance swiss payment gateway - OSCommerce - Payment Module. */ class postfinance { var $code, $title, $description, $enabled; // class constructor function postfinance() { global $order; $this->adminlang = [b]$_SESSION['it']; [/b] $this->postfinanceLang = [b]$_SESSION['it']; [/b] $this->code = 'postfinance'; $this->title = MODULE_PAYMENT_POSTFINANCE_TEXT_TITLE; $this->description = MODULE_PAYMENT_POSTFINANCE_TEXT_DESCRIPTION; $this->sort_order = MODULE_PAYMENT_POSTFINANCE_SORT_ORDER; $this->email_description = MODULE_PAYMENT_POSTFINANCE_TEXT_DESCRIPTION ; $this->enabled = (MODULE_PAYMENT_POSTFINANCE_STATUS == 'True') ? true : false; $this->state = (MODULE_PAYMENT_POSTFINANCE_MOD == '1') ? '1' : '0'; switch($this->adminlang){ I have changed those two variables but i still get the same error as the screenshots... let me know how to solve this >_< Edited February 25, 2010 by vetim Quote Link to comment Share on other sites More sharing options...
Nick Weisser Posted February 25, 2010 Author Share Posted February 25, 2010 You looked in the wrong place. I added a default option to the switch statement, so that it should always put in the English translation. Please download the attached file and retry with that one. Let me know how it goes. No need to PM me every time as I'm notified automatically. postfinance.php.zip Quote Link to comment Share on other sites More sharing options...
vetim Posted February 25, 2010 Share Posted February 25, 2010 (edited) Thank u Nick, it worked ;-) But i get another error now after i press CONFIRM ORDER, in the test mode, it redirects me here https://e-payment.postfinance.ch/ncol/test/orderstandard.asp but i don't see the fields for putting in the credit cards data etc, like in your video. It says to me: unknown order/1/r/ What could be the cause of this error? Edited February 25, 2010 by vetim Quote Link to comment Share on other sites More sharing options...
Nick Weisser Posted February 26, 2010 Author Share Posted February 26, 2010 The unknown order error can have various reasons, please double-check all your call back URLs and your PSPID for the test environment. It might be different from the live PSPID! Quote Link to comment Share on other sites More sharing options...
vetim Posted February 26, 2010 Share Posted February 26, 2010 Here are some of my settings on PostFinance: Userid : xxxxxxTEST PSPID : xxxxxxTEST Profile: Admin Maybe some settings are wrong, can you tell me if they are right or not? Thanks a lot for the support Nick :thumbsup: Quote Link to comment Share on other sites More sharing options...
vetim Posted March 1, 2010 Share Posted March 1, 2010 No one can tell me if the settings are wrong or not ??? :'( Quote Link to comment Share on other sites More sharing options...
vetim Posted March 1, 2010 Share Posted March 1, 2010 Hi Nick, i think i have fixed the error issue, but now, after i confirm the payment, it redirects me to the login page of my shop, is it normal ? And the cart is still with the products, but if i look on the orders, the order compares... Let me know. . . . :D Quote Link to comment Share on other sites More sharing options...
vetim Posted March 7, 2010 Share Posted March 7, 2010 wow........ thank for the support..... Quote Link to comment Share on other sites More sharing options...
Nick Weisser Posted March 8, 2010 Author Share Posted March 8, 2010 I'm not sure why you're having such a hard time setting this up, but I can confirm that I have set this up on dozens of stores without any problems. Maybe you have installed a contribution that is not compatible with the PostFinance module? If you're not a developer, you might want to consider paying someone to get the job done for you. Quote Link to comment Share on other sites More sharing options...
Nick Weisser Posted March 8, 2010 Author Share Posted March 8, 2010 Here are some of my settings on PostFinance: Userid : xxxxxxTEST PSPID : xxxxxxTEST Profile: Admin Maybe some settings are wrong, can you tell me if they are right or not? Cannot see your screenshots, sorry. Quote Link to comment Share on other sites More sharing options...
bodistanciu Posted July 11, 2010 Share Posted July 11, 2010 Hello! Any news for the osc 3.0 module? Thank you very much for the great work on 2.2! Quote Link to comment Share on other sites More sharing options...
Shin A Posted August 17, 2010 Share Posted August 17, 2010 Hi thanks a lot for your addon. I've integrate it on my website and all is OK but I've a little "problem" : the automatic redirection. I ALWAYS GO BACK TO THE SHOPPING CART. (In Oscommerce admin I can see the order) but it's a bite strange for customer because I can not know that is order is correct. I've put http://www.xxx/catalog/checkout_process.php in accept url, declineurl, exception url, cancel url (in shop administration). I think I have (next year ) change something in process because I only have shopping cart --> checkout_payment --> checkout_confirmation. (no more checkout_shipping)Is the problem here ? Hi, I've got the same problem: after the module payment of postfinace, the automatic redirection take me to the shopping cart, where I found the list is not empty. And If I try to buy other objects, this second operation adds object&price to the previous list. In history I can see this two operations like one: the second overwrite and update the first. In postfinance they dont' have any answears: it's all ok for them. Suggestions? thank you Shin A 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.