This topic has 5 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hi
The product page on the wp-admin is displaying strangely and I’ve also lost all product images. This has happened since I upgraded the Theme and Woocommerce to the latest versions. How can I fix this?
Thanks, Ian
Hello,
Please provide us with url to your Shop page and wp-admin panel/FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hi,
I’ve fixed the product not showing up issue. The problem now is when you into wp-admin, products page, the columns in the tables are all displaying strangely.
Can you have a look, I’ve supplied admin access details in Private Content.
Thanks Ian
Hi
I’ve also got the error message coming up in the Cart page
Fatal error: Call to undefined method WooCommerce::nonce_field() in /home/carrolbo/public_html/wp-content/themes/carrolBoyesNZ/woocommerce/cart/shipping-calculator.php on line 67
and this one in Checkout
Fatal error: Call to undefined method WooCommerce::show_messages() in /home/carrolbo/public_html/wp-content/themes/carrolBoyesNZ/woocommerce/checkout/form-checkout.php on line 3
Can you help.
Thanks, Ian
Hello,
The Products section in wp-admin panel doesn’t depend on the theme. If you select default WordPress theme you’ll see the same issue. This is WordPress configuration.
To fix the errors you need edit files via FTP, open the file wp-content/themes/carrolBoyesNZ/woocommerce/cart/shipping-calculator.php on line 67 and replace $woocommerce->nonce_field
with wp_nonce_field
and the file wp-content/themes/carrolBoyesNZ/woocommerce/checkout/form-checkout.php on line 3 and replace $woocommerce->show_messages();
with wc_print_notices();
.
Thank you.
Regards,
Eva Kemp.
Tagged: best selling, display, product page, tables, themes, woocommerce, wp-admin
You must be logged in to reply to this topic.Log in/Sign up