The eCommerce theme is the default theme for eCommerce installations. All themes have theme settings used for adapting, for example, the colors, layout and the content for elements such as the header, footer and first page.

For latest updates, upload from github: eCommerce theme on github
Colors
The theme has over 30 color themes to choose from.



Header
Header including: Logo, navigation, autosearch, language selector, currency selector, account button, and cart button.


Homepage
Hero section
An optional hero section with adjustable height.
The hero section can contain:
- Background image
- A card with title, description, image, and button.
Banners
- Title and descriptive text
- Up to two links
- Image (displayed next to the text or in full-width beneath)
- Collection
- Background color
Collection and links

Fullwidth image

Footer
The footer is built to adapt to the provided information.
- Logo or image
- Descriptive text
- Custom button
- Navigation link lists
- Social media links
- Payment methods

Theme customizations
There is full access to the theme code in the theme editor, but altering the theme makes updates harder to follow.
Include custom script file
Add in scripts, commonly needed when using 3rd party tools, and still be able to use the update function.
- Go to theme files editor and add in a file in assets called
custom.js - Add the code into the file, remove any
<script>tags, remember to look for the closing tag as well</script>. - Go to theme settings > global and tick include custom script file
Include custom meta data
- Go to theme files editor and add in a file in assets called
customMeta.liquid - Add the meta data into the file.
- Go to theme settings > global and tick include custom meta file