Michel92 Posted February 5, 2012 Share Posted February 5, 2012 Bonjour, Je souhaiterais ajouter le délai de livraison (champ qui se trouve sur chaque transporteur dans le champ 'Délai de livraison') sur la facture PDF.php du client. Mon code : $pdf->Cell(0, 6, self::l('Carrier:').($order->gift ? ' '.Tools::iconv('utf-8', self::encoding(), $carrier->name) : ''), 'LR'); $pdf->Ln(5); $pdf->Cell(0, 6, ($order->gift ? self::l('Gift-wrapped order') : Tools::iconv('utf-8', self::encoding(), $carrier->name)), 'LRB'); Ce que je veux afficher (par ex) : Transporteur : La poste 23/05/2012 "La Poste" étant mon transporteur "23/05/2012" étant ce que j'ai entré dans le champ 'Délai de livraison' du transporteur Si un pro de PDF pouvais m'aider... Merci. -Mich- Link to comment Share on other sites More sharing options...
Michel92 Posted February 8, 2012 Author Share Posted February 8, 2012 Quelqu'un pour m'aider ? 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