【发布时间】:2017-04-10 01:13:49
【问题描述】:
上周我更新到 PHP 7,我也更新了 WooCommerce 到 3.0.x。
但在更新后,我注意到我在用户注册中的额外字段不再起作用。我使用 WP-Member 插件添加了这些额外的字段。
当我进一步搜索页面底部的 WooCommerce 系统状态时,我发现了这个错误
customtheme/woocommerce/cart/cart.php 版本 2.1.0 已过时。 核心版本是3.0.0, customtheme/woocommerce/checkout/form-checkout.php 版本 2.0.0 是 过时了。核心版本是2.3.0, customtheme/woocommerce/checkout/review-order.php 2.1.8 版已发布 日期。核心版本是2.3.0, customtheme/woocommerce/checkout/thankyou.php 2.2.0 版已过 日期。核心版本是3.0.0, customtheme/woocommerce/content-product.php 1.6.4 版已过 日期。核心版本是3.0.0, customtheme/woocommerce/loop/loop-start.php, customtheme/woocommerce/loop/pagination.php, customtheme/woocommerce/myaccount/form-edit-address.php 版本 2.1.0 过时了。核心版本是2.6.0, customtheme/woocommerce/single-product/add-to-cart/variable.php 版本 2.1.0 已过时。核心版本是2.5.0, customtheme/woocommerce/single-product/product-image.php 版本 2.0.14 已过时。核心版本为3.0.0,customtheme/woocommerce/single-product/product-thumbnails.php版本 2.0.3 已过时。核心版本是3.0.0,customtheme/woocommerce/single-product/short-description.php, customtheme/woocommerce/single-product/tabs/description.php, customtheme/woocommerce/single-product/title.php
谁能帮我解决这些问题,让我的用户注册页面与我的所有自定义字段一起出现
谢谢
【问题讨论】:
标签: php wordpress templates woocommerce updates