/ Published in: PHP
URL: http://www.drupal.ru/node/49324
Expand |
Embed | Plain Text
<?php $items = uc_cart_get_contents(); $item_count = 0; foreach ($items as $item) $item_count += $item->qty; print $item_count; ?>
You need to login to post a comment.
