本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
wishlist page template
can help customers save items that they wish to buy, this can greatly help to check the offers that apply to the items the customers are interested in as well as keeping track of the stock.
master.twig
, and accordingly, it takes the unified look-and-feel. For example, all of the headers
and footers
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-add-product-button>
<salla-button>
wishlist page template
may call the following hooks in order to inject extra information.
products
object which represents the list of the products that the customer has added to his own wishlist. Based on that, we use a simple for-loop
statement to display each product.salla-button
component can be used.