Hello, everyone!
is it possible to display products on the thank you page?
The page appears after a successful order and I want to put there goods that are similar to the goods from the order
I connected a snippet to the checkout page, it outputs html, but I can’t even output
{% for product in collections.all.products %}
{{ product.title }}
{% endfor %}
Does anyone know how to implement something like this? Thanks in advance!