By default, the Fotomoto Shopping Cart is displayed on the top right of your page when someone adds an item to their cart. You have two options to customize the Shopping Cart: you can change the location or use your own links instead.
Change the location of the Shopping Cart
On the Store Appearance page of your Fotomoto Dashboard you can change which corner the cart appears on:
Log in to your Fotomoto Dashboard and click the Settings icon.
Click the Store Appearance link on the left.
Click the Position drop-down menu and select your desired option.
How to use links instead of the Shopping Cart
You can put a custom link on your page that will replace the Fotomoto Shopping Cart. To do this, simply insert the following DIV in to your page code.
<div id="FotomotoViewCart"></div>
or if you need to put it where you can't use a DIV, try:
<a id="FotomotoViewCart">View Cart</a>
Note that this custom link is not conditional - it will appear on your site regardless of whether or not there are any items in the Cart.
Bring the Shopping cart to the front
Some times you will have another elemebnt in front of your shopping cart either blocking the image or making it un-clickable. You can change the z-index of shopping cart in the Custom CSS section of the Store Appearance page of your Fotomoto Dashboard with the following code.
.FotomotoViewCartClass { z-index: 9999;}