Jump to content

[Résolu]Masquer le pavé de tri et le breacrumb


Edgar Sandé

Recommended Posts

Bonjour à tous

Deux questions pour modifier ma page "tous les produis à la vente""

1/ J'ai une boutique avec très peu d'articles et le pavé de tri des articles (par nom, par prix etc...) est inutile. Je voudrais donc le masquer .
J'ai modifié le ficher CSS en remplaçant display: inline-block par display: none . Ca fait bien disparaître le champ de tri mais les mots "trier par" restent apparents . Y a-t-il un moyen de les masquer eux aussi ?

2/ Je souhaite également faire disparaitre le breadcrumb qui m'est aussi inutile puisque une seule page sur mon petit site. Et là même dans le back office je ne vois pas où le supprimer !!! Une idée ??

Merci d'avance pour votre aide précieuse ...

Capture d'écran 2024-11-21 084450.png

Edited by Edgar Sandé (see edit history)
Link to comment
Share on other sites

Hello @Edgar Sandé,

For sorting by a selection box,

Navigate to the file:

themes/{{your_theme}}/templates/catalog/_partials/products-top.tpl

Locate the following code snippet:

{block name='sort_by'}

    {include file='catalog/_partials/sort-orders.tpl' sort_orders=$listing.sort_orders}

{/block}

Comment out or remove this code. this will hide both the "Sort by" text and the sorting field from your frontend.

 

For breadcrumb,

Navigate to the file:

themes/{{your_theme}}/templates/layouts/layout-both-columns.tpl

Locate the following code snippet:

{block name='breadcrumb'}

    {include file='_partials/breadcrumb.tpl'}

{/block}

Comment out or remove this code. this will hide breadcrumb from your frontend.

In your PrestaShop admin panel, go to Advanced Parameters > Performance and click Clear Cache.

 

We hope this solution works for you!

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

  • Edgar Sandé changed the title to [Résolu]Masquer le pavé de tri et le breacrumb

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