Comments 1v-max74 started the conversationDecember 28, 2021 at 10:43amHello, after the purchase is done and payed, Presta is not showing the pictures of the products in the Order Confirmation Table.I managed to make it working changing the template file /themes/akira/templates/checkout/_partials/order-confirmation-table.tpllines 57/58, from:{if !empty($product.default_image)} <img src="{$product.default_image.medium.url}" loading="lazy" class="has image" />to:{if !empty($product.cover)} <img src="{$product.cover.medium.url}" loading="lazy" class="has image" />as the default template.Thanks,Stefano coderz.cz 386Naik repliedDecember 29, 2021 at 9:23amThank you so much for sharing this solution!This fix will be present in the next update.Best regards, Naik - Lightatend Team A good review and positive comment would help us to keep doing what we do best Rate now Our support time Monday-Saturday (9am-6pm GMT+7) Sign in to reply ...
Hello, after the purchase is done and payed, Presta is not showing the pictures of the products in the Order Confirmation Table.
I managed to make it working changing the template file
/themes/akira/templates/checkout/_partials/order-confirmation-table.tpl
lines 57/58, from:
{if !empty($product.default_image)}
<img src="{$product.default_image.medium.url}" loading="lazy" class="has image" />
to:
{if !empty($product.cover)}
as the default template.<img src="{$product.cover.medium.url}" loading="lazy" class="has image" />
Thanks,
Stefano coderz.cz
Thank you so much for sharing this solution!
This fix will be present in the next update.
Best regards,
Naik - Lightatend Team
A good review and positive comment would help us to keep doing what we do best Rate now
Our support time Monday-Saturday (9am-6pm GMT+7)