Jump to content

Affichage d'une colonne à gauche


Recommended Posts

Bonjour,

J'ai oublié de demander à mon prestataire d'afficher une colonne à gauche pour permettre une navigation à facettes dans une catégorie

Je suis sur 1.7 mais c'est bien différent de la 1.6

Quel fichier je dois modifier pour y arriver ?

J'ai jeté un oeil dans le header.tpl : voici ce qu'il y a 

 

{**
 * 2007-2017 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to [email protected] so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2017 PrestaShop SA
 * @license   http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 *}
{block name='header_banner'}
  <div class="header-banner">
    {hook h='displayBanner'}
  </div>
{/block}


{block name='header_nav'}
    {if $iqitTheme.tb_width == 'fullwidth'}
        <nav class="header-nav">
        <div class="container">
    {else}
        <div class="container">
        <nav class="header-nav">
    {/if}

        <div class="row justify-content-between">
            <div class="col col-auto col-md left-nav">
                {if $iqitTheme.tb_social == 1} <div class="d-inline-block"> {include file='_elements/social-links.tpl' class='_topbar'} </div> {/if}
                {hook h='displayNav1'}
            </div>
            <div class="col col-auto col-md right-nav text-right">
				<ul>
					<li class="top_m277 last" id="header_lien1"> <a href="/content/1-livraison" title=""> <img src="https://www.japean.com/modules/toolsmenu/img/m/277.png" alt=""> <br> </a></li>
				<li class="top_m278" id="header_lien2"> <a href="/content/10-satisfait-ou-rembourse" title=""> <img src="https://www.japean.com/modules/toolsmenu/img/m/278.png" alt=""> <br> </a></li>
                
				</ul>
             </div>
        </div>

        {if $iqitTheme.tb_width == 'fullwidth'}
                </div>
            </nav>
        {else}
                </nav>
            </div>
        {/if}
{/block}


{block name='header_desktop'}
<div id="desktop-header" class="desktop-header-style-{$iqitTheme.h_layout}">
    {if $iqitTheme.h_layout == 1}
        {include file='_partials/_variants/header-1.tpl'}
    {elseif $iqitTheme.h_layout == 2}
        {include file='_partials/_variants/header-2.tpl'}
    {elseif $iqitTheme.h_layout == 3}
        {include file='_partials/_variants/header-3.tpl'}
    {elseif $iqitTheme.h_layout == 4}
        {include file='_partials/_variants/header-4.tpl'}
    {elseif $iqitTheme.h_layout == 5}
        {include file='_partials/_variants/header-5.tpl'}
    {elseif $iqitTheme.h_layout == 6}
        {include file='_partials/_variants/header-6.tpl'}
    {elseif $iqitTheme.h_layout == 7}
        {include file='_partials/_variants/header-7.tpl'}
    {/if}
</div>
{/block}

{block name='header_mobile'}
    <div id="mobile-header" class="mobile-header-style-{$iqitTheme.rm_header}">
        {if $iqitTheme.rm_header == 1}
            {include file='_partials/_variants/mobile-header-1.tpl'}
        {elseif $iqitTheme.rm_header == 2}
            {include file='_partials/_variants/mobile-header-2.tpl'}
        {elseif $iqitTheme.rm_header == 3}
            {include file='_partials/_variants/mobile-header-3.tpl'}
        {/if}
    </div>
{/block}

 

Pouvez vous me mettre sur la piste ?

 

Merci à vous !

Link to comment
Share on other sites

14 hours ago, Ced17 said:

Bonsoir,

Aller dans apparence/thème et logo/choisir la mise en page

 

14 hours ago, Ced17 said:

Bonsoir,

Aller dans apparence/thème et logo/choisir la mise en page

 

Bonjour et merci pour votre réponse !

En consultant la mise en page, je ne trouve pas la page dédiée aux catégories :(

Je n'ai pas de bouton pour la créer: est-ce normal  ?

image.thumb.png.0ba5a1790aec38fa4ed0558c90ddd545.png

Link to comment
Share on other sites

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...