Modules¶
Modules are the main way to add functionality to your storefront. Module consists of a template and a configuration schema and optional additional JavaScript code snippet.
You can add many modules of different types to your storefront. Each module instance has its own configuration data, but the configuration schema, template and JavaScript snippet stays the same.
Rendering a module¶
Modules are rendered using the module
function.
If you are using Shoper Visual Editor, all layout modifications results in automatic code generation for modules rendering
In this example we are rendering the footer_groups
module using the configuration data for module instance ID: 1
.
In general you should avoid calling the module
function directly. Instead, you should use Shoper Visual Editor to generate whole layouts.
Module context¶
Different modules are available in different contexts. For example a product_title module will be available on a product card but you won't be able to use it inside a basket. Below you will find a list of contexts with all modules that can be used inside them.
Modules reference¶
Here is the list of all modules sorted by contexts.
Home page
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Product page
Product - modules
- Loyalty program - loyalty_program
- Add to cart/wishlist - product_actions
- Ask about the product - product_ask_questions
- Product features - product_attributes
- Product codes - product_codes
- Product description - product_description
- Files to download - product_files
- Product image gallery - product_gallery
- Prices - product_prices
- Vendor - product_producer
- Quantity and availability - product_quantity_and_availability
- Product rating - product_rating
- Related products - product_related
- Product reviews - product_review
- Product sharing - product_share
- Delivery cost - product_shipping_prices
- Shipping time - product_shipping_time
- Product short description - product_short_description
- Product name (page title) - product_title
- Variants - product_variants
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Bundle page
Bundle - modules
- Products in the bundle - bundle_items
- loyalty_program
- Add to cart/wishlist - product_actions
- Ask about the product - product_ask_questions
- Product features - product_attributes
- Product codes - product_codes
- Product description - product_description
- Files to download - product_files
- Product image gallery - product_gallery
- Prices - product_prices
- Vendor - product_producer
- Quantity and availability - product_quantity_and_availability
- Product rating - product_rating
- Related products - product_related
- Product reviews - product_review
- Product sharing - product_share
- Delivery cost - product_shipping_prices
- Shipping time - product_shipping_time
- Product short description - product_short_description
- Product name (page title) - product_title
- Variants - product_variants
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Loyalty product page
Loyalty product - modules
- Total loyalty points - loyalty_number_of_points
- Add to cart/wishlist - loyalty_product_actions
- Prices (loyalty points) - loyalty_product_prices
- Product name (page title) - loyalty_product_title
- Loyalty program - loyalty_program
- Ask about the product - product_ask_questions
- Product features - product_attributes
- Product codes - product_codes
- Product description - product_description
- Files to download - product_files
- Product image gallery - product_gallery
- Vendor - product_producer
- Quantity and availability - product_quantity_and_availability
- Product rating - product_rating
- Related products - product_related
- Product reviews - product_review
- Product sharing - product_share
- Delivery cost - product_shipping_prices
- Shipping time - product_shipping_time
- Product short description - product_short_description
- Variants - product_variants
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Loyalty bundle page (available soon)
Inactive product
Inactive product - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Info page
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Producer list
Producer list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Category list
Category list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Collection list
Collection list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Search results list
Search results list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Loyalty products list
Loyalty products list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Promotion products list
Promotion products list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
New products list
New products list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Basket (available soon)
Blog entry
Blog entry - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Blog list
Blog list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Blog categories list
Blog categories list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Blog tags list
Blog tags list - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Customer panel (available soon)
Store disabled
Store disabled - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
404 (Page not found)
404 (Page not found) - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)
Contact
Contact - modules
Other modules
- Blog categories - blog_article_list_categories
- Tag cloud - blog_articles_list_tags
- Selected blog entries (slider) - blog_articles_slider
- Breadcrumbs
- Contact form - contact_form
- Contact information - contact_info
- Wishlist - favourites_button
- Side menu (selected links in the footer) - footer_group
- Bottom menu (all links in the footer) - footer_groups
- Google Maps - google_maps
- Heading - header
- Language and currency - language_and_currency
- Logo
- Menu (links in the header) - main_navigation
- Newsletter - newsletter
- Slider - photo_slider
- Image - picture
- New products - roster_new_products
- Bestsellers - roster_product_bestsellers
- Collection (selected from the list) - roster_product_collection
- Products on sale - roster_product_promotions
- Product recommendations - roster_product_recommendation
- Products of the day - roster_products_of_the_day
- Recently viewed - roster_recently_viewed
- Search engine - search
- Logging in and customer account - user_menu
- Rich content - wysiwyg
- Consents - customer_privacy (integration)