• Resolved prokops

    (@prokops)


    Is there an easy way to switch + and – ? So that + is to the left of number field.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter prokops

    (@prokops)

    I ended up making an override for {THEMEURL}/global/quantity-input.php and switch up the buttons.

    Plugin Author Niels Lange

    (@nielslange)

    Hello @prokops ??

    Based on your comment, I updated the plugin and added a new filter to flip the quantity buttons:

    add_filter( flip_quantity_buttons, ‘__return_true’ );

    Thanks a lot for your suggestion! ??

    Plugin Author Niels Lange

    (@nielslange)

    Just saw that the quotes were missing for the filter name. This is the correct filter:

    add_filter( 'flip_quantity_buttons', '__return_true' );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Switch + and –’ is closed to new replies.