This requires a little bit of code to be placed in functions.php. If you want you can use a plugin like WP-Designer to do that.
The WooCommerce filter ‘woocommerce_product_variation_title’ uses 4 arguments which are self-explanatory in the following piece of code which you can use in you functions.php. I tried it on my install and it works just fine.
add_filter( 'woocommerce_product_variation_title', 'wooc_product_variation_fix', 10, 4);
function wooc_product_variation_fix( $maybe_suffix, $product, $title_base, $title_suffix ) {
return $title_base;
}
Related Posts:
- Woocommerce change tax rate programmaticly
- How do I get the latest note on the order at woocommerce? [closed]
- Create WooCommerce new order with specific ID
- Woocommerce: Prevent sending of email when order is “Completed”
- Is there a way to show Single Variation prices in the product loop when filters or attributes are active?
- how to do a processing Orders into Complete after x Minutes or x hour in WooCommerce [closed]
- Remove add to cart icon/view product button woocommerce
- WooCommerce quick checkout form? [closed]
- WooCommerce order complete email logic
- Show only one variaton in catalog on meta key
- WooCommerce orderby template disappears and not longer works on search page
- How to get woocommerce selected variation from order object
- How to search variable product by its variation id in woocommerce admin product search box?
- Send email notifications to a defined email address depending if a product in order has a specific TAG [closed]
- Cancelled orders move to Trash automatically in Woocommerce – how to disable?
- how can i add an additional action into woocommerce admin order page through my plugin?
- Create a regular post for every WooCommerce order
- WooCommerce Subscriptions: Hide one variation subscription
- How to alter taxes amounts when updating an order
- WordPress woocommerce new order email not working
- Custom Email via Hook only for completed order
- Access custom meta_data in processing order email
- Sort products by Sale price and stock status
- Create order actions from custom fields woocommerce
- How to sort products by price ASC and place all no price products to the end? (Woocommerce)
- how can my customers view their purchased products history like an invoice in a specific page on WordPress
- Change the customer’s name to a link on an order management page
- How to save one API response to WooCommerce order meta data
- Add button linked to single product page on order detail page
- Multiple sorting criteries (order by)
- Woocommerce order_complete email dont send after changing order status via sql
- Conditional email recipient based off Shipping Method [closed]
- WooCommerce: Order Details Table > Add Product Meta
- Woocommerce admin order email customize – remove product short description
- Critical error on woocommerce checkout page
- Pass custom Checkout field value to Stripe gateway in WooCommerce
- WooCommerce Shop Page Not Found 404
- How can I show an empty WooCommerce cart? [closed]
- Woocommerce Pre Orders – Can i override templates?
- Woocommerce checkout via external page [closed]
- Programmatically adding product attributes to WP / Woo commerce
- Display File Types For Woocommerce Downloadable Products On Product Page
- Limiting woocommerce line_total decimal length
- Programmatically setting Woocommerce product price
- Woocommerce reviews xss issue [closed]
- Woocommerce REST API allow normal users make an order
- WooComerce shows blank site (Shop)
- How to update custom field in WooCommerce
- Add product categories to receipt
- Woocommerce specific product template for product type
- How can I use a gravity form to send an e-card?
- How to select default Woocommerce category page
- Creating Product Table using Gutenberg
- I can ‘t display product images based on the label
- SKU for each product on every page
- Woocommerce Cart Default Language Not Changing
- Make this Fast and Queryable
- WooCommerce slider filter for numerical attributes
- Reordering product tab under product image [closed]
- How do I change the default state label for a country on the WooCommerce checkout page?
- WooCommerce Tax Filter Not Fired [closed]
- woocommerce – customise notice error in checkout page
- Using a filter to change a path
- Woocommerce, prevent login after registration and redirect to custom URL
- Order with custom order status disappeared once the page is refreshed
- WooCommerce Product detail page: Add content under thumbnails [closed]
- How to add product filter dropdown in woo commerce order page?
- Unable to paste google analytics con header.php [closed]
- Add Attribute to Woocommerce programatically, doesn’t display front end [closed]
- Link a button to woofunnels model
- Woocommerce – Add additional item if some item wants to be added to the cart?
- Hook “wp_trash_post” executing multiple time in case of bulk trash products
- Contact form 7 send product PDF after submit
- Add sub variations in product page
- Woo commerce product quantity wise SKU
- validation field form registration vendor dokan woocommerce
- Delete unpublished woocommerce products
- List of JS events in the WooCommerce frontend
- Woocommerce / Product Columns on Shop Loop / Responsive
- WooCommerce Product Search box with 3 dropdown menus
- Split taxonomies on different pages
- woocommerce REST api on the website’s front-end
- How can I change field values of posts before displaying
- WC Booking query bookings with date ranges
- The orders in WooCommerce admin are hidden (they have the “hidden” CSS class)
- Disable theme WooCommerce template [closed]
- WooCommerce: how to set stock per attribute on variable product
- How to display products in sidebar in 2 columns?
- Increase load-out-page speed
- WooCommerce Stucked (?) – Edit dimensions
- How to add a fixed shopping cart button on the bottom of the page?
- Add category description on product page (Woocommerce)
- Hide .woocommerce-price-suffix on the product list page
- How to create custome pdf file of my invioice in wordpress
- How to get sub items of parent menu item?
- WordPress and WooCommerce How to Assign Attribute Based Pricing
- Storefront Child Theme show product attribute [closed]
- error 500 in Back Office when using a woocommerce function in functions.php
- How to update all products with same SKU prefixes when updating stock with CSV?
- What is the best and cheapest way to generate dashboards about conversions data and store users? [closed]