- WooCommerce Cookbook
- Patrick Rauland
- 456字
- 2021-07-23 19:35:05
Manually creating WooCommerce pages
Every e-commerce platform will need to have some way of creating extra pages for e-commerce functionality, such as a cart page, a checkout page, an account page, and so on. WooCommerce prompts to helps you create these pages for you when you first install the plugin. So if you installed it correctly, you shouldn't have to do this. But if you were trying multiple e-commerce systems and for some reason deleted some pages, you may have to recreate those pages.
How to do it…
There's a very useful Tools menu in WooCommerce. It's a bit hard to find since you won't be needing it everyday, but it has some pretty useful tools if you ever need to do some troubleshooting. One of these tools is the one that allows you to recreate your WooCommerce pages. Let's have a look at how to use that tool:
How it works…
WooCommerce keeps track of which pages run e-commerce functionality. When you click on the Install Pages button, it checks which pages exist and if they don't exist, it will automatically create them for you. You could create them by creating new WordPress pages and then manually assigning each page with specific e-commerce functionality. You may want to do this if you already have a cart page and don't want to recreate a new cart page but just copy the content from the old page to the new page. All you want to do is tell WooCommerce which page should have the cart functionality. Let's have a look at the following manual settings:
- The Cart, Checkout, and Terms & Conditions page can all be set by going to WooCommerce | Settings | Checkout
- The My Account page can be set by going to WooCommerce | Settings | Accounts
There's more...
You can manually set some pages, such as the Cart and Checkout page, but you can't set subpages. WooCommerce uses a WordPress functionality called end points to create these subpages. Pages such as the Order Received page, which is displayed right after payment, can't be manually created. These endpoints are created on the fly based on the parent page. The Order Received page is part of the checkout process, so it's based on the Checkout page. Any content on the Checkout page will appear on both the Checkout page and on the Order Received page.
You can't add content to the parent page without it affecting the subpage, but you can change the subpage URLs. The checkout endpoints can be configured by going to WooCommerce | Settings | Checkout | Checkout Endpoints.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- C語(yǔ)言程序設(shè)計(jì)案例教程(第2版)
- Windows系統(tǒng)管理與服務(wù)配置
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- Scratch真好玩:教小孩學(xué)編程
- 信息安全技術(shù)
- 軟件工程
- Java程序設(shè)計(jì):原理與范例
- Learning OpenStack Networking(Neutron)(Second Edition)
- Access 2010中文版項(xiàng)目教程
- Couchbase Essentials
- Extending Unity with Editor Scripting
- Advanced UFT 12 for Test Engineers Cookbook
- Flask Web開(kāi)發(fā):基于Python的Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第2版)