Le-cathare Posted February 1, 2011 Share Posted February 1, 2011 BonjourEn temps normal de taux de remise s’affiche sur la fiche produit. Je souhaite le faire paraître en plus de la fiche produit sur les fiches descriptive dans les catégorie et produit phare.Comment fait t’onon ma donné ce lien http://www.prestashop.com/download/Techguide_fr.pdf afin de mettre en route le debug de smartymais je pige rien de rienmerci de votre aide Link to comment Share on other sites More sharing options...
Atch Posted February 1, 2011 Share Posted February 1, 2011 Bonsoir,Peut etre passer au tout numérique.... depuis cette nuit deux régions viennent de rejoindre l'aire du numérique...Peut etre placer un décodeur TNT...Plaisanterie à part, il faut éditer le fichier product_list.tpl de votre theme.Ensuite à la fin du code vous placez {debug}Actualisez votre page category et une pop up doit apparaitre avec toutes les variables smarty disponibles sur cette page (web) .Il vous suffit de récupérer celle de correspondant à votre remise et la coller dans votre tpl.V++ATch Link to comment Share on other sites More sharing options...
Le-cathare Posted February 2, 2011 Author Share Posted February 2, 2011 bonjour{debug} je le place complètement à la fin ?Si je change ma remise, il faut refaire l'opé ?mon fichier : {debug} et t il au bon endroit car sa ne fonctionne pas{if isset($products)} <!-- Products list --> {foreach from=$products item=product name=products} getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" width="{$homeSize.width}" height="{$homeSize.height}" />{if $product.new == 1}{l s='new'}{/if}{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'} {$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'} {if $product.on_sale}{l s='On sale!'} {elseif ($product.reduction_price != 0 || $product.reduction_percent != 0) && ($product.reduction_from == $product.reduction_to OR ($smarty.now|date_format:'%Y-%m-%d %H:%M:%S' <= $product.reduction_to && $smarty.now|date_format:'%Y-%m-%d %H:%M:%S' >= $product.reduction_from))}{l s='Price lowered!'} {/if} {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if} {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2}{l s='Add to cart'} {else}{l s='Add to cart'} {/if}{l s='View'} {/foreach} <!-- /Products list -->{/if}{debug} Link to comment Share on other sites More sharing options...
Le-cathare Posted February 2, 2011 Author Share Posted February 2, 2011 je ne parvient toujours pas a voir ce que tu dit . j'atoute {debug} sur mon fichier product-list tpl de mon theme.Encore merci pour celui qui ma rep en MP pour me dire la formule a rajouter pour affiché le prix barré sur catégorie.mais je souhaite tout de meme a avoir le fichier {debug} pour éviter de poser des question à la conPour les produit phare c'est quel fichier de mon theme ? Link to comment Share on other sites More sharing options...
Atch Posted February 2, 2011 Share Posted February 2, 2011 homefeatured.tpl dans le répertoire module du meme nom.V++Atch Link to comment Share on other sites More sharing options...
Le-cathare Posted February 2, 2011 Author Share Posted February 2, 2011 peut t'il avoir un autre nom, car j'ai pas ce fichier? Link to comment Share on other sites More sharing options...
lowess Posted February 2, 2011 Share Posted February 2, 2011 bonsoir je pense que le chemin est module/homefeatured/homefeatured.tpl je pense que c'est la que réside le fichier donc t'as besoin Link to comment Share on other sites More sharing options...
Le-cathare Posted February 2, 2011 Author Share Posted February 2, 2011 je vais regarder saEn effet je vais tester Link to comment Share on other sites More sharing options...
Le-cathare Posted February 2, 2011 Author Share Posted February 2, 2011 je viens de texter cela fonctionne mais il reste un petit default. le même si il y a pas de promo il y a un prix barré et la remise en % ne s'affiche pas et prix réduit aussi. Bon la remise en pourcentage pas très important.je fais de recherche, si quelqu'un peut m'éclairer Link to comment Share on other sites More sharing options...
Le-cathare Posted February 3, 2011 Author Share Posted February 3, 2011 Voila j'ai presque réussi. j'ai 2 petit dernier pb. sur la page accueil produit phare le prix barré s'affiche bien, prix réduit est en anglais pourtant j'ai fait la traduction. aussi j'ai available qui saffiche.Une idée !!!merci d'avance Link to comment Share on other sites More sharing options...
Le-cathare Posted February 3, 2011 Author Share Posted February 3, 2011 available c'est régler mais j'arive toujours pas a mettre Price lowered! en français. je voudrais mettre mon image promotion, mais j'arive pas a la mettre ou je veux. aussi j'ai une barre grise qui s'affiche entre la 1er ligne et 2nd ligne.voici ce que j'ai rajouter dans mon fichier homefeatured{if $product.on_sale}{l s='On sale!'} {if $product.price_without_reduction != $product.price}{convertPrice price=$product.price_without_reduction}{/if} {elseif ($product.reduction_price != 0 || $product.reduction_percent != 0) && ($product.reduction_from == $product.reduction_to OR ($smarty.now|date_format:'%Y-%m-%d %H:%M:%S' <= $product.reduction_to && $smarty.now|date_format:'%Y-%m-%d %H:%M:%S' >= $product.reduction_from))}{l s='Price lowered!'}{convertPrice price=$product.price_without_reduction} {/if} {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2} {else} {/if} Link to comment Share on other sites More sharing options...
Le-cathare Posted February 3, 2011 Author Share Posted February 3, 2011 personne pour m'aider, là j'arive pas tout seul. mettre à la place de price lowered mon image de promotion. Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 Pour la traduc en français c'est bon, j'avais oublier de rajouter des chose sur mon fichier global css.Par contre ce que je voulais faire au tout début qui était le sujet de mon post c'est de mettre le pourcentage. Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 Tout fonctionne sur firefox et chrome, par contre sur explorer sa bug en pleinAidez moi SVP je c'est pas d'ou sa viens Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 Bonjour,Je viens de modifier les fichier homefeatured et global css pour personaliser mon siteSur chrome et firefox modif ok. par contre sur explorer sa ne vas pas (il y a de marquer prix réduit sur mon logo promotion alors que le texte est normalement transparent. merci de votre aide, car la je ne vois pas le pb. en temps normal j'utilise pas explorer. Link to comment Share on other sites More sharing options...
Patric Posted February 4, 2011 Share Posted February 4, 2011 Topics fusionnés. Link to comment Share on other sites More sharing options...
Atch Posted February 4, 2011 Share Posted February 4, 2011 Bonjour,Je viens de modifier les fichier homefeatured et global css pour personaliser mon siteSur chrome et firefox modif ok. par contre sur explorer sa ne vas pas (il y a de marquer prix réduit sur mon logo promotion alors que le texte est normalement transparent. merci de votre aide, car la je ne vois pas le pb. en temps normal j'utilise pas explorer. Bonjour,essayez ceci :#center_column .products_block span.discount { background-image: url("../img/promotion.gif"); background-position: center center; background-repeat: no-repeat; color: #000000; display: block; height: 18px; text-indent: -5000px; } V++Atch Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 ceci je le met sur mon global css c'est bien sa Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 cool sa fonctionne. Merci !!! , je viens de voir que sa me fait pareil sur les catégorie et fiche produit. je met le meme code et modifie le titre ? Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 je viens te testé sur fiche produit sa fonctionne pas et dans catégorie idem mais c'est tout de m^me écrit plus petit et toujours avec explorer Link to comment Share on other sites More sharing options...
Atch Posted February 4, 2011 Share Posted February 4, 2011 Si je peux me permettre,Un petit tour sur des sites pour apprendre les bases du css ne serait pas inutile...V++Atch Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 vous avez raison, avez vous des site a me conseillez alors. j suis débutant sur PS donc je preneur de renseignement Link to comment Share on other sites More sharing options...
Atch Posted February 4, 2011 Share Posted February 4, 2011 Le site du zéro : http://www.siteduzero.com/tutoriel-3-13666-apprenez-a-creer-votre-site-web.html?var2ou Alsacréations : http://www.alsacreations.com/V++Atch Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 mercije vais voir si avec sa j'arrive à m'en sortir Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 Très compliquer, j’arrive toujours pas. Il y a truc que je pige pas pk selon les navigateur sa fonctionne ou pas ? Link to comment Share on other sites More sharing options...
Atch Posted February 4, 2011 Share Posted February 4, 2011 http://forum.alsacreations.com/topic-4-46916-1-Colortransparent-cela-existe-t-il-.htmlV++Atch Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 Si Explorer ne gére pas la transparence que mettre pour que sa s'affiche pasil font ...... microsoft Link to comment Share on other sites More sharing options...
Atch Posted February 4, 2011 Share Posted February 4, 2011 text-indent: -5000px;V++Arcg Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 je l'ai mis sa, sa fonctionne bien pour les produits phares mais pas pour fiche produit et catégorie Link to comment Share on other sites More sharing options...
Atch Posted February 4, 2011 Share Posted February 4, 2011 essaye ça : ul#product_list li .discount { background-image: url("../img/promotion.gif"); background-position: right center; background-repeat: no-repeat; display: block; height: 25px; text-align: left; text-indent: -5000px; } V++Atch Link to comment Share on other sites More sharing options...
Le-cathare Posted February 4, 2011 Author Share Posted February 4, 2011 Merci beaucoupcela fonctionne sur les catégorie, j'ai lès copier aussi sur fiche produit et sa fonctionne.Il me reste donc à modifier des petit pb sur explorer mais la c'est pa dans le même sujet.Je vais aussi étudier le css.Encore merci 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