Patrik
Forum Replies Created
-
AuthorPosts
-
December 12, 2018 at 9:01 am in reply to: A plugin has prevented updates by disabling wp_version_check()? #2414
Hi,
Can you please check if it is working fine or not now?
Regards,
PatrikDecember 11, 2018 at 2:08 pm in reply to: A plugin has prevented updates by disabling wp_version_check()? #2404This reply has been marked as private.December 11, 2018 at 11:14 am in reply to: A plugin has prevented updates by disabling wp_version_check()? #2401Hi Nigel,
This error may or may not be due to WPInvoicing plugin. We need to troubleshoot for that. First of all, can you let me know if your site is directly accessible to users or you have some HTTP authentication enabled? If the HTTP authentication is enabled on your site then this error will come as loopback request from health check plugin will fail.
Please let me know admin details and FTP details in private reply to troubleshoot more for your site.
Regards,
PatrikDecember 6, 2018 at 6:08 am in reply to: Attach Contact Form 7 created invoice/quote into admin invoice/quote area #2398Hi Daniel,
We collect information required to create the invoice/quote. We collect user’s details like first name, last name, email, phone, website, address, city, zip, and the invoice item if any. These all the details will be displayed on view invoice page. If you want to add any extra fields like property address then you will need to customize the plugin by hiring a developer who can do that.
You can read our doc for using this addon here https://wpinvoicing.com/docs/contact-form-7-addon/
Let me know if you have more queries.
Regards,
PatrikHi Daniel,
That is intentionally implemented. Invoice needs at least one item before created or sent to the user.
Regards,
PatrikHi Daniel,
Do you want to recalculate the total from admin area for invoice? If yes then you can do that by clicking on “Recalculate Total” button and it will recalculate total based on item price and quantity and tax if enabled. Let me know if this is the answer to your query or please explain query in detail.
Regards,
PatrikCan you please provide Admin details in private reply to look more into this? I think its working fine in Invoicing plugin. Can you let me know the steps to regenerate the issue so we can fix it?
Regards,
PatrikDecember 3, 2018 at 5:21 am in reply to: Add Standard Items for Purchase in Add Listing Checkout #2380This reply has been marked as private.This reply has been marked as private.Hi,
I have done that on your given site.
It’s a bit technical. Need to run the following code ONCE by putting into functions.php file of your currently active theme:
add_action('wp_head', 'wp_head_cb'); function wp_head_cb(){ wpinv_update_option( 'invoice_sequence_start', 1 ); delete_option( 'wpinv_last_invoice_number' ); }
This will reset the sequence to start from 1 and delete the last invoice number which you may have deleted after testing. Please note: You should run this code just once so after you put this code in the file you have to refresh the home page of your theme and then remove the code. Let me know if this works for you or not.
Regards,
PatrikHi Sumit,
There are different hooks fired on different events of subscriptions. You can find following hooks which may help you:
wpinv_subscription_post_create : After subscription crated
wpinv_recurring_update_subscription : On subscription update
wpinv_recurring_set_subscription_status : On subscription renew
wpinv_subscription_completed : On subscription completed
wpinv_subscription_expired : On subscription expire
wpinv_subscription_failing : On subscription fail
wpinv_subscription_cancelled : On subscription cancelled
wpinv_recurring_record_payment : On subscription payment recordedYou can use these hooks based on your requirements. Let me know if any queries.
Regards,
PatrikNovember 28, 2018 at 2:01 pm in reply to: Error: Validation failed (count must be greater than 0) #2356This reply has been marked as private.Hi,
Please check now if it is working fine or not and let me know.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private. -
AuthorPosts