way to find out temporary & paid Signups in database table
abhishek.dabas - November 6, 2009 - 11:29
| Project: | Signup Integration for Ubercart |
| Version: | 6.x-1.0-beta4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
after giving an order when order status is pending then all signups created are temporary. Is there any way to know that the signups are tempory or paid, because I have to write the query to show only paid signups to users.
Thanks in advace

#1
See _uc_signup_get_temporary_signups(). Paid signups simple have a type value of 1 in uc_signup_log.
#2
One of our client made payment through paypal gateway, but after completing the order he received order status as "Paypal_Pending". But after sometime paypal IPN updates the order status to "Payment Received" but still in uc_signup_log table the type value for the orderId is 0. Please resolve my problem as after "Receiving payment" client signups are not marked as paid.
Is this a bug of uc_signu module?
Reply as the earliest because I need it urgently.
Thanks in advance
#3
still waiting for the solution
#4
Urgently needed
#5
You need to configure the "Change temporary signups to paid signups upon checkout when order status is complete" predicate in your conditional actions settings so that temporary signups are marked as paid when the paypal payment is confirmed.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.