title = "Baş Sahypa" url = "/" layout = "master" is_hidden = 0 [CategoryList] [CategoryData] [ProductList] sorting = "no" [Cart] == {% put styles %} {% endput %} {% partial 'home/slider' %} {% partial 'home/categories' %} {% partial 'home/content' %} {% set obCategoryList = CategoryList.make().tree() %} {% set obCartPositionList = Cart.get() %}

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() %}
  • All
  • {% for obCategory in obCategoryList %} {% if obCategory.featured == 1 %}
  • {{obCategory.name}}
  • {% endif %} {% endfor %} {% endif %}
{% 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 %} {{ obProduct.name }} {% endif %}

{{ obProduct.name }}

    {% if obOffer.isNotEmpty() %}
  • {{obOffer.price_value}} {{obOffer.currency}} {% if obOffer.old_price != 0 %} {{obOffer.old_price}} {{obOffer.currency}} {% endif %}
  • {% endif %}
  • {% if obCartPositionList.isNotEmpty() %} {% for cart in obCartPositionList %} {% if obProduct.id == cart.item_id %}
    - +
    {% else %}
    {% endif %} {% endfor %} {% else %}
    {% endif %}
{% endfor %} {% endif %} {% endfor %} {% endif %}
{% partial 'home/posts' %}