Skip to content

Commit

Permalink
fix: issue-611
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed May 17, 2024
1 parent d336145 commit ac55b46
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions templates/customer/_partials/order-detail-no-return.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,27 @@

<td>
<strong>
<a {if isset($product.download_link)}href="{$product.download_link}" {/if}>
<a href="{$link->getProductLink($product.id_product)}">
{$product.name}
</a>
</strong><br />
</strong>

<br />

{if $product.product_reference}
{l s='Reference' d='Shop.Theme.Catalog'}: {$product.product_reference}<br />
{/if}

<br />

{if isset($product.download_link)}
<a href="{$product.download_link}">
<i class="material-icons" aria-hidden="true">download</i> {l s='Download' d='Shop.Theme.Actions'}
</a>

<br/>
{/if}

{if $product.customizations}
{foreach from=$product.customizations item="customization"}
<div class="customization">
Expand Down

0 comments on commit ac55b46

Please sign in to comment.