13communication Posted March 24, 2014 Share Posted March 24, 2014 Bonjour, j'ai un petit soucis j'ai en haut de mon site inscrit cart alors que normalement il doit y avoir panier j'ai regarder dans outils de traduction pour le faire a la main mais rien avez vous une idée ? www.mg-deco.fr Link to comment Share on other sites More sharing options...
ChDUP Posted March 24, 2014 Share Posted March 24, 2014 cherche plutôt dans blockuserinfo. Regarde aussi si ton module BlockCart n'est pas overridé par ton theme. Link to comment Share on other sites More sharing options...
13communication Posted March 24, 2014 Author Share Posted March 24, 2014 (edited) rien dans blockuserinfo.tpl et dans le thème il n'y a pas de blockcart <!-- Block user information module HEADER --> <div id="header_user"> <ul id="header_nav"> {if !$PS_CATALOG_MODE} <li id=« panier »> <a href="{$link->getPageLink($order_process, true)}" title="{l s='View my shopping cart' mod='blockuserinfo'}" rel="nofollow"> <span class="ao_img_left"><img src="{$img_dir}cart.png" alt="{l s='Delete' mod='blockcart'}" class="icon" /></span> {l s='Cart:' mod='blockuserinfo'} <span class="ajax_cart_quantity{if $cart_qties == 0} hidden{/if}">{$cart_qties}</span> <span class="ajax_cart_product_txt{if $cart_qties != 1} hidden{/if}">{l s='product' mod='blockuserinfo'}</span> <span class="ajax_cart_product_txt_s{if $cart_qties < 2} hidden{/if}">{l s='products' mod='blockuserinfo'}</span> <span class="ajax_cart_total{if $cart_qties == 0} hidden{/if}"> {if $cart_qties > 0} {if $priceDisplay == 1} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(false, $blockuser_cart_flag)} {else} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(true, $blockuser_cart_flag)} {/if} {/if} </span> <span class="ajax_cart_no_product{if $cart_qties > 0} hidden{/if}">{l s='(empty)' mod='blockuserinfo'}</span> </a> </li> {/if} <li id="your_account"><a href="{$link->getPageLink('my-account', true)}" title="{l s=‘Voir mon compte’ mod='blockuserinfo'}" rel="nofollow">{l s=‘votre compte’ mod='blockuserinfo'}</a></li> </ul> </div> <div id="header_user_info"> <img src="{$img_dir}profile.png" height="22" width="22" /> {l s='Welcome' mod='blockuserinfo'}, {if $logged} <a href="{$link->getPageLink('my-account', true)}" title="{l s=‘Voir compte client’ mod='blockuserinfo'}" class="account" rel="nofollow"><span>{$cookie->customer_firstname} {$cookie->customer_lastname}</span></a> <a href="{$link->getPageLink('index', true, NULL, "mylogout")}" title="{l s=‘Déconnexion’ mod='blockuserinfo'}" title="{l s='Log out' mod='blockuserinfo'}" class="logout" rel="nofollow">{l s='Log out' mod='blockuserinfo'}</a> {else} <a href="{$link->getPageLink('my-account', true)}" title="{l s=‘Connexion’ mod='blockuserinfo'}" class="login" rel="nofollow">{l s='Log in' mod='blockuserinfo'}</a> {/if} </div> <!-- /Block user information module HEADER --> Edited March 24, 2014 by 13communication (see edit history) Link to comment Share on other sites More sharing options...
ChDUP Posted March 24, 2014 Share Posted March 24, 2014 je ne te parlais pas des fichiers mais de l'outil de mise à jour des traductions, dans le back office. Tu es sous quelle version de PResta ? Link to comment Share on other sites More sharing options...
13communication Posted March 24, 2014 Author Share Posted March 24, 2014 1.5.6.2 Link to comment Share on other sites More sharing options...
13communication Posted March 24, 2014 Author Share Posted March 24, 2014 j'ai fait les traductions mais rien Link to comment Share on other sites More sharing options...
ChDUP Posted March 24, 2014 Share Posted March 24, 2014 Tu ne les as manifestement pas fait au bon endroit. Link to comment Share on other sites More sharing options...
13communication Posted March 24, 2014 Author Share Posted March 24, 2014 j'ai fait sur mon thème. Link to comment Share on other sites More sharing options...
13communication Posted March 25, 2014 Author Share Posted March 25, 2014 Je cherche depuis hier mais je ne voie rien de bizarre Link to comment Share on other sites More sharing options...
ChDUP Posted March 26, 2014 Share Posted March 26, 2014 {l s='Cart:' mod='blockuserinfo'} Il est la ton "Cart", donc bien dans blockuserinfo. cherche dans le systeme de traduction de modules si tu as un blockuserinfo pour ton thème. sinon, tu le fais dans le blockuserinfo par défaut. et sinon, passe moi en MP un accès au BO, je vais y regarder. Link to comment Share on other sites More sharing options...
13communication Posted March 26, 2014 Author Share Posted March 26, 2014 je regarde merci Link to comment Share on other sites More sharing options...
13communication Posted March 26, 2014 Author Share Posted March 26, 2014 c'est j'ai juste regarder aux mauvais endroit ;D c'était dans module installé et non front office 1 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