/ Published in: PHP
How to retrieve the amount of items the user has into the cart
Expand |
Embed | Plain Text
$Qty = $this->helper('checkout/cart')->getSummaryCount();
You need to login to post a comment.
TioSolid on 05/03/10
1 person have marked this snippet as a favorite
How to retrieve the amount of items the user has into the cart
$Qty = $this->helper('checkout/cart')->getSummaryCount();
You need to login to post a comment.