This topic has 13 replies, 4 voices, and was last updated 4 years, 3 months ago ago by John Holden
Hi there, my products in the cart doesn’t show the attributes names in the title. Is it a issue with the theme?
In the order too: https://prnt.sc/tynqiw
Hello,
Try to disable all third-party plugins that do not come bundled with our theme https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , and check how it works then.
Let us know the result and provide temporary wp-admin access.
Regards
Hi there,
I found the issue: the error appears when I activate the child theme.
Even the functions.php back to core script, it doesn’t work. I tested move the custom scripts to functions.php of the theme and it’s works fine.
The problem is on child theme 🙁
Hello,
Probably you made some changes in child theme that cause the mentioned issue. Check the code that you added to your child theme.
Regards
Hello, no one code added.
Hello,
We got a fatal error once activated child theme http://prntscr.com/u265cs
It means you made changes in the child theme functions.php. Please, comment out your changes and find which code of the child theme functions.php causes the issue with the titles + fatal error.
Regards
Well done!
The only code I’ve in the functions of the child theme
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
etheme_child_styles();
}
?>
Hello,
After activation of the child theme now I see the attributes in the cart http://prntscr.com/u2ayli
Regards
This product was already in cart with a little customization. Try to add new product please. It doesn’t appear.
Btw with the core theme, it’s ok.
Hi,
You should deactivate all plugins (except Required Plugins) and then reactivate them one by one. This makes it very easy to isolate the plugin causing problems.
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up