Magneto get carts subtotal


Magneto get carts subtotal : You can get cart’s subtotal simply as below.


Magneto get carts subtotal Syntax


$cartSubTotal = Mage::helper('checkout/cart')->getQuote()->getSubtotal();
                        

Which will return the subtotal of the cart.


Advertisements

Add Comment

📖 Read More