Each tile is an independent JavaScript widget which can be placed anywhere on an HTML page. It communicates with the KonaKart server using JSON and AJAX. The tiles communicate with the same server running the storefront demo so login credentials and cart contents are identical.
Take a look at the HTML source of the page hosting the tile to see how the tile is being called. Documentation may be downloaded here.
- Store Tile - Aggregates multiple tiles
- Product Tile
- Horizontal Carousel Tile
- Vertical Carousel Tile
- Category Menu Tile
- Search Tile
- Products Tile
- Product Details Tile
- Popup Cart Tile
- Manage Cart Tile
- Popup Wishlist Tile
- Manage Wishlist Tile
- Login Tile
- Register Tile
- Account Pages Tile
In order to run the Checkout Tile you should run the Store Tile and login there before clicking on the link below. The Checkout Tile will only display something if you have one or more items in the cart.