Linux 软件免费装
Banner图

Woocommerce Invoice

开发者 pickplugins
更新时间 2023年4月15日 12:27
捐献地址: 去捐款
PHP版本: 4.1 及以上
WordPress版本: 5.1
版权: GPLv2 or later
版权网址: 版权信息

标签

PDF invoices WooCommerce Invoices WooCommerce PDF Invoices

下载

1.0.0

详情介绍:

No more tense with Invoice. This plugin will send invoices directly to your customer's email as an attachment automatically when ever you like. Besides the invoices can be preview and download any time. WooCommerce Invoice by http://pickplugins.com Plugin Features Shortcodes Order Invoice Create a page first and the paste the following shortcode to display the invoice for specific order. You just need to pass the order_id="1232" in the shortcode. You can also pass any specific template for the output, like template="flat" [order-invoice order_id="X" template="XXXXX"] Filter Hooks wooin_invoice_templates_internal With this filter hook, you can easily add new Templates. But you just need to place it inside wp-content/plugins/woo-invoice/templates/invoice-templates/my-template Each template should have minimum 3 files. `* my-template.png $templates['my-template'] = __( 'My Template', 'text-domain' ); return $templates; } add_filter( 'wooin_invoice_templates_internal', 'add_my_template' );` wooin_invoice_templates Now imagine that you want to add a custom template from external source, not from that specific directory, then you can do that easily with this filter hook. ` // Add New template from other directory function add_custom_template( $templates ){ $templates[ 'custom-template' ] = array( 'label' => __( 'Custom Template', 'text-domain' ), 'thumb' => 'URL of the thumbnail source', 'stylesheet' => 'Stylesheet of the template', 'template' => 'Directory of the template file', ); return $templates; } add_filter( 'wooin_invoice_templates', 'add_custom_template' );` Translation Please find the 'en.po' for default translation file under 'languages' folder and add your own translation. you can also contribute in translation, please contact us http://www.pickplugins.com/contact/

安装:

  1. Install as regular WordPress plugin.
  2. Go your plugin setting via WordPress Dashboard and find "Woocommerce Invoice" activate it.

屏幕截图:

  • Screenshot 2
  • Screenshot 3

更新日志:

1.0.0