Viewing 5 replies - 1 through 5 (of 5 total)
  • the same happens to me too, lol ?? ?? ??

    Are you fixed?

    Same problem here.

    40invs

    (@40invs)

    I have the same issue..

    Same issue here, using the latest version of WooCommerce at the time of writing and very few other plugins.

    Edit: I just checked the instructions again and adding the Polyfill from the main plugin page to the functions file seemed to fix the problem for me. No idea why as the polyfill is meant to just add support for non-HTML5 compliant browsers and I’m using the latest Chrome build. But whatever, seems to do the job.

    add_action( 'wp_enqueue_scripts', 'wcqi_enqueue_polyfill' );
    function wcqi_enqueue_polyfill() {
        wp_enqueue_script( 'wcqi-number-polyfill' );
    }
    • This reply was modified 7 years, 11 months ago by al8t3.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘the buttom increments 2 insted on 1, how to fix?’ is closed to new replies.