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, 11 months ago by
chadrex.
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