{% extends('frontend/layout/base.html.twig') %} {% set title = 'Product' %} {% block content %}

Products Details

  • Home
  • Products Details
{% for image in products.itempicturename %}
image
{% endfor %}

{{ products.name }}

{% if products.price != null %}
$39.00
{% endif %}
{#{{ 'Hi i have a question about this product:\nProduct Name:' ~ products.name ~ '\nURL:' ~ (path('app_frontend_productview',{'id':products.id}))' | urlencode #}

Description

{{ products.description | raw }}

{% endblock %}