mondeduvelo Posted April 27, 2013 Share Posted April 27, 2013 (edited) Bonjour, Je souhaite affiche la colonne gauche de prestashop sur l'ensemble du site : commande, compte client.... Comment faire ? merci d'avance bon week end Edited April 30, 2013 by mondeduvelo (see edit history) Link to comment Share on other sites More sharing options...
SahinSOLMAZ Posted April 27, 2013 Share Posted April 27, 2013 Hi #mondeduvelo, Back Office -> Modules -> manufacturer module statu = enabled and ..modules -> positions edit. Back Office -> Modules -> myAccount module statu = enabled and ..modules -> positions edit. Good work. Link to comment Share on other sites More sharing options...
mondeduvelo Posted April 27, 2013 Author Share Posted April 27, 2013 merci mais cela ne fonctionne pas les modules sont bien activés car sur l'accueil j'ai bien ma colonne gauche mais pas sur la page commande ou mon compte comme le montre les pièces jointes Link to comment Share on other sites More sharing options...
DevNet Posted April 27, 2013 Share Posted April 27, 2013 Bonsoir, Impossible de voir les images jointes :/ bug js surement A+ Link to comment Share on other sites More sharing options...
SahinSOLMAZ Posted April 27, 2013 Share Posted April 27, 2013 Theme file: may be due to Prestashop default, Would you please check with the theme? Sample: Source: home/themes/prestashop/header.tpl {if $page_name != 'order'} <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> {/if} Link to comment Share on other sites More sharing options...
mondeduvelo Posted April 28, 2013 Author Share Posted April 28, 2013 cela ne vient pas de la à priori <body {if isset($page_name)}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if} class="{if $hide_left_column}hide-left-column{/if} {if $hide_right_column}hide-right-column{/if} {if $content_only} content_only {/if}"> {if !$content_only} {if isset($restricted_country_mode) && $restricted_country_mode} <div id="restricted-country"> <p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocation_country}</span></p> </div> {/if} <div id="fond-footer"> <div id="fond-header"> <div id="page" class="container_9 clearfix"> <!-- Header --> <div id="header" class="grid_9 alpha omega"> <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> </div> {include file="$tpl_dir./breadcrumb.tpl"} <div id="columns" class="grid_9 alpha omega clearfix"> <!-- Left --> <div id="left_column" class="column grid_2 alpha"> {$HOOK_LEFT_COLUMN} </div> <!-- Center --> <div id="center_column" class=" grid_7" style="padding-right:0; margin-right:0"> {/if} Link to comment Share on other sites More sharing options...
Oron Posted April 29, 2013 Share Posted April 29, 2013 Bonjour Si ce n'est pas prévu à l'origine dans le thème demander a son créateur comment faire il saura vous le dire de suite. Link to comment Share on other sites More sharing options...
mondeduvelo Posted April 29, 2013 Author Share Posted April 29, 2013 bonsoir, ben j'ai repris le theme prestashop par défaut que je modifie par moi même Link to comment Share on other sites More sharing options...
Oron Posted April 29, 2013 Share Posted April 29, 2013 bonsoir, ben j'ai repris le theme prestashop par défaut que je modifie par moi même Dans ce cas là reprenez les modifications une par une pour retrouver l'erreur. Comparez a un fichier original. Link to comment Share on other sites More sharing options...
mondeduvelo Posted April 30, 2013 Author Share Posted April 30, 2013 ok avez une piste du fichier ? car dans le header.tpl je ne vois pas trop... Link to comment Share on other sites More sharing options...
Stéphane Chonez Posted April 30, 2013 Share Posted April 30, 2013 Bonjour, regardez dans la barre d'url lorsque vous êtes dans la page commande s'il n'y a pas de notion : $content_only ++ Link to comment Share on other sites More sharing options...
mondeduvelo Posted April 30, 2013 Author Share Posted April 30, 2013 j'ai essaye de supprimer le {if !$content_only} dans le header.tpl avec {/if} mais cela n'a rien changé Link to comment Share on other sites More sharing options...
mondeduvelo Posted April 30, 2013 Author Share Posted April 30, 2013 j'avance un peu... je viens de regarder le code source et bien j'ai bien tout le code de la colonne de gauche il doit y avoir un CSS qui la masque à l'affichage je pense je poursuis mes recherches Link to comment Share on other sites More sharing options...
mondeduvelo Posted April 30, 2013 Author Share Posted April 30, 2013 problème resolu du moins pour mon compte mais je pense que l'autre c'est le même soucis dans le CSS du theme prestashop my-account.css en ligne 1 il y a #my-account #left_column {display:none} il suffit de supprimer la ligne 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