這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WooCommerce My Licences

描述

Required to Work
This plugin requires the use of WooCommerce Software Add-on

WooCommerce My Licences is a simple shortcode plugin that allows you to display the end-users licence keys in a table.

With WooCommerce Software Add-on, each software product the customer has purchased, a licence key is given but only via email when the order is completed. You also don’t have the option to deactivate your licence key. With this plugin, not only does the customer see all licence keys purchased but also lists which site or instant the licence has be activated on.

To use this shortcode, simply place the shortcode on page and any software your customers have purchased will have access to the licence keys once logged in on their account.

Features

  • Table listing all product licence keys. [ Product Name | Licence Key | Software Version | Activations | Licence Type ]
  • Each licence key will list activated sites or instants along with a deactivation button.
  • See how many activations the licence key has left.

Contributing and reporting bugs

You can contribute code to this plugin via GitHub: https://github.com/Sebs-Studio/WooCommerce-My-Licences and localizations via Transifex: https://www.transifex.com/projects/p/woocommerce-my-licences/

Support

Use the WordPress.org forums for community support. If you spot a bug, you can of course log it on Github instead where I can act upon it more efficiently.

If you need help with customization. Please consider hiring me to apply your website’s customizations for this plugin.

Please also consider making a donation or write a review.

More information

安裝

Installing “WooCommerce My Licences” can be done either by searching for “WooCommerce My Licences” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Either create a new page or edit a previous one and insert the shortcode [woocommerce_my_licences]

常見問題

Q.1 How do I display the licence table?

A.1 Simply place this shortcode anywhere you want.

[woocommerce_my_licences]
Q.2 How can I display a products variation column?

A.2 Simply display the shortcode like so.

[woocommerce_my_licences variables="yes"]
Q.3 Do you have any action hooks I can use?

A.3 Yes there are a few action hooks in place that can be used to display content before and after the licence table.

add_action( 'woocommerce_before_my_licences', 'your_function_name' );

add_action( 'woocommerce_after_my_licences', 'your_function_name' );
Q.4 What about filters?

A.4 There is a filter for displaying the variable type.

apply_filters( 'wc_my_licences_type', $type )

評價

2017年8月14日
Not working anymore, but I solved the problem and added my updated plugin woo-admin-licenses
2016年10月20日
Hey, That's a great Plugin. But it seems not to work with the current WordPress / Softeare Add-on Version. Please fix it. This would be awesome 🙂 Best Regards Marius
閱讀全部2個評價

貢獻者及開發者

“WooCommerce My Licences” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WooCommerce My Licences 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.1 : 15th June 2015

  • Improved the ability to enable the variable product column in the licence table.
  • Removed commented out code that is not used.
  • Removed closing PHP tags at the end of the files.
  • Removed superglobal $GLOBALS directly in the main plugin file.
  • Updated the text-domain name.
  • Updated the name of the plugin class.
  • Updated the README.md and readme.txt files.

1.0.0 : 15th April 2015

  • Initial version