Our Regular Food Collections
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua.
{% if obCategoryList.isNotEmpty() %}
{% for obCategory in obCategoryList %}
{% if obCategory.featured == 1 %}
{% set obCategoryq = CategoryData.get(obCategory.id) %}
{% set obProductList = ProductList.make().sort(ProductList.getSorting()).active().category(obCategoryq.id) %}
{% for obProduct in obProductList %}
{% set obOffer = obProduct.offer.first() %}
{% if obProduct.preview_image is not empty %}

{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}