Anomalie 0000024 : seconde étape --> pas certain que cela corrige l'anon (non reproductible) mais entre cette modif et l'activation du cache Smarty en Prod...
This commit is contained in:
@@ -116,8 +116,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<!-- TheCoreDev : Anomalie 00000002 (affichage du total TTC en plus du total HT) //-->
|
<!-- TheCoreDev : Anomalie 00000002 (affichage du total TTC en plus du total HT) //-->
|
||||||
<tr class="font-weight-bold">
|
<tr class="font-weight-bold">
|
||||||
<td><span class="text-uppercase">{$totals.total_including_tax.label}</span></td>
|
<td><span class="text-uppercase">{if isset($totals.total_including_tax.label)}{$totals.total_including_tax.label}{/if}</span></td>
|
||||||
<td>{$totals.total_including_tax.value}</td>
|
<td>{if isset($totals.total_including_tax.value)}{$totals.total_including_tax.value}{/if}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
Reference in New Issue
Block a user