• Resolved kashif7009

    (@kashif7009)


    When i added products for compare . Pop shows i want to change stings “Title”, “Description” and “Price” only these text need to change.

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    you can do it overwriting the template compare.php in yith-woocommerce-compare\templates folder.
    Please download attached file and move it to the path wp-content\themes\your-theme-name\woocommerce, the file include the change you need.
    https://we.tl/t-xfaz09vKEd

    Edit it to replace text you want, you’ll find following section

    <?php
    $fields['description'] = 'New description';
    $fields['price'] = 'New price';
    $fields['title'] = 'New title';
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Want to change Titles of popup’ is closed to new replies.