• Resolved dim795

    (@dim795)


    Hi, please tell me how to change step (step=”0.01″):
    <input type="number" step="0.01" min="100" max="" name="woo_wallet_balance_to_add" id="woo_wallet_balance_to_add" class="woo-wallet-balance-to-add" required="">
    to be at least 10 or 100 ?

    • This topic was modified 5 years, 5 months ago by dim795.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dim795

    (@dim795)

    Himself asked, himself and the answer found )
    /wp-content/plugins/woo-wallet/templates/wc-endpoint-wallet.php
    <input type="number" step="10" min="<?php echo $min_amount; ?>" max="<?php echo $max_amount; ?>" name="woo_wallet_balance_to_add" id="woo_wallet_balance_to_add" class="woo-wallet-balance-to-add" required="" />
    change: step=”10″

    Plugin Author Subrata Mal

    (@subratamal)

    @dim795

    Great to know that you have found the solution. I am marking this topic as resolved please feel free to create another if you need any assistance.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the step’ is closed to new replies.