-
AuthorPosts
-
February 12, 2015 at 9:02 pm #395328
please see the link in the private content.
after the update, the quantity functionality (the plus and minus sign) are missing.
any ideas?
February 13, 2015 at 7:59 am #395537Hi 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,
RikardFebruary 13, 2015 at 5:38 pm #395906rikard – 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!
February 14, 2015 at 11:23 am #396123Hey!
No problem! We have had other people experiencing the same problem on the forum…
Regards,
RikardFebruary 14, 2015 at 11:30 am #396127my 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!
February 16, 2015 at 8:12 am #396541Hi!
Yes, a lot of people seem to have that same problem. They will probably fix it soon enough…
Regards,
RikardFebruary 26, 2015 at 6:24 pm #402871ANNOYING 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-buttonsBut the functionality isn´t working only the buttons showing
February 26, 2015 at 7:16 pm #402921MY 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.
February 27, 2015 at 7:28 am #403216September 26, 2015 at 5:28 am #509347On 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?
September 28, 2015 at 12:03 pm #509970Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.