Hi guys,
Basically, I want the total (1 item(s) - £237.00) to be a link to the cart page.
It might be rather easy but I can't seen to find a way around this.
I wondered if there was someone to point in the direction of what to place into the cart files.
Thanks
Navigate to : catalog/view/theme/yourtheme/template/module/cart.tpl
find :
Change that to :
That should work for you, if not let me know.
find :
Code: Select all
<a><span id="cart-total"><?php echo $text_items; ?></span></a>
Code: Select all
<a href="index.php?route=checkout/cart"><span id="cart-total"><?php echo $text_items; ?></span></a>
Who is online
Users browsing this forum: No registered users and 99 guests