• Resolved samwebdev

    (@samwebdev)


    Hello,

    There is a possible incompatibility for the form used as enter amount. The field cannot be selected and/or doesnt accept any input

    <input type=”number” step=”0.01″ name=”woo_wallet_balance_to_add” id=”woo_wallet_balance_to_add” class=”woo-wallet-balance-to-add” required=””>

    Also,
    the minimum defined amount is not honored. As if no input is given, as 0, and customer tries to add to cart, woo wallet will add it to cart, and woocommerce will display error.

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    Hi @samwebdev,

    Thanks for reporting this issue. We will fix this issue in our next update.

    Thank you.

    Thread Starter samwebdev

    (@samwebdev)

    Have a look at:

    Warning: non-numeric value encountered in
    /woocommerce/includes/class-wc-cart-totals.php 234
    /woocommerce/includes/class-wc-discounts.php 85

    most likely two issues above are related.

    Regards

    Thread Starter samwebdev

    (@samwebdev)

    Hello,

    Installed the latest version 1.2.4, the issue is still there:

    You can NOT enter any value in my-account/woo-wallet/add/ screen, and when you click add these errors show up:

    Warning: A non-numeric value encountered in /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php on line 234

    Warning: A non-numeric value encountered in /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-discounts.php on line 85

    Warning: A non-numeric value encountered in /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-cart.php on line 1888

    Regards

    • This reply was modified 7 years, 8 months ago by samwebdev.
    Plugin Author Subrata Mal

    (@subratamal)

    @samwebdev,

    Please reach out to us at m.subrata1991@gmail.com or our official support forum https://woowallet.in/forums/forum/core/ for extended support because support here is limited.

    Thank you.

    Thread Starter samwebdev

    (@samwebdev)

    Thanks subrata;

    walked through the frontend.php; it seems the item is added to cart fine, and the add to top up value is passed, but somehow the value entered does not reload to cart, it always displays as 0.

    checked how you implemented the product, it gets defined as ” for all prices and setup the price entered from add to top up menu runtime. So the issue is there, changing the value on the cart.

    any ideas where to check? there most likely is a quick fix to increasing the compatibility of the plugin with all other cart plugins.

    thanks

    Plugin Author Subrata Mal

    (@subratamal)

    @samwebdev,

    I am not sure which plugin conflicting with WooWallet I suggest you disable all other plugins except WooCommerce and WooWallet and check. If you find any plugin conflict then please share the plugin name then we can debug more.

    looking forward to your co-operation regarding the same.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Wallet top up enter amount bug’ is closed to new replies.