Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

difference between cart getItemsCount() and getSummaryCount()

Mage::helper('checkout/cart')->getItemsCount() -- return shopping cart items count means how many sku add to shopping cart.
Mage::helper('checkout/cart')->getSummaryCount() -- return shopping cart items summary (suppose you add sku1 6 qty and sku2 3 qty = total 9 qty return)

Tags:

Cart

Magento 1.8

Shopping Cart Price Rules

Related

How to create an EAV entity? Get full list of categories using sql How to move magento shop to another server Changing the footer in magento theme Layout update: unable to add a child block in layout XML by reference Magento upgrade from 1.7 to 1.9 Custom system configuration fields Single instalation with, multiple databases How can I programmatically flush Magento's Cache? Magento : Fastest way to update a product attribute Correct Method of Flushing Caches & Managing the Compiler How to access a function in block class from phtml?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy