|
83 | 83 | </td> |
84 | 84 |
|
85 | 85 | <td> |
86 | | - <strong> |
| 86 | + <p class="order__item__name fw-bold mb-0"> |
87 | 87 | <a href="{$link->getProductLink($product.id_product)}"> |
88 | 88 | {$product.name} |
89 | 89 | </a> |
90 | | - </strong> |
91 | | - |
92 | | - <br /> |
| 90 | + </p> |
93 | 91 |
|
94 | 92 | {if $product.product_reference} |
95 | | - {l s='Reference' d='Shop.Theme.Catalog'}: {$product.product_reference}<br /> |
| 93 | + <p class="order__item__ref"> |
| 94 | + {l s='Reference' d='Shop.Theme.Catalog'}: {$product.product_reference} |
| 95 | + </p> |
96 | 96 | {/if} |
97 | 97 |
|
98 | | - <br /> |
99 | | - |
100 | 98 | {if isset($product.download_link)} |
101 | | - <a href="{$product.download_link}"> |
102 | | - <i class="material-icons" aria-hidden="true">download</i> {l s='Download' d='Shop.Theme.Actions'} |
103 | | - </a> |
104 | | - |
105 | | - <br/> |
| 99 | + <p class="order__item__download my-2"> |
| 100 | + <a href="{$product.download_link}"> |
| 101 | + <i class="material-icons" aria-hidden="true">download</i> {l s='Download' d='Shop.Theme.Actions'} |
| 102 | + </a> |
| 103 | + </p> |
106 | 104 | {/if} |
107 | 105 |
|
108 | 106 | {if $product.customizations} |
|
167 | 165 | </div> |
168 | 166 |
|
169 | 167 | <div class="col-8"> |
170 | | - <p class="order__item__name fw-bold">{$product.name}</p> |
| 168 | + <p class="order__item__name fw-bold mb-0"> |
| 169 | + <a href="{$link->getProductLink($product.id_product)}"> |
| 170 | + {$product.name} |
| 171 | + </a> |
| 172 | + </p> |
| 173 | + |
171 | 174 | {if $product.product_reference} |
172 | | - <div class="order__item__ref">{l s='Reference' d='Shop.Theme.Catalog'}: {$product.product_reference}</div> |
| 175 | + <p class="order__item__ref"> |
| 176 | + {l s='Reference' d='Shop.Theme.Catalog'}: {$product.product_reference} |
| 177 | + </p> |
173 | 178 | {/if} |
| 179 | + |
| 180 | + {if isset($product.download_link)} |
| 181 | + <p class="order__item__download my-2"> |
| 182 | + <a href="{$product.download_link}"> |
| 183 | + <i class="material-icons" aria-hidden="true">download</i> {l s='Download' d='Shop.Theme.Actions'} |
| 184 | + </a> |
| 185 | + </p> |
| 186 | + {/if} |
| 187 | + |
174 | 188 | {if $product.customizations} |
175 | 189 | {foreach $product.customizations as $customization} |
176 | 190 | <div class="customization"> |
|
0 commit comments