I would like to be able to see which orders have not been paid yet. Most of my customers choose 'manual checkout'. Is there a way to see all the orders that have not been paid yet and preferably a way for me to mark them as paid when I have received the payment for that order?
How to see unpaid orders from manual checkouts?
(9 posts) (2 voices)-
Posted 1 year ago #
-
I'm using the latest version of estore, purchased and downloaded it yesterday.
Posted 1 year ago # -
I tried to use debug, but when I activate it, i get the following after a manual checkout(right after the screen where you enter address and other details):
Warning: fopen(eStore_post_payment_debug.log) [function.fopen]: failed to open stream: Permission denied in /home/deb46278/domains/shanteishta.be/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_debug_handler.php on line 22
Warning: fwrite(): supplied argument is not a valid stream resource in /home/deb46278/domains/shanteishta.be/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_debug_handler.php on line 23
Warning: fclose(): supplied argument is not a valid stream resource in /home/deb46278/domains/shanteishta.be/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_debug_handler.php on line 24
Posted 1 year ago # -
I am working on adding a payment status column to the manage customers menu (this will allow you to see which transactions have not been paid).
Regarding the error you get... it is because your server's PHP handler is not configured correctly to run the script as the "root" user. Simply give the debug log files "777" permission and that will get you past this error (you can change the permission back after you are done debugging).
Posted 1 year ago # -
That feature would be awesome. Any idea when it will be available?
Posted 1 year ago # -
I should be able to have this feature live within a week.
Posted 1 year ago # -
Cool! I'm looking forward to this! Thanks a lot!
Posted 1 year ago # -
I was just wondering if you have been able to complete this feature for us?
Posted 11 months ago # -
I have added the "Status" flag that lets you mark each transaction with a label (for example: "Paid", "Unpaid" etc). When your customers checkout using the manual checkout mode the status of the transaction will be set to "Unpaid" by default. I still need to add the ability to you can sort transaction based on this "Status" column but that will come next.
You can get a new build of eStore from here:
http://support.tipsandtricks-hq.com/update-requestPosted 11 months ago #
Reply
You must log in to post.