• Resolved petralex1981

    (@petralex1981)


    After updating the plugin to version 2.1.0, points do not redemption from the user’s balance.

    E.g, a user has 1400 points. He pays 1000 points for items at checkout (and has a $10 discount). Discount applies (a $10 discount is indicated on the order). But the user’s balance remains at 1400 points. The cart is empty. If a user adds a new item to the cart, we see the discount already added to the cart (or checkout) and the 1400 points still available.

    Please check. Maybe it is a bug

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter petralex1981

    (@petralex1981)

    Conversion rate for Cart Sub-total Redemption is 100 points = 1$

    Thread Starter petralex1981

    (@petralex1981)

    Checked vesion 2.0.1, it works

    Thread Starter petralex1981

    (@petralex1981)

    I think the bug is here:
    You changed in last version

    $this->loader->add_action( 'woocommerce_checkout_update_order_meta', $plugin_public, 'wps_wpr_woocommerce_checkout_update_order_meta', 10, 2 );

    To

    $this->loader->add_action( 'woocommerce_store_api_checkout_order_processed', $plugin_public, 'wps_wpr_woocommerce_checkout_update_order_meta', 10, 1 );
    Plugin Author WP Swings

    (@wpswings)

    Hey,

    We have fixed the issue in the latest version of 2.1.1 please update and check, if there is still issue at your end only please connect with our support so that we can check and fix it for you

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After updating the plugin, points do not redemption from the user’s balance’ is closed to new replies.