[02/08/2025] Modif de l'écran back des commandes pour afficher un msg sur les commandes avec Remise avec signature

This commit is contained in:
2025-08-02 10:18:39 +02:00
parent 191b4a16e5
commit 27d20b1344
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@
/web/assets/
/web/cache/
/local/session/
/log/
/web/

View File

@@ -337,7 +337,7 @@
</dl>
<dl class="dl-horizontal">
<dt>{intl l="Description"}</dt>
<dd>{$DESCRIPTION nofilter}</dd>
<dd>{$DESCRIPTION nofilter}<span style="color:red; font-weight:bold; font-size:larger">{if {$POSTAGE} == {config key="surcout_remise_avec_signature"}}Remise avec signature{/if}</span></dd>
</dl>
{hook name="order-edit.delivery-module-bottom" order_id=$order_id module_id=$DELIVERY_MODULE}