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

Okay
  Public Ticket #2306234
How do I remove the product code in the compare title I just want the product title?
Closed

Comments

  •  1
    Karl started the conversation

    How do I remove the product code in the compare title I just want the product title?

  •  767
    Janilyn replied

    Hi Karl, 

    Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your issue and responding as soon as finding a solution. Please stay in touch as he might need you to provide further information.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •   Karl replied privately
  •  1,226
    Dustin replied

    Hi Karl,

    I've changed the code in our-plugin-folder/index.php line 1070 from $product->get_formatted_name() to $product->get_name(). Please test again!

    Seem you want to hide the compare bar https://prnt.sc/r5ebyr? If yes, please also add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wooscp-area .wooscp-inner .wooscp-table {
        padding: 15px !important;
    }

    Then the compare popup without compare bar will more bettersmile.png

    Best regards,
    Dustin

  •  1
    Karl replied

    Thank you for your help that is sorted.

  •  1,226
    Dustin replied

    You're welcome!smile.png

    If you are satisfied with our plugin and support, please reward it a full five-star ★★★★★ rating. https://wordpress.org/support/plugin/woo-smart-compare/reviews/?filter=5
    Thank you in advance! <3

    Best regards,
    Dustin

  •  1
    Karl replied

    Hi CSS has changed or something since the update this has gone back to normal and showing the product code.

  •  1
    Karl replied

    Sorted