Salut,
Pour Prestashop 1.6, tu peux modifier le fichier TPL du panier comme ceci, en partant du principe que ton url est www.monsite.ndd/commande?codepromo=MONCODEPROMO
/themes/ton_theme/order-payment-classic.tpl
<h4>{l s='Vouchers'}</h4> {if !empty($smarty.get.codepromo)} <input type="text" id="discount_name" class="form-control" name="discount_name" value="$smarty.get.codepromo" /> {else} <input type="text" id="discount_name" class="form-control" name="discount_name" value="{if isset($discount_name) && $discount_name}{$discount_name}{/if}" /> {/if}