barn Posted April 9, 2018 Share Posted April 9, 2018 (edited) Bonjour, j'aimerais récupérer l'id du groupe d'un client dans un .tpl par exemple header.tpl, j'ai essayé de modifier HTMLTemplateInvoice.php dans la partie "// header informations" en tentant : $customer = new Customer((int)$this->order->id_customer); $this->customer_group = $customer->id_default_group; et de récupérer dans le .tpl avec : {$customer_group|escape:'html':'UTF-8'} Mais il doit me manquer des éléments de compréhension car customer_group n'est jamais reconnu même quand je remplace sa valeur par une autre existante et fonctionnelle ($this->title par exemple avec $this->customer_group = $order_invoice->getInvoiceNumberFormatted($id_lang);) Quelqu'un peut m'expliquer ce qui cloche ? Merci d'avance solution : il faut ajouter « 'customer_group' => $this->customer_group » dans « HTMLTemplate.php » dans « $this->smarty->assign(array( » Edited April 10, 2018 by barn résolu (see edit history) 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