- Mastering WooCommerce 4
- Patrick Rauland
- 162字
- 2021-06-24 16:46:16
Shipping zones
Before we get to the specific costs of shipping, it's helpful to know what WooCommerce means when they say Shipping Zone. A shipping zone is a group of countries, provinces or states, cities, and zip or postcodes. And each shipping zone can have its own set of shipping methods.
Check out these examples:
- I could offer free delivery in my home city.
- I could offer USPS inside the United States.
- I could offer FedEx everywhere else.
You can also have multiple methods within each shipping zone that the user selects, as in this example:
- Within the United States, I could offer USPS for all orders.
- And if you order over $50, I can offer 5-day free shipping with the option to still pick a faster USPS service.
We'll cover shipping in more detail later in this book. For now, just set a price for your country and a price for international shipping. You can also offer free shipping here.
推薦閱讀
- AngularJS Testing Cookbook
- 無代碼編程:用云表搭建企業數字化管理平臺
- C語言從入門到精通(第4版)
- PLC編程與調試技術(松下系列)
- Drupal 8 Configuration Management
- Jupyter數據科學實戰
- SQL Server從入門到精通(第3版)
- BeagleBone Black Cookbook
- Learning Hadoop 2
- OpenCV 3 Blueprints
- 小程序從0到1:微信全棧工程師一本通
- AMP:Building Accelerated Mobile Pages
- 會當凌絕頂:Java開發修行實錄
- Design Patterns and Best Practices in Java
- Python數據可視化之matplotlib實踐