Patrik
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
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,
PatrikThis reply has been marked as private.This reply has been marked as private.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_invoiceYou can assign this capability using the User Role Editor plugin or programmatically.
Regards,
PatrikHi,
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,
Patrik1. 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,
PatrikThis reply has been marked as private.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,
PatrikIt 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.
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,
PatrikHi,
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,
PatrikThis reply has been marked as private.April 10, 2019 at 7:25 am in reply to: Invoice status marked as paid, even when other dropdown options are selected. #2885Hi,
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,
PatrikHi,
Have you enabled integration for Invoicing and not wp-invoice? WP-Invoice is a different plugin.
Regards,
Patrik -
AuthorPosts