- Mastering WooCommerce 4
- Patrick Rauland
- 221字
- 2021-06-24 16:46:14
Testing with a publicly accessible URL
When you're working on a WooCommerce site, you'll need to test all of the e-commerce functionality, such as getting shipping rates, importing tax rates, and accepting payment. Unfortunately, some of these third parties use legacy systems to deliver data to your site. And for some of these systems to work, they deliver data to your site via a publicly accessible URL. For example, a shipping company might return data to your store about a custom shipping price with a link similar to this: yourstore.com/?custom_parameter=foo.
If they can't access your store via a URL, these services might not work. So, if you want to develop a custom theme or plugin that interacts with the cart or checkout, you might have to do that development on a test site instead of a local site on your own computer.
If you are doing a lot of custom development, it still saves time to develop on your local machine and when you want to test the site, move all of your local files to your test site. But for many e-commerce sites, you can save time by doing all of your development on a test site and skipping the local site.
Now that we know how to develop sites, let's make sure our admin is free from promotions.
- 密碼學原理與Java實現
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- Android 9 Development Cookbook(Third Edition)
- QTP自動化測試進階
- Redis Essentials
- The HTML and CSS Workshop
- 飛槳PaddlePaddle深度學習實戰
- Selenium Testing Tools Cookbook(Second Edition)
- Visual Basic程序設計上機實驗教程
- 用戶體驗可視化指南
- Android群英傳
- Data Science Algorithms in a Week
- Android應用開發實戰(第2版)
- Mastering OAuth 2.0
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用