This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
I have problem whit Woocommerce orders.
When someone order product from my site, it look like this: http://prntscr.com/ipus9z
All order options come in title of order.
Is anyone have this problem ?
How i can fix this ?
Thank You
Hello,
Contact WC plugin support to solve this situation, our theme does not affect it.
Regards
Thank You.
I try to contanct them, start topic on couple of forums, Stackoverflow etc. But no answer.
I post here, mabey someone of forum user will know, mabey someone was have same issue.
Thanks
You’re welcome!
Regards
I found solution.
I need to edit theme functions.php file.
I need to add this in functions.php
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
add_filter( 'woocommerce_is_attribute_in_product_name', '__return_false' );
Is it safe to add this code ?
Can i add it at the end of file or ?
Thank You
Hello,
I would recommend you to add the code in functions.php file of child theme.
Regards
You must be logged in to reply to this topic.Log in/Sign up