Basket Widget – hiding variations in title
-
Hi!
I’m using BeTheme, WooCommerce and WooCommerce Germanized.
I added the basket widegt in the right sidebar of the shop (Widget –> Plugin | WooCommerce).
When i’m adding a variable product to the basket, in the widget at the right there is shown the product title and the variation behind the title.I would like to hide the variation in the title, because it’s listed under the title anyway.
I tried to ad the following snippet to the functions.php, but it didn’t work.
add_filter( ‘woocommerce_is_attribute_in_product_name’, ‘__return_false’ );
Can you give me some advice, how to hide the variation in the title?
Thanks!
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Basket Widget – hiding variations in title’ is closed to new replies.