本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
notifications page template
can help display short texts/messages to notify customers with the latest updates regarding their orders.
master.twig
, and accordingly, it takes the unified look-and-feel. For example, all of the header's
and footer's
components will be added automatically to this page.User
model is accessible automatically on this page because it's included in the master.twig
layout file.<salla-infinite-scroll>
notifications page template
may call the following hooks in order to inject extra information.
notifications
as an object. This array contains all of the notification's data for the currently logged-in user. Each notification can be displayed using a for-loop
statement.salla-infinite-scroll
has been used to ease the pagination process.