Bug fix
-
In the file “class-wwp-wholesale-prices.php” replace line 669.
<span class="wholesale_price_title">' . $wholesale_price_title_text . '</span>
Replace with this:
<span class="wholesale_price_title">' . __('Wholesale Price:', 'woocommerce-wholesale-prices') . '</span>
After that the line translation will start to work properly.
P.S. I haven’t looked elsewhere, but I think there will be the same problem.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bug fix’ is closed to new replies.