PHP fatal error - Can't add products to cart
I am seeing a PHP fatal error on the error logs
It would seem related , it is within the theme and functioning with WooCommerce .
Not able to add products to cart - get a 500 error. And when the child theme is active the site shows white screen for content. Parent theme shows content but still has conflict with woocommerce.
PHP Fatal error: Uncaught Error: Call to undefined function mfn_opts_show() in /nas/content/live/woolzies/wp-content/themes/betheme-child/includes/header-top-area.php:266\nStack trace:\n#0 /nas/content/live/woolzies/wp-includes/template.php(690): require()\n#1 /nas/content/live/woolzies/wp-includes/template.php(647): load_template('/nas/content/li...', false)\n#2 /nas/content/live/woolzies/wp-includes/general-template.php(155): locate_template(Array, true, false)\n#3 /nas/content/live/woolzies/wp-content/themes/betheme/header-shop.php(87): get_template_part('includes/header', 'top-area')\n#4 /nas/content/live/woolzies/wp-includes/template.php(688): require_once('/nas/content/li...')\n#5 /nas/content/live/woolzies/wp-includes/template.php(647): load_template('/nas/content/li...', true)\n#6 /nas/content/live/woolzies/wp-includes/general-template.php(41): locate_template(Array, true)\n#7 /nas/content/live/woolzies/wp-content/themes/betheme/woocommerce/archive-product.php(20): get_header('shop')\n#8 /nas/content/live/woolzies/wp-includes/t in /nas/content/live/woolzies/wp-content/themes/betheme-child/includes/header-top-area.php on line 266
Comments
A week ago, we released the update for the Child Theme.
Now, if you will make some changes in your child theme, you don't have to provide the informations in functions.php which files you changed - now, it's automatically changing them.
To make your Child Theme work again, you have to find and replace the 'mfn_opts_show()' to 'echo mfn_opts_get()' in your modified files.
After that, everything will be working fine, we had to make that change because of the new envato rules, more about it here: https://help.author.envato.com/hc/en-us/articles/360000481243#h_674316188621522302914837
Thanks