Jump to content

Comment modifier ma page d'accueil


chti56

Recommended Posts

Bonjour,

Sur ce site https://www.encenspierresetchandelles.com

on peut voir une partie intitulée " Nos produits" et en dessous trois onglets : "Produits Présentés       Nouvelles arrivées       Meilleurs Vendeurs".

Je voudrais supprimer cette partie comme je l'indique sur l'image jointe.

Le site utilise le thème Crown avec Prestashop 1.7.4.3.

J'ai beau chercher je ne trouve aucun module attaché à cette position !!!

Quelqu'un pourrait me donner une piste ?

Merci d'avance.

JP

Homepage.png

Edited by chti56 (see edit history)
Link to comment
Share on other sites

  • 5 months later...

Voilà...

Dans le fichier index.tpl du thème utilisé (CROWN) j'ai commenté les ligne 34 ( {**        <!-- Template start -->            ) à 75 (     <!-- Template end -->)pour enlever ces blocs de la page d'accueil.

J'espère que ça va aider... 

************************************************************************************

{**
 * 2007-2017 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-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:
 * https://opensource.org/licenses/AFL-3.0
 * 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 <[email protected]>
 * @copyright 2007-2017 PrestaShop SA
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of PrestaShop SA
 *}
{extends file='page.tpl'}

    {block name='page_content_container'}
      <section id="content" class="page-home">
        {block name='page_content_top'}{/block}
        
        {if $page.page_name == 'index'}   
        {hook h='displayTopColumn'}
        {/if}
{**        <!-- Template start -->            
 *            <section class="pst-hometabcontent">
 *            
 *                
 *                
 *                <div class="tabs">
 *                    <h2 class="h1 products-section-title">{l s='Our Products' d='Shop.Theme.Global'}</h2>
 *                    <ul id="home-page-tabs" class="nav nav-tabs clearfix">
 *                        <li class="nav-item">
 *                            <a data-toggle="tab" href="#featureProduct" class="nav-link active" data-text="{l s='Featured products' d='Shop.Theme.Global'}">
 *                                <span>{l s='Featured products' d='Shop.Theme.Global'}</span>
 *                            </a>
 *                        </li>
 *                        <li class="nav-item">
 *                            <a data-toggle="tab" href="#newProduct" class="nav-link" data-text="{l s='New Arrivals' d='Shop.Theme.Global'}">
 *                                <span>{l s='New Arrivals' d='Shop.Theme.Global'}</span>
 *                            </a>
 *                        </li>
 *                        <li class="nav-item">
 *                            <a data-toggle="tab" href="#bestseller" class="nav-link" data-text="{l s='Best Sellers' d='Shop.Theme.Global'}">
 *                                <span>{l s='Best Sellers' d='Shop.Theme.Global'}</span>
 *                            </a>
 *                        </li>
 *                        
 *                    </ul>
 *                  
 *                    <div class="tab-content">
 *                        <div id="featureProduct" class="tm_productinner tab-pane active">    
 *                            {hook h='displayPstFeature'}
 *                        </div>
 *                        <div id="newProduct" class="tm_productinner tab-pane">
 *                            {hook h='displayPstNew'}
 *                        </div>
 *                        <div id="bestseller" class="tm_productinner tab-pane">
 *                            {hook h='displayPstBestseller'}
 *                        </div>
 *                    
 *                    </div>                    
 *                            
 *                </div>
 *            </section>
 *}
        <!-- Template end -->
        
        {block name='page_content'}
          {block name='hook_home'}
          {$HOOK_HOME nofilter}
        {/block}
        {/block}
      </section>
    {/block}
    
    ************************************************************************************

Link to comment
Share on other sites

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...