Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3451118
Exclude Variation in Product Title
Closed

Comments

  •  5
    Heitor started the conversation

    Hello, thanks for the very good plugins!

    I'm using "WPC Show Single Variations for WooCommerce" and would like to improve the Title in the product catalog.

    Example of how it is shown:
    Product name - color - size

    How can I remove the "Size" variation from the title? Getting like this:
    Product name - color

    Thank you very much!

  •  767
    Janilyn replied

    Hi Heitor,

    Thanks for contacting us here. We have just been back from a long vacation so today I am able to process your ticket.

    I have assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.


    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Heitor,

    You can do that by choosing "Any Size..." for variations https://app.screencast.com/XVgu8BrUPl4Lx or set the custom name for each variation https://app.screencast.com/w7kM30SDU0h3W.

    To set the custom name in bulk, please try a free plugin from us https://wordpress.org/plugins/wpc-variation-bulk-editor/

    Best regards,
    Dustin

  •  5
    Heitor replied

    I was looking for something similar to this function
    add_filter( 'woocommerce_product_variation_title_include_attributes' , '__return_false' );

    It removes name variations from all products.

    I think I have to look elsewhere. I understood that it would not be something from your plugin.

    Thanks!