• Resolved opsman

    (@opsman)


    Hi I would like to know how to change MSRP to RRP as I use on a UK site and we use RRP

Viewing 2 replies - 1 through 2 (of 2 total)
  • chadrex

    (@chadrex)

    Open \wp-content\plugins\msrp-for-woocommerce\includes\class-alg-wc-msrp-core.php(126)

    $template = '<div class="price"><label for="alg_wc_msrp">MSRP</label>: <span id="alg_wc_msrp"><' . $textFormat . '>%msrp%</' . $textFormat . '>%you_save%</span></div>';

    change to

    $template = '<div class="price"><label for="alg_wc_msrp">RRP</label>: <span id="alg_wc_msrp"><' . $textFormat . '>%msrp%</' . $textFormat . '>%you_save%</span></div>';

    A little crutch, but it works anyway

    • This reply was modified 3 years ago by chadrex.
    Plugin Author Omar AlDabbas

    (@omardabbas)

    Hi @opsman,

    I apologize for not responding to this post before, we had many projects going on that minimized time available for generic support.

    This is available in the pro version, but what @chadrex suggested will do the trick 😉
    Omar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change text MSRP to RRP’ is closed to new replies.