Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @imborx,

    1.Thank you for reporting this issue. We will fix the issue in the upcoming release.

    2. The text present in the screenshot you shared is the Discount type. Currently, there is no option to change the text in this version of the plugin. We will be including the option in the upcoming version of the plugin.

    Thread Starter imborx

    (@imborx)

    Hi @webtoffee

    That sounds really good! Do you know when its gonna be release the update?

    Thanks a lot

    Plugin Author WebToffee

    (@webtoffee)

    Hi @imborx,

    We have released a new update fixing the reported issue.

    You can use below given filter to change the text. Copy below code snippet to your active theme’s functions.php

    add_filter('wt_smart_coupon_meta_data','update_coupon_meta',10,1);
    function update_coupon_meta( $meta_data ) {
    $meta_data['coupon_type'] = 'Your Text';
    return $meta_data;
    }

    Hope this helps. Please leave us a review if you like the plugin. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change currency symbol position and displayed text’ is closed to new replies.