yaya Posted December 8, 2009 Share Posted December 8, 2009 Bonjour,sur la fiche produit dans le BO, il y a un champ Poids :Je souhaiterais que celui ci s'affiche a côté du prixque dois je faire et ou bidouillémerci a vous Link to comment Share on other sites More sharing options...
jeckyl Posted December 8, 2009 Share Posted December 8, 2009 Salut,Rapide analyse, il faut retrouver la variable poids dans product.tpl de ton thème.Peut être qu'elle ets déjà référencé dans la page en caché (cela m'étonnerai, mais on sait jamais). Sinon, tu la cherche dans un autre tpl et tu essaye de l'intégrer.Après mes compétences s'arrêtent là.Pour la recherche tu peux chercher le nom du champs de ta base correspondant au poids d'un produit. Link to comment Share on other sites More sharing options...
yaya Posted December 8, 2009 Author Share Posted December 8, 2009 Bonjoursi c'est ceci et bien je ne l'ai pas ..... {$product.weight} Link to comment Share on other sites More sharing options...
yaya Posted December 8, 2009 Author Share Posted December 8, 2009 Merci j'ai réussi pour ceux qui veulent afficher les caracteristiques présent sur la fiche technique entre le prix et la quantité....Pour cela vous devez changer le code source de la page "themes/MON THEME/product.tpl" <-- caracteristique fiche technique --> {if $features} {foreach from=$features item=feature} {$feature.name|escape:'htmlall':'UTF-8'}{l s=':'} {$feature.value|escape:'htmlall':'UTF-8'} {/foreach} {/if} Link to comment Share on other sites More sharing options...
samsab Posted December 8, 2009 Share Posted December 8, 2009 merci pour la solution.toujours bon à prendre Link to comment Share on other sites More sharing options...
vans Posted January 29, 2010 Share Posted January 29, 2010 Bonjour,Avez vous réussi à afficher le poids du produit?{if $product->weight != 0}{$product->weight}{/if}Je souhaite afficher le poids mais tel qu'il est impacté via les produits déclinés.(comme visible sur le fichier joint)Quelqu'un voit il comment faire?Merci de votre aide! Link to comment Share on other sites More sharing options...
Thibaut24 Posted April 5, 2010 Share Posted April 5, 2010 Bonjour,je remonte ce sujet, car je cherche également à afficher le poids des produits déclinés.Si quelqu'un a une piste ... Merci, à bientôtThibaut Link to comment Share on other sites More sharing options...
spice_prods Posted August 31, 2010 Share Posted August 31, 2010 La méthode complète est détaillée ici :http://www.prestashop.com/forums/viewthread/68049/discussion_generale/afficher_le_poids_en_fonction_des_declinaisons/ Link to comment Share on other sites More sharing options...
Thibaut24 Posted August 31, 2010 Share Posted August 31, 2010 Merci pour ta solution Spice, je ne l'ai pas testée, mais je pense que ça pourra servir à beaucoup de personnes Si tu peux, précises si ce hack est valable pour la version 1.2 & la 1.3.@ bientôtThibaut Link to comment Share on other sites More sharing options...
spice_prods Posted September 1, 2010 Share Posted September 1, 2010 Testé uniquement avec la v1.3.1.1 Link to comment Share on other sites More sharing options...
botmez Posted February 24, 2011 Share Posted February 24, 2011 Et comment afficher dans la confirmation de commande le poids total ?Cdlt,Nadine Link to comment Share on other sites More sharing options...
spice_prods Posted February 24, 2011 Share Posted February 24, 2011 Et comment afficher dans la confirmation de commande le poids total ?Cdlt,Nadine en modifiant le fichier template (.TPL) correspondant.(à vérifier mais c'est peut-être dans order-confirmation.tpl) Link to comment Share on other sites More sharing options...
jibo87 Posted April 3, 2014 Share Posted April 3, 2014 Bonjour, Je suis aussi intéressée par cette astuce. Je voudrais affiché le poids reel en dessous de la référence produit, non par les déclinaisons. Link to comment Share on other sites More sharing options...
jfpm Posted March 6, 2015 Share Posted March 6, 2015 Bonjour, je peux afficher le poids sur la fiche articles j'ai utilisé ce code, mais je n'arrive pas à supprimé les .00000 après la virgule exemple "Poids : 0.440000 kg" voir sur le site http://www.bibace.fr/confitures-confiseries/17-confiture-de-tomate.html cordialement {if $product->weight != 0} {$product->weight} {/if} <!-- products weight --> <p>Poids : <span id="product_weight">{$product->weight}</span> {$weightUnit}kg</p> {$product->weight|escape:'htmlall':'UTF-8'}</span> {$weightUnit} kg j' ai essayé les deux code sans résultat : on affiche le poids mais avec les 0000 derrières. cordialement 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