byters Posted July 3, 2011 Share Posted July 3, 2011 Bonjour,Ayant pas mal cherché dans le forum mais pas trouvé j'expose mon problème.J'ai configurer certain produit avec une reduction mais j'aimerais que son ancien prix s'affiche barré dès que l'on voix le produit avec son prix.J'ai créé un prix de réduction mais l'ancien prix s'affiche seulement dans l'affiche du produit.Merci pour votre aide.Bruno Link to comment Share on other sites More sharing options...
Wormholesurfer Posted August 7, 2011 Share Posted August 7, 2011 Bonne question ... je me posais la même ... je n'ai malheureusement pas de réponses a te fournir mai ssi qq'un peut nous aider ^^ Merci Link to comment Share on other sites More sharing options...
Bondaty and Co Posted August 23, 2011 Share Posted August 23, 2011 Salut, Dans le homefeatured.tpl après la ligne 44: {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<p class="price_container"><span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span></p><br />{/if} dans le global.css après le commentaire:/*display: block;*/ vers la ligne 954: #center_column .products_block span.prixbar { text-align: center; color: #595A5E; font-size: 1.2em; font-weight: bold; padding-left: 0; text-decoration: line-through; } A retravailler le height du module Testé sur 1.4.3 Code pour le productlist.tpl {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span><br />{/if} en bas du productlist.css .prixbar { color: #595A5E; font-size: 1.2em; font-weight: bold; padding-left: 0; text-decoration: line-through; } 1 Link to comment Share on other sites More sharing options...
swagg Posted October 7, 2011 Share Posted October 7, 2011 Salut, Dans le homefeatured.tpl après la ligne 44: {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<p class="price_container"><span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span></p><br />{/if} dans le global.css après le commentaire:/*display: block;*/ vers la ligne 954: #center_column .products_block span.prixbar { text-align: center; color: #595A5E; font-size: 1.2em; font-weight: bold; padding-left: 0; text-decoration: line-through; } A retravailler le height du module Testé sur 1.4.3 Code pour le productlist.tpl {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span><br />{/if} en bas du productlist.css .prixbar { color: #595A5E; font-size: 1.2em; font-weight: bold; padding-left: 0; text-decoration: line-through; } Bonjour !! je souhaiterais faire les modifications que vous indiqueé ! mais lorsque j'édite avec notepade je ne parvient pas à repérer la ligne 44 . Une astuce? Cdt. SWAGG Link to comment Share on other sites More sharing options...
daniel3000 Posted October 8, 2011 Share Posted October 8, 2011 Bonjour, pour y voir clair il,est impératif d'ouvrir avec un éditeur de fichier (gratuit et bon choix sur le net) et vous aurez la présentation des lignes comme Bondaty & Co. Cordialement Daniel Link to comment Share on other sites More sharing options...
Bondaty and Co Posted October 12, 2011 Share Posted October 12, 2011 Bonjour !! je souhaiterais faire les modifications que vous indiqueé ! mais lorsque j'édite avec notepade je ne parvient pas à repérer la ligne 44 . Une astuce? Cdt. SWAGG Salut, Tu vas dans paramètres, zone d'édition et tu coche "afficher numéros de ligne" Link to comment Share on other sites More sharing options...
yannml Posted November 3, 2011 Share Posted November 3, 2011 Bonjour, Je viens de tester vos modifs, ca marche parfaitement ! Un détails m'échappe au niveau de la mise en page. J'aimerais afficher le prix nouveau prix et le prix barré sur la même ligne (et non pas l'un au dessus de l'autre). Savez vous comment puis je faire ca ? Voici mon code actuel : {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="clear"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" >{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span>{/if} {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span>{/if} </div> {/if} Merci d'avance pour votre aide. Link to comment Share on other sites More sharing options...
Bondaty and Co Posted November 3, 2011 Share Posted November 3, 2011 Bonjour, Je viens de tester vos modifs, ca marche parfaitement ! Un détails m'échappe au niveau de la mise en page. J'aimerais afficher le prix nouveau prix et le prix barré sur la même ligne (et non pas l'un au dessus de l'autre). Savez vous comment puis je faire ca ? Voici mon code actuel : {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="clear"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" >{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span>{/if} {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span>{/if} </div> {/if} Merci d'avance pour votre aide. Sur quel site et quelle page ? Link to comment Share on other sites More sharing options...
yannml Posted November 4, 2011 Share Posted November 4, 2011 Sur cette page par exemple : http://www.pantalons.com/v2/category.php?id_category=5 et également sur la homefeature. Link to comment Share on other sites More sharing options...
Bondaty and Co Posted November 4, 2011 Share Posted November 4, 2011 Sur cette page par exemple : http://www.pantalons...p?id_category=5 et également sur la homefeature. Vite fait sur le gaz, essaie d'ajouter ta page catégorie un width à ton class "prix" qui soit inférieur bien à 50% de ton bottom- block (200px) Link to comment Share on other sites More sharing options...
yannml Posted November 4, 2011 Share Posted November 4, 2011 Je viens de mettre la modif en place : width:90px Visiblement il manque encore une petite touche de magie Link to comment Share on other sites More sharing options...
Bondaty and Co Posted November 4, 2011 Share Posted November 4, 2011 Je viens de mettre la modif en place : width:90px Visiblement il manque encore une petite touche de magie le width, ligne 1000 ou 591 du CSS Link to comment Share on other sites More sharing options...
Bondaty and Co Posted November 4, 2011 Share Posted November 4, 2011 le width, ligne 1000 ou 591 du CSS Ok, j'avais pas actualisé. Essaie de remplacer le span par p dans le prix barré Link to comment Share on other sites More sharing options...
Bondaty and Co Posted November 4, 2011 Share Posted November 4, 2011 Ok, j'avais pas actualisé. Essaie de remplacer le span par p dans le prix barré Si ça le fait pas, tu craie un div de 200px qui remplace le Div class="clear", tu intégre les 2 éléments avec un width de moitié, un en float left et l'autre droite avec texte aligné au centre pour les 2 Link to comment Share on other sites More sharing options...
yannml Posted November 4, 2011 Share Posted November 4, 2011 Merci beaucoup, ta dernière solution marche parfaitement Voici mon code : .clearprix { width: 200px; } .prixpromo{ width: 130px; text-align: right; float: left; font-size: 1.2em; font-weight: bold; white-space: nowrap } .prixpublic{ width: 70px; text-align: center; float: right; padding-top: 3px; text-decoration: line-through; } 1 Link to comment Share on other sites More sharing options...
Bondaty and Co Posted November 4, 2011 Share Posted November 4, 2011 Merci beaucoup, ta dernière solution marche parfaitement Voici mon code : .clearprix { width: 200px; } .prixpromo{ width: 130px; text-align: right; float: left; font-size: 1.2em; font-weight: bold; white-space: nowrap } .prixpublic{ width: 70px; text-align: center; float: right; padding-top: 3px; text-decoration: line-through; } J'aurais plus penché pour div id=clearprix et dans le css #clearprix Link to comment Share on other sites More sharing options...
greg09 Posted January 7, 2012 Share Posted January 7, 2012 Bonjour, j'ai parfaitement réussi à intégrer les prix barrés mais il m'est impossible de les aligner, pouvez vous expliquer ou intégrer votre code afin d'avoir un alignement correct. Link to comment Share on other sites More sharing options...
swissjah Posted January 10, 2012 Share Posted January 10, 2012 1000 merci @ Bondaty and Co Quand je pense que certain font payer ca 100€ ! Merci pour ta générosité et de garder un esprit communautaire et open source ! Link to comment Share on other sites More sharing options...
yvesbj Posted January 11, 2012 Share Posted January 11, 2012 Bonjour, merci les Salut, Dans le homefeatured.tpl après la ligne 44: {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<p class="price_container"><span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span></p><br />{/if} dans le global.css après le commentaire:/*display: block;*/ vers la ligne 954: #center_column .products_block span.prixbar { text-align: center; color: #595A5E; font-size: 1.2em; font-weight: bold; padding-left: 0; text-decoration: line-through; } A retravailler le height du module Testé sur 1.4.3 Code pour le productlist.tpl {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span><br />{/if} en bas du productlist.css .prixbar { color: #595A5E; font-size: 1.2em; font-weight: bold; padding-left: 0; text-decoration: line-through; } Bonjour, merci pour vos indications, elles m'ont beaucoup aidé ! J'espère ne pas abuser mais j'aurais une autre demande. J'aimerais afficher le "En solde" ou "Prix réduit" déjà présent dans le product-list. Ça fais près de 5h que je cherche, que je test mais rien et j'ai le cerveau qui fume, les yeux en feu puis plus de cheveux à force de me les arracher... Link to comment Share on other sites More sharing options...
Bondaty and Co Posted January 11, 2012 Share Posted January 11, 2012 Salut, tu insère le code cidessous dans ton homefeatured tpl vers la ligne 43 après <div>. Ensuite tu crais les class des span ( couleur, size, centrage ) dans le css du module et tu change la traduction dans le back office {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} Link to comment Share on other sites More sharing options...
Jean Francois G Posted January 11, 2012 Share Posted January 11, 2012 j'ai pourtant de la bonne volonté mais la, etant tres tres nul en CSS et autres bidouilles des codes... j'ai tenté mais je n'y arrive pas.. d'abord pas de homefeatured.tpl dans /theme/prestashop/ et meme en modifiant dans /modules/homefeatured/ ben ca ne me change rien.. Je suis vraiment pas fait pour modifier moi meme, me reste plus qu'a dépenser des sous que je n'ai pas .. donc je laisse comme c'est Snif.. Link to comment Share on other sites More sharing options...
yvesbj Posted January 11, 2012 Share Posted January 11, 2012 Salut, tu insère le code ci-dessous dans ton homefeatured tpl vers la ligne 43 après <div>. Ensuite tu crées les class des span ( couleur, size, centrage ) dans le css du module et tu change la traduction dans le back office {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} Merci beaucoup pour votre aide !!! Link to comment Share on other sites More sharing options...
Jean Francois G Posted January 11, 2012 Share Posted January 11, 2012 c'est dingue ca, vous avez tous l'air d'y arriver... Moi non, ca craint ! C'est possible d'avoir une copie des fichiers modifiés pour le theme de base de presta en 1.4.3 ? Je vais devenir fou sinon (6 heures que je planche dessus sans succès.. suis nul..) voila mon mail : [email protected] Si un dieu du programme passe par la ... pleaaaaaase ! Link to comment Share on other sites More sharing options...
Bondaty and Co Posted January 11, 2012 Share Posted January 11, 2012 c'est dingue ca, vous avez tous l'air d'y arriver... Moi non, ca craint ! C'est possible d'avoir une copie des fichiers modifiés pour le theme de base de presta en 1.4.3 ? Je vais devenir fou sinon (6 heures que je planche dessus sans succès.. suis nul..) voila mon mail : [email protected] Si un dieu du programme passe par la ... pleaaaaaase ! Je vous ais envoyé un message en MP Link to comment Share on other sites More sharing options...
vad Posted January 14, 2012 Share Posted January 14, 2012 Salut, Dans le homefeatured.tpl après la ligne 44: {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<p class="price_container"><span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span></p><br />{/if} dans le global.css après le commentaire:/*display: block;*/ vers la ligne 954: #center_column .products_block span.prixbar { text-align: center; color: #595A5E; font-size: 1.2em; font-weight: bold; padding-left: 0; text-decoration: line-through; } A retravailler le height du module Testé sur 1.4.3 Code pour le productlist.tpl {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span><br />{/if} en bas du productlist.css .prixbar { color: #595A5E; font-size: 1.2em; font-weight: bold; padding-left: 0; text-decoration: line-through; } Bonjour, Ou est placé le fichier homefeatured.tpl, à savoir que je suis sous 1.4.6.2, merci Link to comment Share on other sites More sharing options...
Bondaty and Co Posted January 14, 2012 Share Posted January 14, 2012 Bonjour, Ou est placé le fichier homefeatured.tpl, à savoir que je suis sous 1.4.6.2, merci le homefeatured est dans le module/homefeatured/ Voici le code complet pour avoir le prix barré + en solde ou prix réduit suivant le choix dans le BO. dans le homefeatured: entre<div> et <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<p class="price_container"><span class="promo">{l s='On sale!'}</span></p> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<p class="price_container"><span class="promo">{l s='Reduced price!'}</span></p>{/if} {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<p class="price_container"><span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span></p><br />{/if} dans le global.css vers la ligne 955: #center_column .products_block span.prixbar { text-align: center; color: #595A5E; font-size: 1.2em; font-weight: bold; text-decoration: line-through; } #center_column .products_block span.promo { text-align: center; color: red; font-size: 1.2em; font-weight: bold; } Puis changer la traduction en BO dans le module homefeautured. Link to comment Share on other sites More sharing options...
vad Posted January 14, 2012 Share Posted January 14, 2012 Merci beaucoup Bondaty, c'est ok pour ton code. Je cherche aussi un truc similaire pour les groupes. Actuellement quand un client fait partie d'un groupe ou il y a une remise, il ne voit que le prix remisé. J'aimerai que le prix du groupe par défaut apparaisse barré avec bien sur le prix remisé du groupe (pro) Mais je vais ouvrir un nouveau post, encore merci. Link to comment Share on other sites More sharing options...
sportlandamerican Posted January 20, 2012 Share Posted January 20, 2012 Boonjour, Tout d'abord merci à Bondaty pour ce super boulot ! J'ai juste deux petites questions pour l'emplacement des codes. Le premier code je le copie dans homefeatured qui est dans le www/prestashop/modules ou dans matrice(mon thème)/modules ? Ensuite je me place entre <div> et <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> Je remplace la ligne qui a entre ou je copie juste le code à la suite. Pour le global.css j'ai copier le code à la suite de * Special style for block products in center column */ ou à la suite de /*#center_column .products_block li.last_item { float:none; clear:both; }*/ mais il n'y a rien qui se passe. J'ai essayer pas mal de possibilité et cela ne fonctionne pas. Je dois surement faire la mauvaise manip car ça marche pour certain. Si quelqu'un a une idée d'où cela peut provenir. encore merci Link to comment Share on other sites More sharing options...
Bondaty and Co Posted January 20, 2012 Share Posted January 20, 2012 Boonjour, Tout d'abord merci à Bondaty pour ce super boulot ! J'ai juste deux petites questions pour l'emplacement des codes. Le premier code je le copie dans homefeatured qui est dans le www/prestashop/modules ou dans matrice(mon thème)/modules ? Ensuite je me place entre <div> et <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> Je remplace la ligne qui a entre ou je copie juste le code à la suite. Pour le global.css j'ai copier le code à la suite de * Special style for block products in center column */ ou à la suite de /*#center_column .products_block li.last_item { float:none; clear:both; }*/ mais il n'y a rien qui se passe. J'ai essayer pas mal de possibilité et cela ne fonctionne pas. Je dois surement faire la mauvaise manip car ça marche pour certain. Si quelqu'un a une idée d'où cela peut provenir. encore merci A remplacer dans le tpl de www/prestashop/modules/homefeatured/ juste après le <div> Pour le global.css il faut juste ajouter le code en faisant attention que les balises soient bien ouvertes et fermées { } et les ligne terminées du ; l'emplacement a de l'importance surtout pour regrouper les attributions, il peut aussi être à la fin, ca fonctionnera pareil. Link to comment Share on other sites More sharing options...
sportlandamerican Posted January 20, 2012 Share Posted January 20, 2012 Je viens de vérifier mais cela ne marche toujours pas. Faut-il modifier le fichier Productlist ? comme vous dites sur la première page de ce topic. Merci Link to comment Share on other sites More sharing options...
Bondaty and Co Posted January 20, 2012 Share Posted January 20, 2012 Je viens de vérifier mais cela ne marche toujours pas. Faut-il modifier le fichier Productlist ? comme vous dites sur la première page de ce topic. Merci pas pour changer les produits phares Link to comment Share on other sites More sharing options...
sportlandamerican Posted January 20, 2012 Share Posted January 20, 2012 Ok, Et il y a que 2 fichiers à modifiers ? homefeatured.tpl et global.css ou bien il y a d'autre fichier à modifier pour pouvoir avoir les prix soldé avec l'ancien prix barré ? Merci Link to comment Share on other sites More sharing options...
diabolyo Posted January 27, 2012 Share Posted January 27, 2012 Bonjour, j'ai fait toutes les motifs dans le CSS : } .required sup { color: #da0f00 } form.std p.checkbox { padding-left: 30% } form.std p.submit { padding-left: 31%!important; margin-bottom: 1.5em } #center_column form.std p.submit2 { padding-left: 170px; margin-bottom: 1.5em } #center_column .products_block span.prixbar { text-align: center; color: #595A5E; font-size: 1.2em; font-weight: bold; text-decoration: line-through; } #center_column .products_block span.promo { text-align: center; color: red; font-size: 1.2em; font-weight: bold; } /* START OF BUTTONS SECTION J'ai mis un bout de code avant et après pour vous faire voir où je l'ai placé. Et dans le TPL : <div> {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<p class="price_container"><span class="promo">{l s='On sale!'}</span></p> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<p class="price_container"><span class="promo">{l s='Reduced price!'}</span></p>{/if} {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<p class="price_container"><span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span></p><br />{/if} <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> Aucun changement… J'ai une version 1.4.6.2… Merci d'avance de votre aide ! Lionel Link to comment Share on other sites More sharing options...
Bondaty and Co Posted January 27, 2012 Share Posted January 27, 2012 Bonjour, j'ai fait toutes les motifs dans le CSS : } .required sup { color: #da0f00 } form.std p.checkbox { padding-left: 30% } form.std p.submit { padding-left: 31%!important; margin-bottom: 1.5em } #center_column form.std p.submit2 { padding-left: 170px; margin-bottom: 1.5em } #center_column .products_block span.prixbar { text-align: center; color: #595A5E; font-size: 1.2em; font-weight: bold; text-decoration: line-through; } #center_column .products_block span.promo { text-align: center; color: red; font-size: 1.2em; font-weight: bold; } /* START OF BUTTONS SECTION J'ai mis un bout de code avant et après pour vous faire voir où je l'ai placé. Et dans le TPL : <div> {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<p class="price_container"><span class="promo">{l s='On sale!'}</span></p> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<p class="price_container"><span class="promo">{l s='Reduced price!'}</span></p>{/if} {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<p class="price_container"><span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span></p><br />{/if} <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> Aucun changement… J'ai une version 1.4.6.2… Merci d'avance de votre aide ! Lionel Les codes ont été testés sur 1.4.3, si j'ais un peu de temps j'y jéte un oeil Link to comment Share on other sites More sharing options...
Bondaty and Co Posted January 27, 2012 Share Posted January 27, 2012 Je viens de tester tout fonctionne sur 1.4.6.2, par contre dans préférences / performances, il faut forcer la compilation le temps des tests pour voir le résultat Link to comment Share on other sites More sharing options...
Appolline Posted February 7, 2012 Share Posted February 7, 2012 Comme Lionel après quelques heures sur la 1.4.6.2 (en local) à tenter d'afficher ces foutus prix barrés partout , je confirme que toute la manipe de la page 1 est correcte et fonctionne...si j'ai réussi avec mes moufles, tout le monde peut le faire ! Il m'a tout de même fallu "forcer la compilation" dans préférences / performances pour voir le résultat ! Merci encore à toute la communauté, d'une part pour se poser les mêmes questions que moi et d'autre part, pour y répondre aussi clairement bonne semaine à tous ! Link to comment Share on other sites More sharing options...
manouille Posted March 5, 2012 Share Posted March 5, 2012 Juste un merci en passant à Bondaty and Co dont la solution marche parfaitement. 1 Link to comment Share on other sites More sharing options...
Bondaty and Co Posted June 11, 2012 Share Posted June 11, 2012 Suite à une demande client, un petit complément pour faire apparaitre le taux de remise dans le productlist : {if ($product.reduction_price != 0 || $product.reduction_percent != 0) && ($product.reduction_from == $product.reduction_to OR ($smarty.now|date_format:'%Y-%m-%d' <= $product.reduction_to && $smarty.now|date_format:'%Y-%m-%d' >= $product.reduction_from))}<span class="discount" style="display: inline;">{if !$priceDisplay}{l s='reduction'} {$product.reduction_percent} %</span>{/if}{/if} Fonctionne également en produits phares mais il faut ajouter un class discount dans le center column Link to comment Share on other sites More sharing options...
Maximus4 Posted December 11, 2012 Share Posted December 11, 2012 Bonjour, Je viens de tester la manipe sur mon site www.oriames.fr pour pouvoir afficher le prix barré de mon produit orialgic, avec forcer la compilation, sans résulat !!! je suis en v 1.4.6.2 Avez-vous une idée pk ça marche pas chez moi ? merci par avance Link to comment Share on other sites More sharing options...
-stephane Posted December 11, 2012 Share Posted December 11, 2012 http://www.oriames.fr/11-oriames-i.html Chez moi il est bien barré. Link to comment Share on other sites More sharing options...
Bondaty and Co Posted December 11, 2012 Share Posted December 11, 2012 Une autre version: http://www.prestashop.com/forums/topic/206524-promo-et-prix-barre-sur-image-produits-phares/page__p__1018324?do=findComment&comment=1018324 Link to comment Share on other sites More sharing options...
Maximus4 Posted December 11, 2012 Share Posted December 11, 2012 Pas sur la page d'accueil dans produis phares !!! 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