- 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.
推薦閱讀
- Leap Motion Development Essentials
- Python從菜鳥到高手(第2版)
- PHP+MySQL+Dreamweaver動態(tài)網(wǎng)站開發(fā)實(shí)例教程
- 精通MATLAB(第3版)
- Python Data Structures and Algorithms
- Android傳感器開發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- Spring Boot+MVC實(shí)戰(zhàn)指南
- Learning Modular Java Programming
- Django 5企業(yè)級Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- 新印象:解構(gòu)UI界面設(shè)計
- 深度探索Go語言:對象模型與runtime的原理特性及應(yīng)用
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- R語言數(shù)據(jù)挖掘:實(shí)用項(xiàng)目解析
- Python編程入門(第3版)
- Laravel Design Patterns and Best Practices