- Mastering WooCommerce 4
- Patrick Rauland
- 154字
- 2021-06-24 16:46:24
Creating a subscription product
To create a subscription product, you first have to purchase and install the WooCommerce Subscriptions extension. Once you do, you'll see a new option on the edit product page.
Select Simple subscription although you can also choose Variable subscription, which is very similar to variable products. When you select a subscription product, you'll see new fields:
As you can see, there are a ton of options. You can select the following:
- How often you want to bill people (weekly, bi-weekly, monthly, yearly, twice annually, and so on)
- When the subscription should expire—if ever
- Whether there's a free trial or conversely whether there's a signup fee
- Of course, a price
When you take a look at the frontend, the interface has totally changed to show all of our options to the visitor:
Let's see how to add a recurring payment option for the users in the following section.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Mastering RabbitMQ
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- 編寫高質量代碼:改善Python程序的91個建議
- The DevOps 2.4 Toolkit
- PLC編程與調試技術(松下系列)
- Learning JavaScript Data Structures and Algorithms
- .NET 3.5編程
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Python項目實戰從入門到精通
- Python:Deeper Insights into Machine Learning
- Machine Learning for Developers
- 微前端設計與實現
- Java多線程并發體系實戰(微課視頻版)
- 軟件設計模式(Java版)