Overview
The footer component displays essential store information including description, navigation links, contact details, social media icons, app download links, and payment methods.Location
Configuration
Enable dark mode for the footer
Structure
The footer is organized in a responsive grid layout with these sections:Store information (2 columns on large screens)
- Store name as clickable heading
- Store description (if available)
- Social media links (desktop only)
- Trust badges
- VAT certificate and number (if configured)
Page links
- Footer menu rendered via
<salla-menu source="footer">
Contact information
- Contact details via
<salla-contacts> - Social media links (mobile only)
App downloads (2 columns on large screens)
- App store and Google Play links via
<salla-apps-icons>
VAT certificate
If the store has a VAT number configured, the footer displays:- VAT certificate image (clickable, opens modal)
- VAT number with label
- Modal with full certificate image
Usage example
Components used
The footer includes these Salla web components:<salla-menu>: Footer navigation menu<salla-social>: Social media icons<salla-contacts>: Contact information<salla-apps-icons>: App download links<salla-payments>: Payment method icons<salla-trust-badges>: Trust and security badges<salla-modal>: VAT certificate modal
Copyright section
The bottom section displays:- Copyright text via
{% hook copyright %} - Payment method icons via
<salla-payments>
Dark mode
Whenfooter_is_dark is enabled:
The footer layout is responsive and adjusts from a single column on mobile to a 6-column grid on large screens.