Good Afternoon Everyone.
I know this is probably a simple question for most users - and I've searched the community for the answer with no luck. At present the mini cart just says- items: (number) value£0.00). I would like to change the mini cart to be more descriptive and add a heading. Where do I find the information/template I need to change?? All I can find is this script in the Act_Primary.html:
<script language="JavaScript">
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+ <BR>");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
</script>
Cheers
Mike
I know this is probably a simple question for most users - and I've searched the community for the answer with no luck. At present the mini cart just says- items: (number) value£0.00). I would like to change the mini cart to be more descriptive and add a heading. Where do I find the information/template I need to change?? All I can find is this script in the Act_Primary.html:
<script language="JavaScript">
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+ <BR>");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));
</script>
Cheers
Mike
Comment