#3131

Tu Tran
Moderator

Hi,

To solve this issue, please go to the file app\design\frontend\default\sns_ostore\template\sns\ajaxcart\checkout\cart\mini-cart.phtml, find and replace the code below:

<span class="label">
            	<?php echo $this->__('My Cart') ?>
            </span>

By:

<a style="color: #777 !important;" href="<?php echo Mage::getUrl('checkout/cart');?>"><span class="label">
	<?php echo $this->__('My Cart') ?>
</span></a> 

Thanks,