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

Paid Pages with WooCommerce

描述

The plugin creates WooCommerce products which gives access to the specified WordPress pages.

  • The plugin works on the basis of WooCommerce products, therefore the installation of WooCommerce is required.
  • There is no paid version of the plugin, it is completely FREE.
  • April 2020 Update Now you can customize the layout in any way you want. Each element has its own class:

<div class=”ppwc” >
<h1 class=”ppwc-msg-header”>This is the message header
<h3 class=”ppwc-msg-body”>This is the message body
<ul class=”ppwc-plan-list” >
<li class=”ppwc-plan-item” >
<a href=”#” > This is the plan item


螢幕截圖

  • Create your plan.
  • Plugin will create WooCommerce products based on the previously entered data.
  • Apply your plan on the desired page.
  • Check access through new private browser window (admin always has access to paid pages).

安裝

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Subscription Plans menu to add new plan
  4. Apply plan on any page or article which have the_content() function inside.

常見問題

Will this plugin work on all pages?

Not exactly. Only on pages which have the_content() function in it’s template.

評價

2019年7月21日
i really liked this plugin, it's awesome 😀
閱讀全部1個評價

貢獻者及開發者

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

貢獻者

Paid Pages with WooCommerce 外掛目前已有 2 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Paid Pages with WooCommerce 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.2.4

  • added classes to wrapper, message header, message body, plans list and plan item to give possibility to customize them with css rules

0.2.3

  • fix detecting botstrap 4 wrapper setting

0.2.2

  • no changes

0.2.1

  • bug fixes