There is a Cart icon in Bottom Right of Site.
If you want to remove it, you can add this code to Website > Website Tools > Custom CSS
div#floatingCart { display: none !important; }