1) Open the file located at:
[cartlocation]/templates/[yourtemplate]/Panels/TopMenu.html
in an HTML editor or NotePad.
1b) Find the line:
<a href="%%GLOBAL_ShopPathNormal%%/cart.php">%%LNG_ViewCart%% %%GLOBAL_CartItems%%</a>
1c) Add your image before or after this line. As in:
<a href="%%GLOBAL_ShopPathNormal%%/cart.php"><img
src="smallcart.jpg" height="16px" width="16px" /> %%LNG_ViewCart%%
%%GLOBAL_CartItems%%</a>
or:
<a href="%%GLOBAL_ShopPathNormal%%/cart.php"> %%LNG_ViewCart%%
%%GLOBAL_CartItems%% <img src="smallcart.jpg" height="16px" width="16px" /></a>

The article has been updated successfully.