Patrik
Forum Replies Created
-
AuthorPosts
-
Hi,
It looks like W3 total cache is causing an issue. When I disabled it then I don’t see the issue. It may be possible the resources used by W3 total cache are increased or maybe some other issue which exactly you can get from your hosting provider as I don’t see any logs in the WP directory so it might be on the hosting server-side. I have disabled the W3 total cache for now so you can check from your side. If you want to use any other caching plugin then you can use otherwise try to find the exact issue from the hosting provider and let us know so that we can provide you the solution for the same.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.Hi,
You can override the template in your currently active theme and modify it as per your requirements. You can copy the template emails/wpinv-email-user_invoice.php from Invoicing plugin to your currently active theme and comment or remove all following lines from that file:
do_action( 'wpinv_email_invoice_details', $invoice, $email_type, $sent_to_admin ); do_action( 'wpinv_email_invoice_items', $invoice, $email_type, $sent_to_admin ); do_action( 'wpinv_email_billing_details', $invoice, $email_type, $sent_to_admin );
Let me know if it works for you.
Regards,
PatrikHi,
There was an issue from hosting server-side on that ticket and it can be also possible on your site. Can you please provide FTP details in a private reply so that I can enable and check the error log?
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.Hi,
You can read their documentation or description and decide which is best for your requirements. It will display a form with predefined fields and items. Once the user submits the form, it will create an invoice in the backend.
Regards,
PatrikHi,
You can try our forms add ons which allows creating invoices from the frontend. You can check the following links for that and decide whatever match your requirements:
https://wpinvoicing.com/downloads/contact-form-7/
https://wpinvoicing.com/downloads/ninja-forms/
https://wpinvoicing.com/downloads/gravity-forms/Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.Hi,
Regarding Issues #1 and #2, Can you please explain in details what are you trying to get and how?
For BuddyPress issue, Apply this patch https://github.com/AyeCode/invoicing/pull/211/commits/18a66adf3926291a7f434b7bdb5a5bcc0a2f1b51 and let me know if it resolves your issue or not. If you want me to do this on your site then please provide FTP details in private reply and I will make changes for you.
Regards,
PatrikHi,
You can look at this shortcode https://wpinvoicing.com/docs/core-shortcodes/#wpinv_buy as it is similar to your requirements may not be exact. This shortcode will display a button on click of which customer will be redirected to our checkout page where he can enter all the details and proceed for payment.
Regards,
PatrikSeptember 10, 2019 at 8:54 am in reply to: Invoices in buddypress tab visible even if not logged in #3487This reply has been marked as private.Hi,
The thing you want requires customization. We do provide only pre added items to be added to invoice/quote on form submission. All the items added to the hidden field will be added to invoice/quote on form submission. If you want to get only those items which are selected from the checklist then you can do with javascript custom code. We don’t provide support for customization here. You can hire a developer who can do this easily.
Regards,
Patrik -
AuthorPosts