如何在woocommerce 2.1.5中的工具菜单中安装缺少的woocommerce页面

ais*_*far 19 wordpress woocommerce woothemes

我最近安装了WooCommerce 2.1.5,它在页面安装期间跳过了注销并更改了密码链接.

在WooCommerce文档中,WooCommerce团队提到有一个功能可以从工具菜单中添加缺少的页面,但是当我进入工具菜单时,我看不到任何按钮来安装丢失的页面.

我怎么能完成它?

我有没有错过任何一步?

我是否需要安装插件才能在工具菜单中显示该按钮?

How*_*wli 50

这可以通过以下方式完成:

  1. 转到Woocommerce上的"系统状态"选项卡
  2. 单击页面顶部的"工具"选项卡
  3. 在该页面上,第六个选项称为"安装页面".
  4. 点击它将"安装所有丢失的WooCommerce页面.已经定义和设置的页面将不会被替换."


Ope*_*War 8

安装缺少的woocommerce页面Woocommerce-> Status - > Tools - >安装WooCommerce Pages

安装页面注意:此工具将安装所有缺少的WooCommerce页面.已定义和设置的页面将不会被替换.

WooCommerce> 2.1.x短代码:

[woocommerce_cart] – shows the cart page
[woocommerce_checkout] – shows the checkout page
[woocommerce_order_tracking] – shows the order tracking form
[woocommerce_my_account] – shows the user account page
Run Code Online (Sandbox Code Playgroud)

WooCommerce <2.1.x短代码:

[woocommerce_edit_account] – Edit account pages
[woocommerce_change_password] – shows the change password page
[woocommerce_view_order] – shows the user account view order page
[woocommerce_logout] – shows the logout page
[woocommerce_pay] – shows the checkout pay page
[woocommerce_thankyou] – shows the order received page
[woocommerce_lost_password] – shows the lost password page
[woocommerce_edit_address] – shows the user account edit address page
Run Code Online (Sandbox Code Playgroud)