0) { foreach ($cart as $i => $qty) { $item = new Item($i); $listhtml .= RenderItem::cart($item, $qty); $total += ($item->getPrice() * $qty); } } else { $listhtml = "

The cart is empty.

"; } $tax = $total * ($settings['tax'] / 100.0); ?>

Cart

0.0) { ?>
Subtotal:
Tax:

Total: