开发者 |
webdados
ptwooplugins |
---|---|
更新时间 | 2024年10月8日 17:26 |
WordPress版本: | 6.7 |
No. This is just an integration between WooCommerce and the InvoiceXpress API. You need to subscribe to the InvoiceXpress service.
No. The free plugin is not suitable for international orders. You need to use our Pro version.
Most probably not, unless it’s a very specific issue, under our consideration, and never via email or phone call. We welcome bug reports, using the forum, and will do anything in our power to fix them for you, but it’s impossible to provide free support on such complex software like an invoicing plugin is. This is also why our Pro version has a yearly subscription instead of a one-time fee. The Pro plugin will not stop working if you decide not to renew your subscription, but you’ll stop receiving automatic updates and included technical support. That’s the only way we can ensure continued development and keep up to date with WordPress and WooCommerce changes over time.
You can report any security bugs found in the source code of this plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.
Sure. Go to GlotPress and help us out.
invoicexpress_woocommerce_vat_position_my_account
and invoicexpress_woocommerce_vat_position_my_account_priority
filters to allow reposition the VAT field on the My Account and Thank You order detail pagesinvoicexpress_woocommerce_order_should_be_vat_exempt
to allow manipulating that the order should be VAT exempt or notinvoicexpress_woocommerce_before_auto_invoice_check
to allow manipulating the order before checking if automated documents should be issued (Pro version)invoicexpress_woocommerce_automatic_invoice_type
to allow changing the automatic document type before issuing (Pro version)invoicexpress_woocommerce_get_document_qr_code
filter (Pro version)invoicexpress_woocommerce_eu_vat_countries_for_oss
filter to be able to manipulate the countries the VAT MOSS invoice should be issued to (Pro version)is_ajax()
with wp_doing_ajax()
to avoid PHP notices on WooCommerce 6.1.0invoicexpress_woocommerce_allow_contact_reuse_without_vat
filter (Pro version)sendErrorEmail
, set_email_to_html
and get_blogname
methods from the Base Controller to the Plugin class for more flexibilityUpdate URI
header (Pro version)invoicexpress_woocommerce_shipping_and_fee_ref_unique
filter[invoicexpress_woocommerce_fetch_at_code](https://gist.github.com/webdados/7f61dc21cdbbb9cd750c3a81397ef916)
to be able to programmatically fetch the AT Code for an order (Pro version)$order_object
and $error_message
to the automation error emails subject, heading, and body filters (Pro version)invoicexpress_woocommerce_pro_is_valid_order_type
filter to be able to stop invoicing, without an error, for example for marketplace sub-orders (Pro version)register_hooks()
now run on after_setup_theme
to allow the theme functions.php file hook into any filters availableinvoicexpress_woocommerce_allow_{$document_type}
filters to be able to deactivate some documents (even if activated on the options) via filters. Caution: It can break automatic documents (on the Pro version) if the current_user_can()
function is used to determine returning false
to the filter.WP_DEBUG
is set to true and for technical support proposes only (Pro version)$order_object
to the get_due_date
function and invoicexpress_woocommerce_{$type}_validity
filterVatController
get_exemption_reasons()
methodinvoicexpress_woocommerce_after_update_order_meta_frontend
action after updating order meta in the checkout (Pro version)get_eu_vat_countries
after WooCommerce 4.0.0 (Pro version)invoicexpress_woocommerce_shipping_and_fee_ref_unique
)invoicexpress_woocommerce_items_after_document_item_add
, invoicexpress_woocommerce_items_after_document_shipping_add
, invoicexpress_woocommerce_items_after_document_fee_add
optgroup
on settings select fieldsinvoicexpress_woocommerce_before_document_email
actioninvoicexpress_woocommerce_document_item
, invoicexpress_woocommerce_document_shipping
and invoicexpress_woocommerce_document_fee
developer filters to allow manipulation or exclusion of each document lineinvoicexpress_woocommerce_document_item_unit
, invoicexpress_woocommerce_document_shipping_unit
and invoicexpress_woocommerce_document_fee_unit
filters to allow developers to change each document item unit of measurementinvoicexpress_woocommerce_{$type}_data
filterswp_remote_get
instead of fopen
get_order_number()
instead of get_id()
for documents reference, for compatibility with plugins that manipulate the order numberinvoicexpress_woocommerce_document_item_title
filterinvoicexpress_woocommerce_prevent_document_issuing
filter that allows developers to prevent the document issuing based on the order detailsinvoicexpress_woocommerce_document_filename
invoicexpress_woocommerce_after_document_issue
and invoicexpress_woocommerce_after_document_finish
developer filters to all documentsallow_url_fopen
and curl
.