- Mastering WooCommerce 4
- Patrick Rauland
- 141字
- 2021-06-24 16:46:17
Simple products
The easiest type of product to create is unsurprisingly called a simple product. It's important to know how to create a simple product because everything else is based on it. So, you'll want to know exactly how to manipulate a simple product.
A good example of a simple product would be anything that comes in one format, such as a coffee cup, ring, or backpack. You can add a new product through your WordPress admin under Products | Add New.
We're going to look into a few different aspects of simple products:
- Required and optional fields—to add useful data to the product page
- Taxonomies (categories and tags)—to make it easy for users to browse through our store
- Images—to instantly communicate what our product looks like
- Description fields—to describe your products.
推薦閱讀
- C語言程序設計(第2 版)
- Hands-On JavaScript High Performance
- Java Web應用開發技術與案例教程(第2版)
- 青少年Python編程入門
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Expert Data Visualization
- Unity Game Development Scripting
- C程序設計實踐教程
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- 用戶體驗可視化指南
- Unity 2018 Augmented Reality Projects
- C++ System Programming Cookbook
- 分布式數據庫HBase案例教程
- Yii2 By Example