- 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.
- UNIX編程藝術
- Redis Applied Design Patterns
- Python數據可視化:基于Bokeh的可視化繪圖
- Photoshop智能手機APP UI設計之道
- MATLAB圖像處理超級學習手冊
- 少年輕松趣編程:用Scratch創作自己的小游戲
- 算法大爆炸:面試通關步步為營
- Django:Web Development with Python
- Data Analysis with Stata
- Java應用開發技術實例教程
- Learning Salesforce Einstein
- 軟件測試實用教程
- Lighttpd源碼分析
- Test-Driven JavaScript Development
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)