- WooCommerce Cookbook
- Patrick Rauland
- 275字
- 2021-07-23 19:35:06
Adding a simple product
The best place to start when learning how you can add products to WooCommerce is to add a simple product. A simple product is the most basic product that you can create in WooCommerce. All other product types are based on the simple product and add extra controls.
How to do it…
In order to add a simple product to WooCommerce, take a look at the following steps:
- Go to Products | Add Product.
- Enter the name of the product in the Product name field. In the text editor right beneath the Product name field, enter the product's description. In most themes, this copy will appear beneath the product, so you could write paragraphs and paragraphs if you wish.
- Scroll down to the Product Data panel.
- Enter the product's price in the Regular Price ($) field.
- Scroll down to the Product Short Description panel and enter a short description of the product. This copy will appear above the Buy button, so it's best if it's only one or two lines. It is usually a summary of the full description.
- Look for the Featured Image panel in the sidebar. Click on Set featured image and then, in the pop-up that appears, either pick an existing image or upload an image.
- Click on the Publish button.
This is, of course, just the tip of the iceberg. It is the bare minimum amount of information necessary to sell a product.
If you're already comfortable with WordPress and how categories and tags work, you could add those to your product at this point.
In subsequent recipes, we'll add even more information to your products.
推薦閱讀
- Expert C++
- 精通JavaScript+jQuery:100%動態(tài)網(wǎng)頁設(shè)計密碼
- Delphi程序設(shè)計基礎(chǔ):教程、實驗、習題
- Arduino by Example
- C# Programming Cookbook
- AngularJS Web Application Development Blueprints
- FFmpeg入門詳解:音視頻流媒體播放器原理及應(yīng)用
- Web Development with Django Cookbook
- Instant Typeahead.js
- 64位匯編語言的編程藝術(shù)
- Amazon S3 Cookbook
- Python機器學習編程與實戰(zhàn)
- Building Serverless Applications with Python
- 編程與類型系統(tǒng)
- Programming with CodeIgniterMVC