- 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.
- Mastering OpenLayers 3
- 兩周自制腳本語言
- C語言實(shí)驗指導(dǎo)及習(xí)題解析
- Spring+Spring MVC+MyBatis整合開發(fā)實(shí)戰(zhàn)
- 大學(xué)計算機(jī)基礎(chǔ)實(shí)驗指導(dǎo)
- Jenkins Continuous Integration Cookbook(Second Edition)
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- Mastering Adobe Captivate 7
- Software Development on the SAP HANA Platform
- 零基礎(chǔ)C語言學(xué)習(xí)筆記
- Getting Started with the Lazarus IDE
- Real-time Analytics with Storm and Cassandra
- Python語言及其應(yīng)用(第2版)
- ASP.NET程序開發(fā)參考手冊
- 我跟爸爸學(xué)編程:從Python到C++