Hi,
I am using ML9. We want to put a check in the shopping cart page to prevent user to update the quatity to a decimal one without modifying the source code - is that possible?
Edited - 12-30-2011 >> We also noticed that the default validation of quantity is not working in ML9.1. The Javascript function "Cart_Validator" is there in the page however it is
1. Not Getting called - in version 8 it used to get called by the form submit which is not the way forms are getting submitted in Ver 9.1
2. It is expecting the quantity text box id as "Quantity_" + SKU which is not getting generted by the ASPDNSFControls.
Please let me know if I am missing something here or if there is any other setting or patch which I need to apply to make it work.