Show single product, don`t show names on product archive
-
Hello there!
I activated “show single product”, but on the archive store page, the names from the variations do not appear. Only multiple products with the same name appear.
Can you help me?
Hello,
In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Looking forward to collaborating with you!
Kind Regards
Hello,
I apologize for the delay.
Please confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back.
Thank you in advance.
Kind Regards
Hello there,
Sure! If this help, disable all of them, there is no problem, please notice me when the testing is ready.
Thx a lot!
Hello,
By default, WooCommerce saves attribute terms in the name for variable products, but only if the attribute name consists of a single word. https://monosnap.com/file/HW7CN2c7YTntY02dLBfMmMxFn6KKuO
However, with custom code, we can bypass this restriction. Add it to the functions.php file in the child theme and resave some product to test
https://monosnap.com/file/HW7CN2c7YTntY02dLBfMmMxFn6KKuO
However, with custom code, we can bypass this restriction. Add it to the functions.php file in the child theme and resave some product to test
add_filter('woocommerce_product_variation_title_include_attributes', '__return_true');
Kind Regards