• Resolved drzwang

    (@drzwang)


    My “Per $Points Conversion” used to be “2 Points = $1.00”. After upgrade to 1.2.0, it changed to “$2.00 = 1 Points” by itself.
    Same wrong information in cart notification. What a big surprise to every customer!

    A quick fix for the customer facing page, in public/class-points-rewards-for-woocommerce-public.php, change line 1264:

    echo wc_price( $order_conversion_rate[‘Points’] ) . ‘ = ‘ . wp_kses( $order_conversion_rate[‘Value’], $allowed_tags );

    to:

    echo wc_price( $order_conversion_rate[‘Value’] ) . ‘ = ‘ . wp_kses( $order_conversion_rate[‘Points’], $allowed_tags );

    Did you even test this before releasing a new version? You guys really need to improve testing.

Viewing 1 replies (of 1 total)
  • Hi,
    Thanks for using our plugin!

    It looks like there is some conflict between the free and pro versions with the outdated version, our latest version for the points and rewards plugin is 1.2.1 please download the latest version from WordPress and let us know if still is there any concern.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘“Per $Points Conversion” setting bug in 1.2.0’ is closed to new replies.