This topic has 11 replies, 2 voices, and was last updated 6 months, 2 weeks ago ago by Luca Rossi
Single Product page, when the SKU is set as for example 10, the up and down arrow stops at 10, but while entering the quantities manually, its lets the customer enter, then at the check out, it gives error and let the customer go back, at that time cart shows, that you have to reduce the quantity to 10,
but Variable products it works fine, it stop when going up and down arrow, at the maximum quantity, but when you manually enter more than 10, while hitting add to cart, it gives error and wont let you add it,
though I personally think, that it should be notice of maximum quantity allow on the page itself, like there is a limit on the item, but thats plugin issue.
we have switch to back to default theme, and it works fine, it wont let the customer enter more than maximum, and under there, it shows the message that more than 10 cant be added.
is there something we can do?
Hi @Shehzad Ghazi,
Please note that all the issues related to the 3rd party plugins are out of scope our support standard and they must be directed to the plugin’s author.
Should you require any additional customizations for your website, please feel free to submit a request through our customization panel at [8Theme Customization Panel](https://www.8theme.com/account/#etheme_customization_panel).
Thank you for choosing us for your website needs. Should you have any further questions or require assistance, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
I wouldn’t say it’s 3rd party plugin as it’s woocommerce official min and max plugin.
Dear Mr. Shehzad Ghazi,
We hope this message finds you well. We would like to inform you that support for the Min/Max plugin can be obtained through the following link: https://woocommerce.com/my-account/marketplace-ticket-form/.
Thank you for your understanding.
Best Regards,
8Theme’s Team
Yes came from there yesterday. After talking to them. Was told that theme is over writing the normal behavior of the plugin.
Hi @Shehzad Ghazi,
To prevent users to manually enter the quantity, please add the following CSS under Theme Options > Theme Custom CSS > Global CSS:
.single-product form.cart div.quantity>input[type=number] {
pointer-events: none !important;
}
Further customizations for your website, please feel free to submit a request through our customization panel at [8Theme Customization Panel](https://www.8theme.com/account/#etheme_customization_panel).
Thank you for your understanding.
Best Regards,
8Theme’s Team
Thanks, The code worked fine, But this is not the solution we are looking for. if we implement as you suggested, no1 will be able to enter the value when they need 100 units of the item, they will sit there and keep tapping the arrow up.
The issue seems to be in the theme because after changing the theme to the default storefront theme, it is working as expected.
Please find the screenshot shows it’s working as expected after changing the theme to the default storefront.
https://snipboard.io/xboCwV.jpg
In the below screenshot, you can see the error is there for the variant items but not for the single item.
Ok, so the issue got fixed after disabling the Ajax add-to-cart option from the xstore theme setting
But it will impact the user experience by relaoding the page everytime customer add an item, is there any other way to fix this compatibility issue?
Dear Mr. Shehzad Ghazi,
We regret to inform you that currently, there is no hotfix available.
Should you identify any areas for improvement, we kindly encourage you to submit a detailed request via our task board at https://www.8theme.com/taskboard/. Doing so will allow our technical team to promptly review and address your concerns.
Best regards,
The 8Theme Team
Hi,
Understood, But woocommerce min/max is a well-known plugin so there must be a fix in the next patch or something.
Also, I want to highlight this thread you guys provided the compatibility fix with the min/max plugin before.
https://www.8theme.com/topic/min-max-quantity-products-for-woocommerce-problem/#post-273043
Sure @Shehzad Ghazi,
We will forward this topic to our development team also.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up