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

Woo Earn Share

描述

Let your users share their own codes to earn discounts!

When someone uses a referral code when purchasing in your shop and the order is “Completed”, the code owner will receive a percentage (set in the dashboard admin of WordPress), which will be added to their balance. The balance can then be used on the next purchase.

See the FAQ for more details

Feature:
You can enable returning the money to a user who used their balance but had the purchase refunded, canceled, or failed.

Shortcodes!
[wooes_user_balance] – Shows the current user balance
[wooes_user_code] – Shows the current user code

Filters!

wooes_user_balance

Filters the user’s balance

  • $balance float The user’s balance.
  • $user_id integer The user ID.

wooes_get_user_code

Filters the user’s code

  • $code string The code fetched from the user.
  • $user_id integer The user ID.
  • $format boolean Whether or not the code should be formatted.

wooes_get_user_by_code

Filters the user by the code

  • $user \WP_User|false The fetched user of false if none.
  • $code string The code used to search the user.

wooes_new_balance

Filters the new user’s balance

  • $new_balance float The new balance value.
  • $money float The money being added.
  • $old_balance float The previous value.
  • $giving_back boolean Whether it’s giving the money back or not.

wooes_new_balance

Filters the new user’s balance

  • $new_balance float The new balance value.
  • $money float The money being added.
  • $old_balance float The previous value.
  • $giving_back float Whether it’s giving the money back or not.

wooes_generate_new_referral_code

Filters the newly generated code

  • $code string The randomly generated code.
  • $length integer The length of the code, from settings.
  • $alphanumeric boolean Whether it’s an alphanumeric code, from settings.

wooes_format_code

Filters the formatted code

  • $code string The code.

螢幕截圖

  • Woocommerce Menu
  • Admin

安裝

  1. Upload woo-earn-sharing to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Settings are in Woocommerce -> Wooes
  4. If User Code Page returning not found, simply re-save Permalinks

常見問題

How is the balance used?

If a user makes a purchase that is less than their balance, i.e., their balance is greater than what they are trying to buy, the purchase amount will be 1, to avoid problems with payment methods when trying to finalize a purchase costing 0.00.

Example:
User Balance: USD 100.00
User Cart: USD 50.00
Discount based on balance: USD 49.00
Total purchase: USD 1.00

And then, the user will have a USD 51.00 balance.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Woo Earn Share” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Woo Earn Share 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2.0

  • Many code improvements
  • Race-condition prevention

1.1

  • Added Max Refund option
  • Minor fixes

1.0

  • First release