thomasharko Posted February 5, 2015 Share Posted February 5, 2015 (edited) Bonjour, Je souhaiterais afficher le Nom du groupe client dans le mail new_order du module Alerte Email, j'arrive à récuperer l'id du groupe client par défaut avec : '{customergroup}' => $customer->id_default_group, Par contre je ne sais pas comment transformer l'id en nom de groupe, soit en récuperant dans la BDD soit en forçant un affichage en fonction de l'id directement depuis le php. Si quelqu'un peut me donner une petite piste, je suis preneur. Merci et bonne journée Thomas Edited February 5, 2015 by thomasharko (see edit history) Link to comment Share on other sites More sharing options...
herve25 Posted February 5, 2015 Share Posted February 5, 2015 Bonjour, Pour récupérer le nom du groupe tu peux utiliser le code suivant $group = new Group($customer->id_default_group,$this->context->lang->id); //Ce qui te permets d'assigner le nom du groupe '{customergroup}' => $group->name, Link to comment Share on other sites More sharing options...
thomasharko Posted February 5, 2015 Author Share Posted February 5, 2015 Super herve25, Je le faisais à l'envers depuis tout à l'heure, j'assignais le contexte au mauvais endroit Merci et Bonne journée Link to comment Share on other sites More sharing options...
ludojlm Posted December 31, 2015 Share Posted December 31, 2015 Bonjour, La modif est à mettre là-dedans j'imagine : public static function sendCustomerAlert($id_product, $id_product_attribute) dans MailAlert.php ou dans mailalerts.php là où il y a les template vars? Merci de votre aide. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now