-
Posted a reply to Settings are not showing cash or check payments as a possible default, on the site WordPress.org Forums:
You should be able to post these manually. Open the invoice in the console and… -
Posted a reply to edit invoice history, on the site WordPress.org Forums:
All of those will be in the wp_postmeta table. Look for a meta_key "adjustments" and… -
Posted a reply to edit invoice history, on the site WordPress.org Forums:
Glad to help. I'm not sure what you mean by other adjustments. -
Posted a reply to edit invoice history, on the site WordPress.org Forums:
Did you also look in the wp_postmeta? There is a meta_key called 'total_payments' that may… -
Posted a reply to edit invoice history, on the site WordPress.org Forums:
The table you're looking for is "wp_wpi_object_log" The invoice is a wp_post and wp_postmeta, and… -
Posted a reply to Switching Payment Options (PayPal to Stripe), on the site WordPress.org Forums:
Been there, done that! Glad it was a simple thing. -
Posted a reply to Switching Payment Options (PayPal to Stripe), on the site WordPress.org Forums:
Did you create a new invoice after switching to Stripe or is it an invoice… -
Posted a reply to API New Invoice Number, on the site WordPress.org Forums:
You can cancel this request. I found the problem was an issue with a child… -
Posted a reply to API New Invoice Number, on the site WordPress.org Forums:
I've tried with both an invoice I created as well as a copy/paste from the… -
Posted a reply to API New Invoice Number, on the site WordPress.org Forums:
When I try to access $new_invoice, it has a NULL value. When I look at… -
Created a topic, API New Invoice Number, on the site WordPress.org Forums:
When using the API to create a new invoice, is there a… -
Posted a reply to Session_ID Problem, on the site WordPress.org Forums:
I'm going to run it as is for now and just leave the sessions disabled… -
Posted a reply to Session_ID Problem, on the site WordPress.org Forums:
Thanks for the quick responses! -
Posted a reply to Session_ID Problem, on the site WordPress.org Forums:
I did disable sessions and that seems to have stopped the problem. -
Posted a reply to Session_ID Problem, on the site WordPress.org Forums:
I guess my question is: Is there a reason you're hard coding a static MDOCS_SESSION_ID… -
Posted a reply to Session_ID Problem, on the site WordPress.org Forums:
In the memphis-documents.php file on line 30 you hard coded a MDOCS_SESSION_ID to a static… -
Created a topic, Session_ID Problem, on the site WordPress.org Forums:
After updating to Memphis Docs 3.6.21 we started havin…