Active
Project:
UC Free Order Payment Method
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 12:56 UTC
Updated:
17 Mar 2012 at 18:24 UTC
Jump to comment: Most recent
Comments
Comment #1
vasrush commentedThis seems to be the case with me too.
No errors in dblog, the order stays in Pending mode
and the product stays in the cart.
Comment #2
vasrush commentedI made some progress on investigating the problem.
The call to uc_cart_complete_sale on uc_payment_enter function
breaks UberPOS and it seems that it breaks this module too.
Hacking ubercart uc_payment.module in line 650 seems to fix it for me
but I don't know if this is a right solution. I will probably stay with ubercart 2.4
and wait for a 'real' fix.
More info in http://drupal.org/node/1340782
EDIT: Working again! Find out that it was a bad conditional action that causes the problem for me. So the above code is not right. There is no reason to hack ubercart.
Comment #3
Anonymous (not verified) commentedHi Vasrush,
Could you please provide the conditional action configuration that you used to get this working?
Thanks,
Mike
Comment #4
vasrush commentedMike,
My problem was a ca that used to redirect the user to a different checkout-complete page with a condition of
payment method.
Try to disable your custom conditional actions and re-enable them one by one.
Good luck!