Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #395328

    please see the link in the private content.

    after the update, the quantity functionality (the plus and minus sign) are missing.

    any ideas?

    #395537

    Hi charger70!

    I can see the + and – on my end, they are on the right and left hand side of the quantity number respectively. What browser are you using and did you try to clear your cache+refresh?

    Best regards,
    Rikard

    #395906

    rikard – my hosting company Pagely rolled back WooCommerce to the previous version – 2.27 from 2.3.3 – because there’s something wrong with the update. it not only caused that plus-minus button issue, but caused some pages to not render properly as well.

    thanks for checking!

    #396123

    Hey!

    No problem! We have had other people experiencing the same problem on the forum…

    Regards,
    Rikard

    #396127

    my problem was the product search plugin from woocommerce – it breaks the new version. i disabled it and everything works. hopefully they get a fix soon!

    #396541

    Hi!

    Yes, a lot of people seem to have that same problem. They will probably fix it soon enough…

    Regards,
    Rikard

    #402871

    ANNOYING SAME PROBLEM.
    Not in a Enfold theme this workarpound helped me showing them again :-)
    In the Template: plugins -> woocommerce -> templates -> global -> quantity-input.php

    <div class="quantity">
    <input class="minus" type="button" value="-">
    <input type="number" step="<?php echo esc_attr( $step ); ?>" <?php if ( is_numeric( $min_value ) ) : ?>min="<?php echo esc_attr( $min_value ); ?>"<?php endif; ?> <?php if ( is_numeric( $max_value ) ) : ?>max="<?php echo esc_attr( $max_value ); ?>"<?php endif; ?> name="<?php echo esc_attr( $input_name ); ?>" value="<?php echo esc_attr( $input_value ); ?>" title="<?php _ex( 'Qty', 'Product quantity input tooltip', 'woocommerce' ) ?>" class="input-text qty text" size="4" />
    <input class="plus" type="button" value="+">
    </div>

    Read the full workaround:
    http://stackoverflow.com/questions/25942950/woocommerce-plus-and-minus-buttons

    But the functionality isn´t working only the buttons showing

    #402921

    MY OWN REPLY….

    In Enfld this won´t work. But I found the woocommerce-mod.js. not a huge JQuerry. And added the functionality to my clients theme helped me.
    (I hope this is ok. I use Enfold more then 10 times for clients.

    After adding the woocommerce-mod.js it worked. so in thies areas you can find the problems.

    #403216

    Hi hunter74!

    Thanks for sharing!

    Cheers!
    Rikard

    #509347

    On a related note to this topic…

    The quantity selector is working for me, but the max quantity limiter isn’t being obeyed. For instance, if I set the max quantity of a product to 5, the max value in the input form is set to 5. The problem is that when clicking the “+” button, it continues to go past 5. I know this limiter works in a form as I have tested it. For some reason it isn’t working either with Woocommerce or this theme….or both. Any ideas?

    Something I do notice is that when I got into the quantity input file in Woocommerce, it does show the type being as “number”. But once displayed on the site, it is set to “text”. The only thing I can think of is that something in the theme is overriding it. I even tried putting it in the woocommerce/global folder in my child theme which should override it.

    Any thoughts?

    #509970

    Hi!

    not sure what you mean. Does the same happen when you use a default theme instead? please let us now about your results.

    Cheers!
    Andy

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.