Tutorials
Learn how to write a module and extend its functionality.
How to use
If you have never developed a Smartstore module before, we recommend that you read the Getting started with modules first, and then start with the Building a simple "Hello World" module tutorial. Otherwise, you can jump right into the topic you want to learn more about.
Example Repository
The source code for all the tutorials can be found in our Code Examples Repository.
All tutorials are included in the solution file located in the root of the repository. To run them, just follow the instructions in the ReadMe.
List of Tutorials
Start your journey here and build your first Smartstore module.
Add a tab to the product editing page in the backend.
Create a widget, that displays custom content in the frontend.
Access the menu bar in the backend and add a menu item and a submenu.
Create your own PageBuilder-Block to display in stories. Tweak the Story view modes, to provide a better user experience and render a widget.
Provide a configurable export for products, store information, etc.
Create a small messaging system, using your own database table.
Last updated
Was this helpful?