This topic has 11 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi guys,
I have updated the theme to 1.7 and WooCommerce to 2.3.3 and noticed some problems.
1. In the product page, the quantity buttons don’t show up like in the last version, with the + and -. Also, negative values can be added.
http://www.craigjohnsoninternational.com/shop/craig-johnson-reiner/
2. In the Checkout page the Payment method is displayed twice. Maybe it has something to do with the review-order.php which is outdated:
royal/woocommerce/checkout/review-order.php version 2.1.8 is out of date. The core version is 2.3.0,
Looking forward to your answers.
Thanks.
Hello,
1) The quantity buttons works with hover effect now.
2) Try to add this code into custom.css file:
.woocommerce-checkout-payment {
display: none;
}
Regards,
Robert Hall.
Hi Robert,
Thanks for the quick reply.
Your css solution solved the problem on the checkout, although I think this should not be the right fix 🙂
Regarding the quantity buttons, I’m not sure what you mean by the hover effect. Basically since the last version, the + and – buttons, which were pretty cool, disappeared.
Hello,
1) You can delete woocommerce/checkout/review-order.php file to fix place order on Checkout page.
2) Maybe provide screenshot for our better understanding and highlight what exactly you want.
Regards,
Robert Hall.
Hi Robert,
1. Deleting the the file messes up the whole checkout page.
2. Added the screenshot. The html difference between your current demo and my site is that on my site there are 2 inputs missing in div.quantity.buttons_added:
input.minus
input.plus
Hello,
1. Have you removed the file in the theme directory wp-content/themes or in the woocommerce plugin directory wp-content/plugins?
2. Our demo has outdated version of Woocommerce that’s why there is a difference.
This is Woocommerce customization.
Thank you.
Regards,
Eva Kemp.
Hey,
1. I removed the file in the theme/woocommerce/ folder. Should I remove the one in the plugin?
2. If the new version of WooCommerce breaks the theme there should be a new update to fix it, right? I noticed there are some other topics submitted with the same quantity button problem. When can we see a fix for this?
Thanks.
Hello,
1. You don’t need remove the file from the plugin folder.
2. As I see quantity button is shown correctly:
Please clear your browser cache or check in another browser.
Thank you.
Regards,
Eva Kemp.
Yeah, Robert, the problem is the 2 little plus and minus buttons that were instead of the up and down are gone. They were probably removed in version 1.7 which is a shame because they looked really good. I’ll have to add them myself back.
Sorry, Eva, I thought you were Robert.
Anyway, thanks for your help.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Quantity buttons missing and double payment method displayed after latest update’' has been successfully resolved, and the topic is now closed for further responses