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

Monthly Subscription

外掛說明

You can add a product to your WooCommerce shop to offer a subscription. Then, to provide your exclusive content, there is a shortcode to check the subscription.

For the product, choose the “Monthly subscription” type and provide your desired subscription duration. The duration of the subscription is set in months and calculated from today, or added to active subscription if applicable. There can be up to one subscription per user on the WordPress site.

For the content, there is a shortcode to check the subscription. It uses an opening tag and a closing tag. You will need both – the content in between the tags will be shown (or not shown respectively). There are four options to display content („active“, „ended“, „never“ and „inactive“). The options are passed in the opening tag using the subscription parameter.

Further information is available in the documentation.

安裝方式

  1. Download and install the plugin from WordPress dashboard. You can also upload the entire “monthly_subscription” folder to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
    3.a) Create a subscription product (using type “Monthly Subscription”).
    3.b) Use the shortcodes to check the subscription in your content and display it respectively.

常見問題集

Do users need an account for this plugin?

You have to make sure that there is an account connected to the order at the time of payment. Users should either have an account at the time of purchasing, or create one during checkout.

There must be an account to credit the subscription to!

Is the overlay working on every device and browser?

Yes, it should work on every system.

Can I use the plugin with multiple users?

Yes, every user has his own subscription (saved in the user meta).

Can I use multiple subscriptions on my page?

No, there is only one subscription saved per user (at this point). You can, however, offer different subscription amounts in multiple products.

Can I set the subscription duration freely?

Yes, you can set the subscription duration in the respective product in the shop. You can only set months as subscription durations.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Monthly Subscription〉的開發相關工作。

參與者

將〈Monthly Subscription〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.9.3

  • Fix behavior on voucher usage: change order hooks.
  • Fix namespace of DateTime class.

0.9.2

  • Fix calculation for multiple subscriptions (product quantity).

0.9.1

  • Add AJAX cart support for archive pages.

0.9.0

  • Initial commit.