This project is not covered by Drupal’s security advisory policy.
uc_microcart provides a block that displays a cart icon, the total number of items in a cart, the cart total, and links to the cart, and that's pretty much it out of the box.
It's easily customizable by overriding the default template - just drop a microcart.tpl.php in your site's theme directory.
The variables available to the template is:
$cart_metadata = array(
'count' => $number_of_products_in_your_cart,
'total' => $total_cost_of_items_in_cart
);
Credits
Project information
- Project categories: E-commerce
7 sites report using this module
- Created by rich.yumul on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
