Themes & Apps
The Selz platform offers sellers the ability to install Apps to enhance their store or selling. Some of these apps are used within the store itself, namely:
- Disqus - Add comments to an item
- Yotpo - Add reviews and feedback to an item
You can check to see if a user has an app installed using the following liquid syntax:
{% if store.apps.cart %} <!-- Do something --> {% endif %}
A full list of apps is available in the cheatsheet.
Displaying Apps
Disqus and Yotpo require specific app tags in your theme for them to be displayed. The tags are formatted {{ app_disqus }}
and {{ app_yotpo }}
. These need to be included in your item.liquid template.