Numby Posted March 31, 2014 Share Posted March 31, 2014 Bonjour, J'aimerai afficher la catégorie du produit, en-dessous du nom de celui-ci, dans les factures et bons de réductions. Je sais quels fichiers modifier, mais en dépit de nombreuses recherches et tentatives, tous mes essais pour trouver la bonne variable smarty du nom de la catégorie ont été vains. Auriez-vous donc une solution à mon problème ? Link to comment Share on other sites More sharing options...
tuk66 Posted March 31, 2014 Share Posted March 31, 2014 Vous pouvez afficher la catégorie par défaut uniquement. Pour ce faire, le module M4 Extensions PDF contient les "Factures - regroupés par catégories, des packs détaillés" modèle. You can display the default category only. To do it, the M4 PDF Extensions module contains the "Invoices - grouped by categories, packs itemized" template. Link to comment Share on other sites More sharing options...
Numby Posted March 31, 2014 Author Share Posted March 31, 2014 Il n'y a pas moyen d'afficher les catégories simplement via une variable smarty ? Parce que le module en question coûte quand même 100€... Link to comment Share on other sites More sharing options...
Numby Posted April 1, 2014 Author Share Posted April 1, 2014 Je me permet un petit UP... Link to comment Share on other sites More sharing options...
Numby Posted April 9, 2014 Author Share Posted April 9, 2014 J'ai ajouté le code suivant dans la classe HTMLTemplateInvoice.php : $cat = Db::getInstance()->execute('SELECT '._DB_PREFIX_.'category_lang.name FROM '._DB_PREFIX_.'category_lang INNER JOIN '._DB_PREFIX_.'category_product ON '._DB_PREFIX_.'category_product.id_category = '._DB_PREFIX_.'category_lang.id_category INNER JOIN '._DB_PREFIX_.'product ON '._DB_PREFIX_.'product.id_product = '._DB_PREFIX_.'category_product.id_product WHERE '._DB_PREFIX_.'product.id_product = '.(int)Tools::getValue('id_product').'') Après avoir ajouté 'cat'=>$cat dans l'assignation smarty, j'ai ensuite ajouté {$cat} dans Invoice-b2b.tpl. Pourtant, $cat me renvoie un booléan en true au lieu du nom de la catégorie. Pourquoi ? Link to comment Share on other sites More sharing options...
Numby Posted April 14, 2014 Author Share Posted April 14, 2014 UP Link to comment Share on other sites More sharing options...
Numby Posted April 15, 2014 Author Share Posted April 15, 2014 UP ? Link to comment Share on other sites More sharing options...
Numby Posted April 16, 2014 Author Share Posted April 16, 2014 UP 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