URGENT~Invoice created and it is marked Paid"
This topic contains 15 replies, has 3 voices, and was last updated by Muhammad Ahmad 6 years, 1 month ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
October 23, 2018 at 6:37 pm #2258
hello Patrik or whoever is there,
we contacted you last week for plugin help now we created invoice and as we sent to the customer, it marked PAID automatically, please tell us how to fix this ASAP, its serious issue, we have changed invoice status to Pending Payment but its still showing PAID in the email invoice.
please fix it ASAP.October 23, 2018 at 6:39 pm #2259Please provide a link and admin credentials and when Patrik will come back online he’ll follow up.
Thanks for your patience,
October 23, 2018 at 6:41 pm #2260plus we also need to remove this, why this text is showing in the invoice, it was not like that before.
October 23, 2018 at 6:43 pm #2262i am creating user for you, please stay here, we need this fix ASAP, we are about to create another invoice in 30 mins.
October 23, 2018 at 6:45 pm #2263This reply has been marked as private.October 23, 2018 at 6:54 pm #2264There is nothing I can do to help you in this case.
Patrik will providing support as soon as he comes back online.
I only moderate the forums.
Please read our support policy to know what to expect from us: https://wpinvoicing.com/support-policy/
Specifically the last paragraph about: Support Forum – hours of operations
Thank you
p.s. Username and password don’t work… make sure to double check them
October 23, 2018 at 7:01 pm #2265Thank you Paolo, please mark this post ~URGENT~ for Patrik to see whenever he is available.
we really need this FIX ASAP.P.S username and password are working now.
October 23, 2018 at 7:04 pm #2266Hi Muhammad,
I am logged into the admin account and looking into the issue. Can you please provide me the FTP details as well to check in detail?
Regards,
PatrikOctober 23, 2018 at 7:20 pm #2267Hi,
I have traced issue and fixed it by deactivating the plugin duplicate page. There is a conflict. The duplicate plugin has added the div with the same ID (#major-publishing-actions) so due to 2 same IDs the conflict generated. There should be no 2 same ID so the Duplicate plugin is adding div with the same ID is wrong. I suggest you use the different plugin for duplication of page/post.
Check it from your side and let me know if this is fixed for you or not. I will check this ticket first in the morning tomorrow.
Regards,
PatrikOctober 23, 2018 at 7:24 pm #2268Hi,
Please check the excerpt of the item if there is any value or not. As the text below item comes from the excerpt. I have checked in the backend but there is no excerpt in test item but better you check in Database and remove if not required for the quick fix for any items.
As of now I have added blank space and saved an item and the text is now removed.
Regards,
PatrikOctober 23, 2018 at 7:27 pm #2269Thank you Patrik for you rapid response, yes we don’t need duplicate page plugin now, it can be deleted. let me create a test invoice to see if its fixed.
thank you once againOctober 23, 2018 at 7:33 pm #2270yes thank you, the issue has been fixed.
but we still see “please follow and like us:” text in the invoice. and have no idea how to fix this.October 24, 2018 at 5:12 am #2271Hi,
It seems Social Media and Share Icons (Ultimate Social Media) plugin is adding that content in excerpt or main content of every post via a hook. You can try following code to fix:
add_filter('get_the_excerpt', 'get_the_excerpt_cb', 10, 2); function get_the_excerpt_cb($post_excerpt, $post){ if('wpi_item' == get_post_type($post)) { return ''; } return $post_excerpt; }
Let me know if it works for you or provide us with FTP details to look more into this.
Regards,
PatrikOctober 24, 2018 at 9:34 am #2272This reply has been marked as private.October 24, 2018 at 10:18 am #2273Hi,
I have added the above code in your theme’s functions.php file. Please review it and let me know your inputs. I suggest you create the staging site where you try new plugins instead of on live site to check if any issues with invoicing occur or not.
Regards,
Patrik -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket