• Resolved DamirCalusic

    (@webkreativ)


    Hi,

    I wonder how to translate the woocommerce coupon description seen on the attached image https://imgur.com/a/wnB8i. The latest update of the plugin enabled the coupons to be translatable but the description displays all languages.

    How do I achieve the translation of the description?

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this filter in your functions.php
    add_filter( 'woocommerce_coupon_get_description', 'wpm_translate_string' );
    I will fixed in in the next version.

    Thread Starter DamirCalusic

    (@webkreativ)

    Okay awesome VaLeXaR. That worked.I will remove it when you fix the new version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce coupon description’ is closed to new replies.