/ Published in: PHP

How to retrieve the amount of items the user has into the cart
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$Qty = $this->helper('checkout/cart')->getSummaryCount();
Comments
