Patrik

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 391 total)
  • Author
    Posts
  • in reply to: "invalid invoice user id" error (like others) #2948

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: "invalid invoice user id" error (like others) #2945

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you disable “Require Login to Checkout” and see if users can pay it without login/register via the link received in the email address?

    Regards,
    Patrik

    in reply to: "invalid invoice user id" error (like others) #2940

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Add Item In Cart #2933

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: How to allow other user roles to add invoices? #2931

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You will need to assign following capabilities to the user role you want to allow access to Invoices:

    delete_wpi_invoice
    delete_wpi_invoices
    delete_published_wpi_invoices
    delete_others_wpi_invoices
    edit_wpi_invoice
    edit_wpi_invoices
    edit_others_wpi_invoices
    edit_published_wpi_invoices
    publish_wpi_invoices
    read_wpi_invoice

    You can assign this capability using the User Role Editor plugin or programmatically.

    Regards,
    Patrik

    in reply to: Add Item In Cart #2929

    Patrik
    Moderator
    Post count: 1971

    Hi,

    You will need to get item ID from package ID you want to add and then insert that item to the invoice “cart_details” array or using

    $invoice->add_item($itemID, $args);

    function on the save_post hook if you want to add package while creating invoice from the backend.

    Regards,
    Patrik

    in reply to: A few questions about client management #2923

    Patrik
    Moderator
    Post count: 1971

    1. The information which is required to create an invoice is user ID and email which generally we can get from the WP user registered via any registration form. All other fields will be added once the user checkout for the invoice for the first time.

    2. Those are user’s invoice specific fields. We have considered those fields can be changed per invoice. If you have specific requirements to allow users fields to be edited from the Users menu then you can do that by a bit of customization.

    Regards,
    Patrik

    in reply to: Other ways to search for customers #2921

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Recurring Subscription #2918

    Patrik
    Moderator
    Post count: 1971

    To force user login before paying an invoice you can enable setting “Require Login To Checkout” in Invoicing->Settings->Misc. This will not redirect but will show a message to login.

    Can you try one transaction with that setting? I think it should automatically process via authorize.net.

    Regards,
    Patrik

    in reply to: Recurring Subscription #2913

    Patrik
    Moderator
    Post count: 1971

    It should fix being charged twice. For invalid user ID issue, it is required to login by the user to pay the invoice as invoice compulsory needs user ID.

    in reply to: Error: Invalid invoice user id #2911

    Patrik
    Moderator
    Post count: 1971

    Hi,

    This error will display if the user is not logged in the site and trying to pay the invoice. To pay the invoice, the user needs to be login and then proceed to checkout.

    Regards,
    Patrik

    in reply to: Recurring Subscription #2909

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have changed the settings for Authorize.net transaction type for recurring to Authorize only and let authorize.net handle it. Can you please check if it fixes your issue or not?

    Regards,
    Patrik

    in reply to: Error: Invalid invoice user id #2904

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.

    Patrik
    Moderator
    Post count: 1971

    Hi,

    It seems duplicate page plugin is conflicts with our plugin. So if you disable that plugin then it should work fine. You can enable whenever you want to duplicate the plugin and disable it after you are done or you want to send an invoice. Meanwhile, we will find out some solution to fix this and update in the future update of the plugin.

    Regards,
    Patrik

    in reply to: affiliate referral not appearing when invoice paid. #2877

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Have you enabled integration for Invoicing and not wp-invoice? WP-Invoice is a different plugin.

    Regards,
    Patrik

Viewing 15 posts - 166 through 180 (of 391 total)