Monday 7 September 2015

Get total items count in bag opencart


Get total items count in bag opencart

Use the below code to get the items count in bag.

<?php echo $this->cart->countProducts(); ?>

No comments: