我最近安装了WooCommerce 2.1.5,它在页面安装过程中跳过了注销和更改密码链接。
在WooCommerce文档中,WooCommerce团队提到有一项功能可以从工具菜单中添加缺少的页面,但是当我进入工具菜单时,我看不到任何按钮来安装丢失的页面。
我怎样才能完成它?
我有没有错过任何一步?
我是否需要安装插件才能在工具菜单中显示该按钮?
答案 0 :(得分:44)
这可以通过以下方式完成:
答案 1 :(得分:8)
安装缺少的woocommerce页面 Woocommerce->状态 - >工具 - >安装WooCommerce Pages
安装页面注意:此工具将安装所有缺少的WooCommerce页面。已定义和设置的页面将不会被替换。
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
WooCommerce< 2.1.x短代码:
// Server.js
var io = require('socket.io')(server);
io.on('connection', function (socket) {
socket.on('message', function (msg) {
//console.log(msg);
console.log(msg);
io.emit('message', msg);
});
});
答案 2 :(得分:2)
对于我来说,点击查看购物车以及我是如何修复它时缺少购物车或404错误消息的方法。
第1步。
创建新页面并将其命名为Cart。如果购物车页面已经存在,WP将自动将其称为cart-2或其他任何内容。
第2步 在页面上添加[woocommerce_cart]短代码。
步骤3.发布此页面。
步骤4.现在转到woocommerce - >设置---> checkout --->寻找结账页面--->购物车查看购物车页面。现在保存更改。
问题解决了。
答案 3 :(得分:0)
确保您的旧网页已从垃圾桶中删除。我有同样的问题重新安装。我检查了垃圾桶,我的旧页面就在那里。我清空垃圾桶,然后重新安装。
答案 4 :(得分:0)
如果你有产品,那么卸载woocommerce插件是一件很难的事。
让您的woocommerce页面回归的最简单方法是:
那就是。
您的woocommerce页面又回来了。
好运!