Skip to main content
1 of 2
YKB
  • 91
  • 2
  • 7

Finally resolved here are the steps to do: Go for var/www/html/app/design/frontend/your theme/template/checkout/cart.phtml Check the functionality after tag Under checkout directory verify the sub directories called "view", "onepage" etc. 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']);

YKB
  • 91
  • 2
  • 7