Finally resolved here are the steps to do: Go
Go for var/www/html/app/design/frontend/your theme/template/checkout/cart.phtml Check
Check the functionality after tag Under checkout directory verify the sub directories called "view""view", "onepage""onepage" etc. Look at the "controller.php" file in the "checkout" Path:
Look at the "controller.php" file in the "checkout" Path:/var/www/html/app/code/local/Mworks/Ajax/controllers/IndexController.php check Line: 29, 30 $filter = new Zend_Filter_LocalizedToNormalized( array('locale' => Mage::app()->getLocale()->getLocaleCode()) ); $params['qty'] = $filter->filter($params['qty']);
$filter = new Zend_Filter_LocalizedToNormalized( array('locale' => Mage::app()->getLocale()->getLocaleCode()) ); $params['qty'] = $filter->filter($params['qty']);