themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Product/Show/_productsVisited.html.twig line 1

Open in your IDE?
  1. {#     PRODUCTS VISITED / produits déjà consultés        #}
  2. {% if app.user %}
  3.     {% set customerId = app.user.customer.id %}
  4. {% else %}
  5.     {% set customerId = null %}
  6. {% endif %}
  7. <div class="bloc-top-content text-center pt-md-4 pt-3">
  8.     {{ render(url('app_shop_products_visited', {'customerId' : customerId })) }}
  9. </div>