You may add an image to your shopping cart's footer section by editing the file located at:
[cartlocation]/templates/[templatename]/Panels/footer.html and adding something like:
<img src="yourimagelocation.gif" style="float:right" />
or:
<div align="right"><img src="yourimagelocation.gif" /></div>
You might have to play around with adding it to different places in the footer code, depending on where you want it to appear and how large the image is.

The article has been updated successfully.