- WooCommerce Cookbook
- Patrick Rauland
- 321字
- 2021-07-23 19:35:04
Setting your store location and currency
WooCommerce is an e-commerce platform that can work anywhere in the world. You can enable it to use any location or currency. WooCommerce was originally created by developers in the UK, so the default settings are all UK-based. If you don't live in the UK, you'll have to change your store location and currency.
Getting ready
You'll need a WordPress site with WooCommerce installed.
How to do it…
Since you're looking for ways to customize your store functionality, you can do a lot using the WooCommerce settings pages. Before looking through code or asking for a developer's help, it's worth looking through all of the settings pages to see whether any issue you have can be fixed right there. Changing the store location and currency can both be done on the settings pages with a couple of clicks, by performing the following steps:
- Go to WooCommerce | Settings:
- Click on the Base Location setting and start typing the name of your province or country. Many countries, such as the United States, have different provinces, so it's best to see whether your province is listed in WooCommerce. If it is, select the province; if not, select your country. Have a look at the following screenshot:
- Scroll down to the Currency Options section.
- From the Currency dropdown, select your currency.
How it works…
WooCommerce has a huge list of countries and currencies built in. You can select the right one on the Settings screen and WooCommerce will save this information in the database and use it for shipping, taxes, and other purposes. You can programmatically add more countries and currencies to WooCommerce, and those updated lists will show up on the settings pages.
- C#程序設(shè)計教程
- 數(shù)據(jù)結(jié)構(gòu)(C語言)
- Web程序設(shè)計(第二版)
- Java EE 7 Performance Tuning and Optimization
- Linux Device Drivers Development
- Swift語言實戰(zhàn)精講
- 移動界面(Web/App)Photoshop UI設(shè)計十全大補
- Java Web開發(fā)詳解
- 圖數(shù)據(jù)庫實戰(zhàn)
- Programming with CodeIgniterMVC
- 21天學(xué)通C++(第5版)
- 新印象:解構(gòu)UI界面設(shè)計
- 區(qū)塊鏈項目開發(fā)指南
- Maker基地嘉年華:玩轉(zhuǎn)樂動魔盒學(xué)Scratch
- C語言程序設(shè)計教程