• Hello,

    To prepare translations, I found out two problems in html-admin-meta-box.php.

    Line 29 and 30. The second parameter of the _e() function were missing. The code should be like below:

    <?php _e(‘Note:’,’woofix‘); ?>
    <?php _e(‘To use custom description, please use this template:’, ‘woofix‘); ?> <quote>{qty} items @{price} {total}</quote>

    Jimmy

    https://www.ads-software.com/plugins/woocommerce-fixed-quantity/

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

    (@habibillah)

    Thank you for your note, the dev code just updated, so that change will be included on next release

Viewing 1 replies (of 1 total)
  • The topic ‘Code fix for translation’ is closed to new replies.