POSTFINANCE YELLOWPAY module problem!
Hi,
I have a problem with the module ported by marcin kolonko :no::no:
http://www.zen-cart.com/index.php?ma...roducts_id=762
The test mode works fine and I get the success code. The problem is that I don't see the order in the database.
It drive me crazy!!!!:cry:
Can anyone help me???
Thanks to all for your great job.:clap:
Zencart 1.38a
Re: Checkout URL - PostFinance??
Hello to all!
After the upgrade of Postfinance they have a lot of problem. Even if you set the return page the system doesn t go back to the success page (in testing mode never got in production).
I have an other problem... I ve set the return pages as prossel said, but if I try to test it even the Postfinance procedure goes succesfully I don t find the order in the database.... any Idea????
the http/post is set to:
your_shop_url /index.php?main_page=checkout_process&step=process
but it doesn t work, I get the information return on the second option by e-mail.
Any Idea????
thanks to all
Re: Checkout URL - PostFinance??
Hi Maxiva,
There is something missing in includes/modules/payment/postfinance.php that prevents the checkout_process pages to correctly process the order.
Look for txtShopPara and replace the whole line with
PHP Code:
zen_draw_hidden_field('txtShopPara', session_name().'='.session_id()) .
By the way, there is another solution that involves swapping return urls to process the order after the payment has been made, when the user returns to the shop, but it is a bad solution. Some users just forget to return to the shop, leaving you with the same problem as you currently have (money moved but no order in shop).
Re: Swiss post payment module: Yellowpay
Hi Prossel,
thanks for your help. I will do it.
with the new module 3.2 OSC I saw that they have added the postfinance logo.
In section 2 of 3 in checkout process, where customers chose the payment option, I would like to display the postfinance logo. Do you know how that can be made?
They did some improvement like the automatic languages and other changes...
I really would like to port it from OSC.... I've alredy tried.... but the resolt it's a disaster...
In the last month, Postfinance did an upgrade of the system, now there is a bug with the return page after success with ie7.0 (with ie 6.0 and firefox no problem). I've call them 100 times. untill now they didn't solve the problem.
Best regards
Maxiva
Re: Swiss post payment module: Yellowpay
Yes, the logo file is in the zip, but there is no reference to it from other files. I don't know how to add the logo to section 2 in checkout process and I don't have the time to hack this.
Just tested with IE7 and saw no problem with the return page. Maybe related to fact that the order is not created. Fix this first then check again with IE7.
The only improvements I can see in OSC 3.2 module is the key returning all the currencies instead of only swiss. In 3.3 version, there is a modification to follow a change by postfinance in the hash key, but this only affects recently registered users.
Anyway, I have modified version of the zencart module which addresses all this and which I should soon publish.
Re: Swiss post payment module: Yellowpay
Quote:
Originally Posted by
prossel
I have modified version of the zencart module which addresses all this and which I should soon publish.
Here it is: http://www.zen-cart.com/index.php?ma...roducts_id=762
Re: Swiss post payment module: Yellowpay
Simply perfect!!!
Thanks Prossel for your great work.
The module works fine in testing mode.
My account is 2 months old (new HASH?).
There is always the problem with IE 7.0 that cause the page not to go back to:
Code:
your_shop_url /index.php?main_page=checkout_success&step=ok
I called this morning the Postfinance helpdesk they are still working on it.
The order is in admin where it has to be.
Great.
Re: Swiss post payment module: Yellowpay
Quote:
Originally Posted by
maxiva
My account is 2 months old (new HASH?).
if you didn't change the HASH_USES_SHOP_ID value, you are using the same hash method as me, which sould be the old one since i registered more than a year ago.
If someone tested with HASH_USES_SHOP_ID set to false, please report so that we can update the module and remove the "not tested" mention.
Re: Swiss post payment module: Yellowpay
Hi all,
If you search for the new PostFinacne module. (new specification) I have found this:
http://shop.customweb.ch/de/Zen-Cart...Zen-Cart-.html
I hope i can help you.
Re: Swiss post payment module: Yellowpay
since the swiss post has changed the process method, this module don't work anymore....somebody have an idea for fix it?
thanks