Jump to content

Ajouter {Id_Order} Dans Les Templates Email


Recommended Posts

Rechercher

Search for

'{order_name}' => $order->getUniqReference(),

dans le fichier de /classes/PaymentModule.php. Ici, vous pouvez ajouter:

in the /classes/PaymentModule.php file. Here, you can add:

'{order_id}' => $order->id,

et l'utilisation

and use

{order_id}

dans le modèle order_conf.html email.

in the order_conf.html email template.

  • Like 1
Link to comment
Share on other sites

Bonjour,

 

Ca fonctionne pour le mail de confirmation de commande.

 

Cependant ça ne focntionne pas dans le template email "cheque" (En attente du paiement par chèque) l'affichage est {order_id}.

 

Je devrais logiquement pouvoir récupérer dans tous les templates email ?

Edited by BonCev (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...