Patrik

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 391 total)
  • Author
    Posts

  • Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you please check if it is working fine or not now?

    Regards,
    Patrik


    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: A plugin has prevented updates by disabling wp_version_check()? #2401

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Adjust Change Revise Invoice Total #2397

    Patrik
    Moderator
    Post count: 1971

    Hi Daniel,

    That is intentionally implemented. Invoice needs at least one item before created or sent to the user.

    Regards,
    Patrik

    in reply to: Adjust Change Revise Invoice Total #2393

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Plugin does not store customers VATNo. and Company #2391

    Patrik
    Moderator
    Post count: 1971

    Can 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,
    Patrik

    in reply to: Add Standard Items for Purchase in Add Listing Checkout #2380

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Invoice Number #2366

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Invoice Number #2364

    Patrik
    Moderator
    Post count: 1971

    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,
    Patrik

    in reply to: subscription status change hook #2361

    Patrik
    Moderator
    Post count: 1971

    Hi 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 recorded

    You can use these hooks based on your requirements. Let me know if any queries.

    Regards,
    Patrik

    in reply to: Error: Validation failed (count must be greater than 0) #2356

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Invoice Number #2351

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Please check now if it is working fine or not and let me know.

    Regards,
    Patrik

    in reply to: Invoice Number #2349

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Invoice Number #2347

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
Viewing 15 posts - 256 through 270 (of 391 total)